mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
Fix broken link in deployment document
This commit is contained in:
parent
945393cc0c
commit
6371578b67
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user