parent
adc61ddd79
commit
a08f7c0714
|
@ -197,7 +197,7 @@ In a future version of Kubernetes, the defaults will change from 1-1 to 25%-25%.
|
|||
For example, if you look at the above Deployment closely, you will see that it first created a new Pod,
|
||||
then deleted some old Pods and created new ones. It does not kill old Pods until a sufficient number of
|
||||
new Pods have come up, and does not create new Pods until a sufficient number of old Pods have been killed.
|
||||
It makes sure that number of available Pods is at least 2 and the number of total Pods is at most 4.
|
||||
It makes sure that the number of available Pods is at least 2 and the number of total Pods is at most 4.
|
||||
|
||||
```shell
|
||||
$ kubectl describe deployments
|
||||
|
|
Loading…
Reference in New Issue