Openshift

Registry-console Image not Found
Description: Image for Openshift registry-console pod not found. Sample Error Log: Warning Failed 35m (x807 over 2d) kubelet, master01.clus...
Mon, 28 Jun, 2021 at 10:18 AM
Cleaning out Indices in openshift-logging
This solution will work with Openshift 3 and Openshift 4. Every now and again you might receive an alert from Openshift that the Elasticsearch instances...
Thu, 1 Jul, 2021 at 11:13 AM
Resize a Persistent Volume that has been grown on vSphere
This Knowledge Base will work any Kubernetes distribution, probably using any storage provider. In this example we will be using Openshift 4 that has been i...
Thu, 15 Jul, 2021 at 3:35 PM
Custom Entitlements and Yum Repos for buildConfigs on OpenShift (subscriptions/satellite)
Using (customized) Red Hat entitlements / subscriptions in builds for OpenShift 4, and/or custom repositories, like via Red Hat Satellite.   See Red Hat...
Fri, 1 Jul, 2022 at 3:42 PM
VSphere Datastore Error: datastore name is too long
When checking the logs of the vsphere-problem-detector-operator pod, you may see an error where the datastore name is too long. The recommendation is that t...
Thu, 6 Oct, 2022 at 9:52 AM
CSR Stuff Openshift 3.11
Approve CSR one-liner oc get csr --no-headers | awk '!/Approved/ {print $1}' | xargs oc adm certificate approve
Mon, 24 Oct, 2022 at 8:09 AM
Openshift 4 - Custom api certs
Adding API server certificates Add an API server named certificate The default API server certificate is issued by an internal OpenShift Contain...
Tue, 25 Oct, 2022 at 1:32 PM