You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Must be "none", "server", or "client". If client strategy, only print the object that would be sent, without sending it. If server strategy, submit server-side request without persisting the resource.
70
72
-->
@@ -77,7 +79,8 @@ Must be "none", "server", or "client". If client s
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future.
120
126
-->
@@ -127,7 +133,8 @@ If true, the configuration of current object will be saved in its annotation. Ot
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
145
153
-->
@@ -152,7 +160,8 @@ Template string or path to template file to use when -o=go-template, -o=go-templ
Must be one of: strict (or true), warn, ignore (or false). "true" or "strict" will use a schema to validate the input and fail the request if invalid. It will perform server side validation if ServerSideFieldValidation is enabled on the api-server, but will fall back to less reliable client-side validation if not. "warn" will warn about unknown or duplicate fields without blocking the request if server-side field validation is enabled on the API server, and behave as "ignore" otherwise. "false" or "ignore" will not perform any schema validation, silently dropping any unknown or duplicate fields.
158
167
-->
@@ -172,7 +181,7 @@ Must be one of: strict (or true), warn, ignore (or false). "true" or &
172
181
173
182
## {{% heading "parentoptions" %}}
174
183
175
-
<tablestyle="width: 100%; table-layout: fixed;">
184
+
<tablestyle="width: 100%; table-layout: fixed;">
176
185
<colgroup>
177
186
<colspan="1"style="width: 10px;" />
178
187
<colspan="1" />
@@ -183,7 +192,8 @@ Must be one of: strict (or true), warn, ignore (or false). "true" or &
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration.
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration.
Path to the kuberc file to use for preferences. This can be disabled by exporting KUBECTL_KUBERC=false feature gate or turning off the feature KUBERC=off.
0 commit comments