Mention progressDeadlineSeconds

@abuisine ran through the whole deck recently, taking the long route each time it was possible; and he noticed that another field had to be removed when transforming the Deployment into a DaemonSet.
This commit is contained in:
Jérôme Petazzoni
2018-08-09 07:00:52 -05:00
parent f66b6b2ee3
commit d4d460397f

View File

@@ -130,6 +130,7 @@ We all knew this couldn't be that easy, right!
- remove the `replicas` field
- remove the `strategy` field (which defines the rollout mechanism for a deployment)
- remove the `progressDeadlineSeconds` field (also used by the rollout mechanism)
- remove the `status: {}` line at the end
--