From b7425c994cd887559b6ba5248bd57db84f02d3fc Mon Sep 17 00:00:00 2001 From: vanou <8667089+vanou@users.noreply.github.com> Date: Thu, 24 Oct 2019 12:11:07 +0900 Subject: [PATCH] Fix inconsistency of note on command example (#17154) In doc on Declarative Management of K8s object, there is explanation of 'Default field values of K8s object set by K8s apiserver'. In this explanation, there is examples of resource of K8s object. And in this example, there is notes on what field value is set by apiserver by default. But there is lack of a word in one of these notes. This commit fixes it. --- .../docs/tasks/manage-kubernetes-objects/declarative-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/manage-kubernetes-objects/declarative-config.md b/content/en/docs/tasks/manage-kubernetes-objects/declarative-config.md index 2f0511a221248..6c396e7861a7f 100644 --- a/content/en/docs/tasks/manage-kubernetes-objects/declarative-config.md +++ b/content/en/docs/tasks/manage-kubernetes-objects/declarative-config.md @@ -764,7 +764,7 @@ spec: rollingUpdate: # defaulted by apiserver - derived from strategy.type maxSurge: 1 maxUnavailable: 1 - type: RollingUpdate # defaulted apiserver + type: RollingUpdate # defaulted by apiserver template: metadata: creationTimestamp: null