Merge pull request #573 from rhdojun/patch-1

Update quickstart.md
This commit is contained in:
Doug Smith
2020-11-12 09:35:38 -05:00
committed by GitHub

View File

@@ -29,7 +29,14 @@ To verify that you default network is ready, you may list your Kubernetes nodes
kubectl get nodes kubectl get nodes
``` ```
In the case that your default network is ready In the case that your default network is ready you will see the `STATUS` column also switch to `Ready` for each node.
```
NAME STATUS ROLES AGE VERSION
master-0 Ready master 1h v1.17.1
master-1 Ready master 1h v1.17.1
master-2 Ready master 1h v1.17.1
```
## Installation ## Installation