Engineering the World
-
Coming to Grips with Linux Pressure Stall Information
The Linux Pressure Stall Information, as part of the Control Group v2, provides an accurate accounting of a containers cpu, memory and io. The psi stats allow accurate and limited access to resources – no over-committing and no over-sizing. However, it sometimes is difficult to see if the a container is being limited and could use more resources…
-
Red Hat Article: Building multi-architecture container images on OpenShift Container Platform clusters
Our colleague at Red Hat Dylan Orzel posted an article on Building multi-architecture container images on OpenShift Container Platform clusters In this article we’ll explore how to make use of the built-in build capabilities available in Red Hat OpenShift 4 in a multi-arch compute environment, and how to make use of nodeSelectors to schedule builds…
-
Things to Know in July 2024
Here are some things around IBM Power Systems and Red Hat OpenShift you should know about: Newly Supported Open Source Containers on IBM Power The IBM Power team has updated the list of containers they build with support for ppc64le. The list is kept at https://community.ibm.com/community/user/powerdeveloper/blogs/priya-seth/2023/04/05/open-source-containers-for-power-in-icr The updates are: system-logger v1.19.0 podman pull icr.io/ppc64le-oss/system-logger-ppc64le:v1.14.0 July…
-
Red Hat OpenShift 4.16
Red Hat OpenShift 4.16 is generally available for upgrades and new installations, and as of today is announced. It is based on Kubernetes 1.29 with the CRI-O 1.29 runtime, RHEL CoreOS 9.4. You can read the release notes at https://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html Some cool features you can use are: – oc adm upgrade status command, which decouples…
-
Crane has new features for container experts
-
Cert Manager on Multi-Architectures
I found a cool article on Cert Manager with IPI PowerVS Simplify certificate management on OpenShift across multiple architectures Chirag Kyal is a Software Engineer at Red Hat… has authored an article about deploying IPI PowerVS and Cert Manager on IBM Cloud. Check out the article about efficient certificate management techniques on Red Hat OpenShift…
-
End of April Information 2024
The new information for the end of April is: The IBM Linux on Power team released more images to their IBM Container Registry (ICR) here are the new ones: milvus v2.3.3 docker pull icr.io/ppc64le-oss/milvus-ppc64le:v2.3.3 April 2, 2024 rust 1.66.1 docker pull icr.io/ppc64le-oss/rust-ppc64le:1.66.1 April 2, 2024 opensearch 2.12.0 docker pull icr.io/ppc64le-oss/opensearch-ppc64le:2.12.0 April 16, 2024 https://community.ibm.com/community/user/powerdeveloper/blogs/priya-seth/2023/04/05/open-source-containers-for-power-in-icr
-
Getting Started with a Sock-Shop – a sample multi-arch compute application
Original post was at https://community.ibm.com/community/user/powerdeveloper/blogs/paul-bastide/2024/04/26/getting-started-with-a-sock-shop-a-sample-multi-ar?CommunityKey=daf9dca2-95e4-4b2c-8722-03cd2275ab63 I’ve developed the following script to help you get started deploying multiarchitecture applications and show elaborate on the techniques for controllin multiarch compute. This script uses the sock-shop application which is available at https://github.com/ocp-power-demos/sock-shop-demo . This series of instructions for sock-shop-demo requires kustomize and following the readme.md in the repository to setup the username…
-
Setting up nfs-provisioner on OpenShift on Power Systems with a template
Here are my notes for setting up the SIG’s nfs-provisioner. You should follow these directions to setup the nfs-provisioner kubernetes-sigs/nfs-subdir-external-provisioner. a. Create the namespace b. Annotate the namespace with elevated privileges so we can create NFS mounts ❯ oc get sc NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE nfs-client k8s-sigs.io/nfs-subdir-external-provisioner Delete Immediate false 3m27s If you…
-
April 2024 Updates
Here are some updates for April 2024. FYI: I was made aware of kubernetes-sigs/kube-scheduler-simulator and the release simulator/v0.2.0. That’s why we are developing a simulator for kube-scheduler — you can try out the behavior of the scheduler while checking which plugin made what decision for which Node. https://github.com/kubernetes-sigs/kube-scheduler-simulator/tree/simulator/v0.2.0 Added a new fix for imagestream set…