Author: Paul

  • Notes from the Week

    A few things I learned this week are: There is a cool session on IPI PowerVS for OpenShift called Introducing Red Hat OpenShift Installer-Provisioned Installation (IPI) for IBM Power Virtual Servers Webinar. Did you know that you can run Red Hat OpenShift clusters on IBM Power servers? Maybe you do, but you don’t have Power…

  • Tidbits – Terraform and Multiarch

    Here is a compendium of tidbits from the week: FYI: Terraform v1.5.0 is released. It’s probably worth updating. link to ppc64le build There are new features: check blocks for validating infrastructure: Module and configuration authors can now write independent check blocks within their configuration to validate assertions about their infrastructure. Adds a new strcontains function that checks whether a given string…

  • A few more notes from the week

    A few things I learned about this week are: IBM Redbooks: Implementing, Tuning, and Optimizing Workloads with Red Hat OpenShift on IBM Power A new document provides hints and tips about how to install your Red Hat OpenShift cluster, and also provide guidance about how to size and tune your environment. I’m reading through it…

  • A few weeks of notes

    I’ve been working hard on multiarch enablement for various OpenShift features. Here are a few notes from the last few weeks: It’s a really helpful and interesting solution to deploying your cluster. This issue was tough to debug, and I hope it helps you. The above will help when scp hangs. Blog: Using the oc-compliance…

  • Weekly Notes

    Here are my weekly learnings and notes: Podman Desktop updates v1.0.1 Podman Desktop is an open source graphical tool enabling you to seamlessly work with containers and Kubernetes from your local environment. In a cool update, the Podman Desktop team added support for OpenShift Local in v1.0.1 and Kind clusters are already there. We can do…

  • Weekly Notes

    In this update, I found a subnet cidr cheat sheet that helps greatly.

  • Weekly Notes

    I found these things very helpful this week Tip: Creating a Manifest List Image for Acme Airlines Tip: Sock Shop Demo Provides a solid microservices demo. GitHub https://microservices-demo.github.io/ Tip: NUMA Background There are some issues with NUMA control that make it so much harder to manage. There are some issues with NUMA nodes and container…

  • Weekly Notes

    There are so many interesting things to share: crane is a tool for interacting with remote images and registries. You can extract a binary my-util for a given architecture using: You can extract a binary from a manifest-listed image using: a. IBM/powervs-tang-server-automation: v1.0.4 b. IBM/powervm-tang-server-automation: v1.0.0

  • Development Notes

    Here are some things I found interesting this week: Day-0 Day-1 Day-2 Definitions day-0: customized installationday-1: customization performed only once after installing a cluster, day-2: tasks performed multiple times during the life of a cluster Thanks to a Red Hat colleague for this wonderful definition. sfdisk tips I used sfdisk in a PowerVM project. I…

  • Weekly Notes

    Here are my weekly notes for the week of 10 April 2023 It’s a very cool project, and I’ll be following it.