VMware Tanzu Mission Control Red Hat OpenShift header

Enabling Tanzu Mission Control Data Protection on Red Hat OpenShift

Just a quick blog on how to get the Data Protection feature of Tanzu Mission Control on Red Hat OpenShift. By default you will find that once the data protection feature is enabled, the pods for Restic component of Velero error. Enable the Data Protection Feature on your Openshift cluster You will see the UI … Continue reading Enabling Tanzu Mission Control Data Protection on Red Hat OpenShift

VMware vRealize Log Insight Cloud Red Hat OpenShift header

How to configure Red Hat OpenShift to forward logs to VMware vRealize Log Insight Cloud

In this blog post we will cover how to configure Red Hat OpenShift to forward logs from the ClusterLogging instance to an external 3rd party system, in this case, VMware vRealize Log Insight Cloud. Architecture The Openshift Cluster Logging will have to be configured for accessing the logs and forwarding to 3rd party logging tools. … Continue reading How to configure Red Hat OpenShift to forward logs to VMware vRealize Log Insight Cloud

RH OCP Header

OpenShift – Cluster-Monitoring-Operator Pod Error – cannot verify user is non-root

The issue After building a brand new OpenShift 4.6.9 cluster, I noticed one of the pods was not running correctly oc get pods -n openshift-monitoring ….. NAME READY STATUS RESTARTS AGE cluster-monitoring-operator-f85f7bcb5-84jw5 1/2 CreateContainerConfigError 0 112m Upon inspection of the pod; oc describe pod cluster-monitoring-operator-XXX -n openshift- monitoring I could see the following error message; … Continue reading OpenShift – Cluster-Monitoring-Operator Pod Error – cannot verify user is non-root

OpenShift

How to specify your vSphere virtual machine resources when deploying Red Hat OpenShift

When deploying Red Hat OpenShift to VMware vSphere platform, there are two methods: User Provisioned Infrastructure (UPI) Installer Provisioned Infrastructure (IPI) There are several great blogs covering both options and deployment methods. In this blog, we are going to use the IPI method but customize the settings of our Virtual Machines that are deployed setting … Continue reading How to specify your vSphere virtual machine resources when deploying Red Hat OpenShift

OpenShift

Red Hat OpenShift on VMware vSphere – How to Scale and Edit your cluster deployments

Working with Red Hat OpenShift on vSphere, I’m really starting to understand the main infrastructure components and how everything fits together. Next up was understanding how to control the cluster size after initial deployment. So, with Red Hat OpenShift, there are some basic concepts we need to understand first, before we jump into the technical … Continue reading Red Hat OpenShift on VMware vSphere – How to Scale and Edit your cluster deployments