Add External Image Registry in OpenShift
There are serval ways to connect an external image registry (such as harbor) to your openshift environments. In installation phase,…
There are serval ways to connect an external image registry (such as harbor) to your openshift environments. In installation phase,…
By default, when you install your openshift 4 cluster on bare metal manually, the internal image registry is not available,…
NFS storageclass is an easy to use storage option for kubernetes and openshift platform. I will describe how to setup…
In this tutorial, i will describe how to install and setup an openshift container platform (OCP) 4.10 cluster with high…
Openshift code ready container(crc) is a lightweight openshfit environment for developers, it can be installed on a single standalone vm…
If you have a private registry in your lab environment, and to add this registry to openshift crc environment, for…
8,deply route and docker registry service. deploy a router, running on three master nodes oadm policy add-scc-to-user hostnetwork -z router…
7, setup node service, we install node service on all nodes, including master nodes. yum install -y centos-release-openshift-origin yum install…
6, install and cofigure etcd cluster, on all master nodes yum install -y etcd configure etcd, comment out all default…