Skip to content

Instantly share code, notes, and snippets.

@e-minguez
Created June 4, 2019 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save e-minguez/44ad5f50ce7956201f6e8100f3287f82 to your computer and use it in GitHub Desktop.
Save e-minguez/44ad5f50ce7956201f6e8100f3287f82 to your computer and use it in GitHub Desktop.
ocp4_upi_baremetal.md
$ oc get nodes -o wide
NAME                      STATUS   ROLES    AGE   VERSION             INTERNAL-IP    EXTERNAL-IP   OS-IMAGE                                                   KERNEL-VERSION               CONTAINER-RUNTIME
kni1-master-0.minwi.lan   Ready    master   42m   v1.13.4+cb455d664   <redacted>     <none>        Red Hat Enterprise Linux CoreOS 410.8.20190520.0 (Ootpa)   4.18.0-80.1.2.el8_0.x86_64   cri-o://1.13.9-1.rhaos4.1.gitd70609a.el8
kni1-master-1.minwi.lan   Ready    master   42m   v1.13.4+cb455d664   <redacted>     <none>        Red Hat Enterprise Linux CoreOS 410.8.20190520.0 (Ootpa)   4.18.0-80.1.2.el8_0.x86_64   cri-o://1.13.9-1.rhaos4.1.gitd70609a.el8
kni1-master-2.minwi.lan   Ready    master   42m   v1.13.4+cb455d664   <redacted>     <none>        Red Hat Enterprise Linux CoreOS 410.8.20190520.0 (Ootpa)   4.18.0-80.1.2.el8_0.x86_64   cri-o://1.13.9-1.rhaos4.1.gitd70609a.el8
kni1-worker-0.minwi.lan   Ready    worker   43m   v1.13.4+cb455d664   <redacted>     <none>        Red Hat Enterprise Linux CoreOS 410.8.20190520.0 (Ootpa)   4.18.0-80.1.2.el8_0.x86_64   cri-o://1.13.9-1.rhaos4.1.gitd70609a.el8
$ oc get clusterversion
NAME      VERSION   AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.1.0     True        False         19m     Cluster version is 4.1.0
$ oc get clusteroperators
NAME                                 VERSION   AVAILABLE   PROGRESSING   DEGRADED   SINCE
authentication                       4.1.0     True        False         False      21m
cloud-credential                     4.1.0     True        False         False      42m
cluster-autoscaler                   4.1.0     True        False         False      42m
console                              4.1.0     True        False         False      25m
dns                                  4.1.0     True        False         False      42m
image-registry                       4.1.0     True        False         False      35m
ingress                              4.1.0     True        False         False      36m
kube-apiserver                       4.1.0     True        False         False      41m
kube-controller-manager              4.1.0     True        False         False      39m
kube-scheduler                       4.1.0     True        False         False      39m
machine-api                          4.1.0     True        False         False      42m
machine-config                       4.1.0     True        False         False      41m
marketplace                          4.1.0     True        False         False      36m
monitoring                           4.1.0     True        False         False      35m
network                              4.1.0     True        False         False      42m
node-tuning                          4.1.0     True        False         False      40m
openshift-apiserver                  4.1.0     True        False         False      39m
openshift-controller-manager         4.1.0     True        False         False      41m
openshift-samples                    4.1.0     True        False         False      31m
operator-lifecycle-manager           4.1.0     True        False         False      41m
operator-lifecycle-manager-catalog   4.1.0     True        False         False      41m
service-ca                           4.1.0     True        False         False      42m
service-catalog-apiserver            4.1.0     True        False         False      40m
service-catalog-controller-manager   4.1.0     True        False         False      40m
storage                              4.1.0     True        False         False      37m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment