-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Yussuf Shaikh <[email protected]>
- Loading branch information
Showing
6 changed files
with
30 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -202,12 +202,12 @@ $ scp -r -i data/id_rsa [email protected]:~/openstack-upi/auth/\* . | |
OpenShift CLI `oc` can be downloaded from the following links. Use the one specific to your client system architecture. | ||
- [Mac OSX](https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/latest/openshift-client-mac.tar.gz) | ||
- [Linux (x86_64)](https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/latest/openshift-client-linux.tar.gz) | ||
- [Windows](https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/latest/openshift-client-windows.zip) | ||
- [Mac OSX](https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable-4.10/openshift-client-mac.tar.gz) | ||
- [Linux (x86_64)](https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable-4.10/openshift-client-linux.tar.gz) | ||
- [Windows](https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable-4.10/openshift-client-windows.zip) | ||
Download the specific file, extract it and place the binary in a directory that is on your `PATH` | ||
For more details check the following [link](https://docs.openshift.com/container-platform/4.6/cli_reference/openshift_cli/getting-started-cli.html) | ||
For more details check the following [link](https://docs.openshift.com/container-platform/4.10/cli_reference/openshift_cli/getting-started-cli.html) | ||
The CLI login URL `oc_server_url` will be printed at the end of successful install. | ||
Alternatively you can retrieve it anytime by running `terraform output oc_server_url` from the install directory. | ||
|
@@ -229,12 +229,12 @@ Kubernetes master is running at https://test-cluster-9a4f.mydomain.com:6443 | |
To further debug and diagnose cluster problems, use 'kubectl cluster-info dump' | ||
|
||
$ oc get nodes | ||
NAME STATUS ROLES AGE VERSION | ||
master-0 Ready master 11h v1.19.0+43983cd | ||
master-1 Ready master 11h v1.19.0+43983cd | ||
master-2 Ready master 11h v1.19.0+43983cd | ||
worker-0 Ready worker 11h v1.19.0+43983cd | ||
worker-1 Ready worker 11h v1.19.0+43983cd | ||
NAME STATUS ROLES AGE VERSION | ||
dal12-master-0.test-ocp.ibm.com Ready master 11h v1.23.3+e419edf | ||
dal12-master-1.test-ocp.ibm.com Ready master 11h v1.23.3+e419edf | ||
dal12-master-2.test-ocp.ibm.com Ready master 11h v1.23.3+e419edf | ||
dal12-worker-0.test-ocp.ibm.com Ready worker 11h v1.23.3+e419edf | ||
dal12-worker-1.test-ocp.ibm.com Ready worker 11h v1.23.3+e419edf | ||
``` | ||
>**Note:** The OpenShift command-line client `oc` is already configured on the bastion node with kubeconfig placed at `~/.kube/config`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters