mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-04-20 17:16:46 +00:00
Clarify naming
This commit is contained in:
@@ -199,22 +199,22 @@ We also have one too many pods.
|
||||
- We still have the old `rng` *deployment*
|
||||
|
||||
```
|
||||
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
|
||||
rng 1 1 1 1 11m
|
||||
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
|
||||
deployment.apps/rng 1 1 1 1 18m
|
||||
```
|
||||
|
||||
- But now we have the new `rng` *daemon set* as well
|
||||
|
||||
```
|
||||
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
|
||||
rng 2 2 2 2 2 <none> 11s
|
||||
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
|
||||
daemonset.apps/rng 2 2 2 2 2 <none> 9s
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Too many pods
|
||||
|
||||
- If we look at the pods, we have:
|
||||
- If we check with `kubectl get pods`, we see:
|
||||
|
||||
- *one pod* for the deployment (named `rng-xxxxxxxxxx-yyyyy`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user