Skip to content

Commit

Permalink
simplifying the pod listing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaroslav Pantsjoha authored May 6, 2020
1 parent 89d29c3 commit d701314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/daemonset/updating-daemonset.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This is what manifests need to be tainted with in order to be ran on master node

Now check to see if an additional pod has been created. Remember - a DaemonSet schedules a pod to every node, so there should be two pods created:

`kubectl get po -n contino -l app=nginx`{{execute}}
`kubectl get po -n contino -l app=nginx -o wide`{{execute}}

If there's two pods - great. That means that the tolerations have worked and we are now running across two nodes.

Expand All @@ -40,4 +40,4 @@ curl `kubectl get po -n contino -l app=nginx -o 'jsonpath={.items[1].status.podI
You should see a similar result to the one in the previous chapter:
`This request was processed by host: nginx-njq9h`
`This request was processed by host: nginx-njq9h`

0 comments on commit d701314

Please sign in to comment.