In another window, you can see that `kubectl` added a `deployment` label to the pods, whose value is a hash of the configuration, to distinguish the new pods from the old:
In another window, you can see that `kubectl` added a `deployment` label to the pods, whose value is a hash of the configuration, to distinguish the new pods from the old:
...
@@ -348,7 +348,6 @@ In another window, you can see that `kubectl` added a `deployment` label to the
...
@@ -348,7 +348,6 @@ In another window, you can see that `kubectl` added a `deployment` label to the
At end of loop: my-nginx replicas: 0, my-nginx-v4 replicas: 5
Update succeeded. Deleting my-nginx
my-nginx-v4
```
```
You can also run the [update demo](update-demo/) to see a visual representation of the rolling update process.
You can also run the [update demo](update-demo/) to see a visual representation of the rolling update process.
...
@@ -501,7 +489,7 @@ pod "my-nginx-1jgkf" replaced
...
@@ -501,7 +489,7 @@ pod "my-nginx-1jgkf" replaced
$rm /tmp/nginx.yaml
$rm /tmp/nginx.yaml
```
```
This allows you to do more significant changes more easily. Note that you can specify the editor with your `EDITOR`, `KUBE_EDITOR`, or `GIT_EDITOR` environment variables.
This allows you to do more significant changes more easily. Note that you can specify the editor with your `EDITOR` or `KUBE_EDITOR` environment variables.
For more information, please see [kubectl edit](kubectl/kubectl_edit.md) document.
For more information, please see [kubectl edit](kubectl/kubectl_edit.md) document.
...
@@ -532,8 +520,7 @@ In some cases, you may need to update resource fields that cannot be updated onc
...
@@ -532,8 +520,7 @@ In some cases, you may need to update resource fields that cannot be updated onc