Fix images, remove comment that i can't explain
parent
0d2e3d93d1
commit
84a1a1beef
|
@ -243,8 +243,8 @@ Output:
|
||||||
[{"effect":"NoSchedule","key":"node.kubernetes.io/not-ready"}]
|
[{"effect":"NoSchedule","key":"node.kubernetes.io/not-ready"}]
|
||||||
```
|
```
|
||||||
|
|
||||||
As you can see, our node has taint with efect no schedule. The reason of this????
|
As you can see, our node has taint with efect no schedule.
|
||||||
But lets fix this.
|
Lets fix this.
|
||||||
```bash
|
```bash
|
||||||
kubectl taint nodes $(hostname -a) node.kubernetes.io/not-ready:NoSchedule-
|
kubectl taint nodes $(hostname -a) node.kubernetes.io/not-ready:NoSchedule-
|
||||||
```
|
```
|
||||||
|
@ -262,7 +262,7 @@ hello-world 1/1 Running 0 29m 10.240.1.3 example-server <
|
||||||
|
|
||||||
As you can see out pod is in running state, means that scheduler works as expected.
|
As you can see out pod is in running state, means that scheduler works as expected.
|
||||||
|
|
||||||
Now we need to clean-up our wirkspace
|
Now we need to clean-up our workspace
|
||||||
```bash
|
```bash
|
||||||
kubectl delete -f pod.yaml
|
kubectl delete -f pod.yaml
|
||||||
```
|
```
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 44 KiB |
Binary file not shown.
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
Loading…
Reference in New Issue