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.
141
142
-->
@@ -148,7 +149,8 @@ Must be "none", "server", or "client". If client s
Rule in format host/path=service:port[,tls=secretname]. Paths containing the leading character '*' are considered pathType=Prefix. tls argument is optional.
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.
204
210
-->
@@ -211,7 +217,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].
229
237
-->
@@ -236,7 +244,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.
242
251
-->
@@ -255,7 +264,7 @@ Must be one of: strict (or true), warn, ignore (or false). "true" or &
255
264
256
265
## {{% heading "parentoptions" %}}
257
266
258
-
<table style="width: 100%; table-layout: fixed;">
267
+
<table style="width: 100%; table-layout: fixed;">
259
268
<colgroup>
260
269
<col span="1" style="width: 10px;" />
261
270
<col span="1" />
@@ -266,7 +275,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