Commit 9afb0201 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #17999 from janetkuo/deployment-doc-typo

Auto commit by PR queue bot
parents a7a8417e 6371578b
...@@ -350,7 +350,7 @@ Note: This is not implemented yet. ...@@ -350,7 +350,7 @@ Note: This is not implemented yet.
#### Rolling Update Deployment #### Rolling Update Deployment
Deployment updates pods in a [rolling update][update-demo/] fashion Deployment updates pods in a [rolling update](update-demo/) fashion
when `.spec.strategy.type==RollingUpdate`. when `.spec.strategy.type==RollingUpdate`.
Users can specify `maxUnavailable`, `maxSurge` and `minReadySeconds` to control Users can specify `maxUnavailable`, `maxSurge` and `minReadySeconds` to control
the rolling update process. the rolling update process.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment