Tuesday, June 23, 2020

trying openshift installer nightly

Nightly builds: https://openshift-release.svc.ci.openshift.org/

Example:
https://openshift-release-artifacts.svc.ci.openshift.org/4.6.0-0.nightly-2020-06-23-180540/
The installer is: openshift-install-linux-4.6.0-0.nightly-2020-06-23-180540.tar.gz

$ tar zxvf openshift-install-linux-4.6.0-0.nightly-2020-06-23-180540.tar.gz
$ ./openshift-install create  cluster --dir=ocp --log-level=info

Example using oc command:
$ export KUBECONFIG=ocp/auth/kubeconfig
$ ocp get pods 

No comments:

Post a Comment