Fix images, remove comment that i can't explain

pull/863/head
rsavchuk 2023-09-27 16:57:38 +02:00
parent 0d2e3d93d1
commit 84a1a1beef
3 changed files with 3 additions and 3 deletions

View File

@ -243,8 +243,8 @@ Output:
[{"effect":"NoSchedule","key":"node.kubernetes.io/not-ready"}]
```
As you can see, our node has taint with efect no schedule. The reason of this????
But lets fix this.
As you can see, our node has taint with efect no schedule.
Lets fix this.
```bash
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.
Now we need to clean-up our wirkspace
Now we need to clean-up our workspace
```bash
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