Tuesday, April 28, 2026

Stop and remove auto start dockers

Stop all the containers docker stop $(docker ps -a -q) Remove all the containers docker rm $(docker ps -a -q)

Tuesday, March 3, 2026

Install helm on rhel8

See this link via snapd:
https://snapcraft.io/install/helm/rhel the above does not work - i used binaries from here manually: https://helm.sh/docs/intro/install/

Sunday, March 1, 2026

oc command fails due to missing glibc library

oc version oc: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by oc) oc: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by oc) oc: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by oc) The solution: Download the CLI version compiled for RHEL 8. Link here for amd64 https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable/openshift-client-linux-amd64-rhel8.tar.gz