Category: Application Development
-
Cool Things I learned last week
For those following along with my work, I’ve compiled a list of interesting items I’ve run across in the last week: Install minikube on an IBM PowerVM running RHEL 8.6 or 8.7 Want to learn how to install minikube on an IBM Power system running RHEL? Check out this new blog on the IBM Power […]
-
Downloading oc-compliance on ppc64le
My team is working with the OpenShift Container Platforms Optional Operator – Compliance Operator. The Compliance Operator has a supporting tool `oc-compliance`. One tricky element was downloading the oc-compliance plugin and I’ve documented the steps here to help
-
Tweak for GoLang PowerPC Build
As many know, Go is a designed to build architecture and operating system specific binaries. These architecture and operating system specific binaries are called a target. One can target GOARCH=ppc64le GOOS=linux go build to build for the specific OS. There is a nice little tweak which considers the architectures version and optimizes the selection of the ASM (assembler code) uses when building the code.
-
Linking Quay to OpenShift and you hit `x509: certificate signed by unknown authority`
-
Use Qemu to Build S390x images
-
openshift-install-power – quick notes
[openshift-install-power](https://github.com/ocp-power-automation/openshift-install-power) – this is a small recipe for deploying the latest code with the UPI from master branch @ my repo
-
Topology Manager and OpenShift/Kubernetes
I recently had to work with the Kubernetes Topology Manager and OpenShift. Here is a braindump on Topology Manager
-
Kube 1.25.2 on RHEL9 P10
-
Switching to use Kubernetes with Flannel on RHEL on P10
I needed to switch from calico to flannel. Here is the recipe I followed to setting up Kubernetes 1.25.2 on a Power 10 using Flannel.
-
Using Kubernetes v1.25.2 on RHEL9 with Power10