@@ -28,7 +28,7 @@ Create deployment by running following command:
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ kubectl create -f https://k8s.io/examples/application/nginx-with-request.yaml
|
$ kubectl create -f https://k8s.io/examples/application/nginx-with-request.yaml
|
||||||
deployment "nginx-deployment" created
|
deployment.apps/nginx-deployment created
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
@@ -257,11 +257,11 @@ Sometimes when debugging it can be useful to look at the status of a node -- for
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ kubectl get nodes
|
$ kubectl get nodes
|
||||||
NAME STATUS AGE VERSION
|
NAME STATUS ROLES AGE VERSION
|
||||||
kubernetes-node-861h NotReady 1h v1.6.0+fff5156
|
kubernetes-node-861h NotReady <none> 1h v1.11.1
|
||||||
kubernetes-node-bols Ready 1h v1.6.0+fff5156
|
kubernetes-node-bols Ready <none> 1h v1.11.1
|
||||||
kubernetes-node-st6x Ready 1h v1.6.0+fff5156
|
kubernetes-node-st6x Ready <none> 1h v1.11.1
|
||||||
kubernetes-node-unaj Ready 1h v1.6.0+fff5156
|
kubernetes-node-unaj Ready <none> 1h v1.11.1
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
Reference in New Issue
Block a user