mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
Fix images, remove comment that i can't explain
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user