OpenShift

Using the vSphere CSI Driver with OpenShift 4.x and VSAN File Services

You may have seen my blog post “How to Install and configure vSphere CSI Driver on OpenShift 4.x“. Here I updated the vSphere CSI driver to work the additional security constraints that are baked into OpenShift 4.x. Since then, once of the things that has been on my list to test is file volumes backed … Continue reading Using the vSphere CSI Driver with OpenShift 4.x and VSAN File Services

OpenShift

How to Install and configure vSphere CSI Driver on OpenShift 4.x

Note2: December 2021 VMware released the Red Hat Certified Operator “vSphere Kubernetes Driver Operator”, which is now the preferred and recommended way to install CPI and CSI in your OpenShift environment. – Using the new vSphere Kubernetes Driver Operator with Red Hat OpenShift via Operator Hub Note: This blog post was updated in February 2021 … Continue reading How to Install and configure vSphere CSI Driver on OpenShift 4.x

OpenShift

How to deploy OpenShift 4.3 on VMware vSphere with Static IP addresses using Terraform

Install OpenShift 4.x on vSphere 6.x/7.x The following procedure is intended to create VM’s from an OVA template booting with static IP’s when the DHCP server can not reserve the IP addresses. The Problem OCP requires that all DNS configurations be in place. VMware requires that the DHCP assign the correct IPs to the VM. Since many real installations require the … Continue reading How to deploy OpenShift 4.3 on VMware vSphere with Static IP addresses using Terraform

vRealize Operations Openshift Container Platform Monitoring header

vRealize Operations – Monitoring OpenShift Container Platform environments

The latest release of  vRealize Operations (the “manager” part of the product name has now been dropped), brings the ability to manage your Kubernetes environments from the vSphere infrastructure up. The Kubernetes integration in vRealize Operations 8.1; vSphere with Kubernetes integration: Ability to discover vSphere with Kubernetes objects as part of the vCenter Server inventory. New … Continue reading vRealize Operations – Monitoring OpenShift Container Platform environments

veducate header

How to run the last command as Sudo in Linux

A quick post as I always forget this command, learn how to run the last command again as sudo, to elevate and bypass permissions denied error. ## First command fails with permissions issue dean@veducate # mv openshift-install /usr/local/bin/openshift-install mv: cannot move ‘openshift-install’ to ‘/usr/local/bin/openshift-install’: Permission denied ## Using the command “sudo !!” will run the … Continue reading How to run the last command as Sudo in Linux