diff --git a/docs/reference/generated/kubectl/kubectl-commands.html b/docs/reference/generated/kubectl/kubectl-commands.html index a77cfaedbb..97b6efc8e8 100644 --- a/docs/reference/generated/kubectl/kubectl-commands.html +++ b/docs/reference/generated/kubectl/kubectl-commands.html @@ -11,7 +11,7 @@ - +

GETTING STARTED

@@ -290,8 +290,8 @@ inspect them.

show-all a -false -When printing, show all resources (default hide terminated pods.) +true +When printing, show all resources (default show all pods including terminated one.) show-labels @@ -591,8 +591,8 @@ inspect them.

show-all a -false -When printing, show all resources (default hide terminated pods.) +true +When printing, show all resources (default show all pods including terminated one.) show-labels @@ -732,7 +732,7 @@ inspect them.

load-balancer-ip -IP to assign to the Load Balancer. If empty, an ephemeral IP will be created and used (cloud-provider specific). +IP to assign to the LoadBalancer. If empty, an ephemeral IP will be created and used (cloud-provider specific). name @@ -809,8 +809,8 @@ inspect them.

show-all a -false -When printing, show all resources (default hide terminated pods.) +true +When printing, show all resources (default show all pods including terminated one.) show-labels @@ -1028,8 +1028,8 @@ viewing your workloads in a Kubernetes cluster.

show-all a -false -When printing, show all resources (default hide terminated pods.) +true +When printing, show all resources (default show all pods including terminated one.) show-labels @@ -1066,7 +1066,7 @@ viewing your workloads in a Kubernetes cluster.

Creates an autoscaler that automatically chooses and sets the number of pods that run in a kubernetes cluster.

Looks up a Deployment, ReplicaSet, or ReplicationController by name and creates an autoscaler that uses the given resource as a reference. An autoscaler can automatically increase or decrease number of pods deployed within the system as needed.

Usage

-

$ autoscale (-f FILENAME | TYPE NAME | TYPE/NAME) [--min=MINPODS] --max=MAXPODS [--cpu-percent=CPU] [flags]

+

$ autoscale (-f FILENAME | TYPE NAME | TYPE/NAME) [--min=MINPODS] --max=MAXPODS [--cpu-percent=CPU]

Flags

@@ -1171,8 +1171,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -1278,8 +1278,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -1420,8 +1420,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -1553,8 +1553,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -1672,8 +1672,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -1814,8 +1814,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -1915,8 +1915,97 @@ viewing your workloads in a Kubernetes cluster.

+ + + + + + - + + + + + + + + + + + + + + + + + + + + + +
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all atrueWhen printing, show all resources (default show all pods including terminated one.)
show-labels falseWhen printing, show all resources (default hide terminated pods.) When printing, show all labels as the last column (default hide labels column)
sort-byIf non-empty, sort list types using this field specification. The field specification is expressed as a JSONPath expression (e.g. '{.metadata.name}'). The field in the API resource specified by this JSONPath expression must be an integer or a string.
templateTemplate 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].
validatetrueIf true, use a schema to validate the input before sending it
+
+

job

+
+

Create a job from a CronJob named "a-cronjob"

+
+
kubectl create job --from=cronjob/a-cronjob
+
+

Create a job with the specified name.

+

Usage

+

$ job NAME [--from-cronjob=CRONJOB]

+

Flags

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2010,8 +2099,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -2128,8 +2217,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -2240,8 +2329,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -2358,8 +2447,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -2474,8 +2563,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -2599,8 +2688,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -2740,8 +2829,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -2882,8 +2971,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -3002,8 +3091,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -3113,8 +3202,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -3221,8 +3310,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -3322,8 +3411,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -3429,8 +3518,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -3536,8 +3625,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -3852,7 +3941,7 @@ viewing your workloads in a Kubernetes cluster.

Display one or many resources

Prints a table of the most important information about the specified resources. You can filter the list using a label selector and the --selector flag. If the desired resource type is namespaced you will only see results in your current namespace unless you pass --all-namespaces.

-

This command will hide resources that have completed, such as pods that are in the Succeeded or Failed phases. You can see the full results for any resource by providing the --show-all flag. Uninitialized objects are not shown unless --include-uninitialized is passed.

+

Uninitialized objects are not shown unless --include-uninitialized is passed.

By specifying the output as 'template' and providing a Go template as the value of the --template flag, you can filter the attributes of the fetched resources.

Valid resource types include:

+ + + + + + @@ -4006,8 +4101,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -4204,8 +4299,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -4333,8 +4428,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -4593,8 +4688,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -4901,11 +4996,11 @@ viewing your workloads in a Kubernetes cluster.

kubectl scale --replicas=5 rc/foo rc/bar rc/baz
 
-

Scale job named 'cron' to 3.

+

Scale statefulset named 'web' to 3.

-
kubectl scale --replicas=3 job/cron
+
kubectl scale --replicas=3 statefulset/web
 
-

Set a new size for a Deployment, ReplicaSet, Replication Controller, or Job.

+

Set a new size for a Deployment, ReplicaSet, Replication Controller, or StatefulSet.

Scale also allows users to specify one or more preconditions for the scale action.

If --current-replicas or --resource-version is specified, it is validated before the scale is attempted, and it is guaranteed that the precondition holds true when the scale is sent to the server.

Usage

@@ -5170,8 +5265,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -5306,8 +5401,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -5460,8 +5555,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -5581,8 +5676,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -5701,8 +5796,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -5836,8 +5931,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -6015,8 +6110,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -6200,8 +6295,8 @@ viewing your workloads in a Kubernetes cluster.

- - + + @@ -6485,8 +6580,8 @@ applications.

- - + + @@ -6882,21 +6977,28 @@ applications.

Listen on ports 5000 and 6000 locally, forwarding data to/from ports 5000 and 6000 in the pod

-
kubectl port-forward mypod 5000 6000
+
kubectl port-forward pod/mypod 5000 6000
+
+
+

Listen on ports 5000 and 6000 locally, forwarding data to/from ports 5000 and 6000 in a pod selected by the deployment

+
+
kubectl port-forward deployment/mydeployment 5000 6000
 

Listen on port 8888 locally, forwarding to 5000 in the pod

-
kubectl port-forward mypod 8888:5000
+
kubectl port-forward pod/mypod 8888:5000
 

Listen on a random port locally, forwarding to 5000 in the pod

-
kubectl port-forward mypod :5000
+
kubectl port-forward pod/mypod :5000
 
-

Forward one or more local ports to a pod.

+

Forward one or more local ports to a pod.

+

Use resource type/name such as deployment/mydeployment to select a pod. Resource type defaults to 'pod' if omitted.

+

If there are multiple pods matching the criteria, a pod will be selected automatically. The forwarding session ends when the selected pod terminates, and rerun of the command is needed to resume forwarding.

Usage

-

$ port-forward POD [LOCAL_PORT:]REMOTE_PORT [...[LOCAL_PORT_N:]REMOTE_PORT_N]

+

$ port-forward TYPE/NAME [LOCAL_PORT:]REMOTE_PORT [...[LOCAL_PORT_N:]REMOTE_PORT_N]

Flags

NameShorthandDefaultUsage
allow-missing-template-keystrueIf true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats.
fromThe name of the resource to create a Job from (only cronjob is supported).
no-headersfalseWhen using the default or custom-column output format, don't print headers (default print headers).
outputoOutput format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath].
output-versionDEPRECATED: To use a specific API version, fully-qualify the resource, version, and group (for example: 'jobs.v1.batch/myjob').
save-configfalseIf 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.
show-allatrueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels Return large lists in chunks rather than all at once. Pass 0 to disable. This flag is beta and may change in the future.
experimental-server-printfalseIf true, have the server return the appropriate table output. Supports extension APIs and CRD. Experimental.
export false
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-kind
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
show-all afalseWhen printing, show all resources (default hide terminated pods.) trueWhen printing, show all resources (default show all pods including terminated one.)
show-labels
@@ -6909,10 +7011,10 @@ applications.

- - + - + +
podppod-running-timeout Pod name 1m0sThe length of time (like 5s, 2m, or 3h, higher than zero) to wait until at least one pod is running
@@ -7457,6 +7559,12 @@ applications.

Ignore DaemonSet-managed pods. +pod-selector + + +Label selector to filter pods on the node + + selector l @@ -7565,8 +7673,8 @@ applications.

show-all a -false -When printing, show all resources (default hide terminated pods.) +true +When printing, show all resources (default show all pods including terminated one.) show-labels @@ -7996,6 +8104,16 @@ source $HOME/.bash_profile

unset

+
+

Unset the current-context.

+
+
kubectl config unset current-context
+
+
+

Unset namespace in foo context.

+
+
kubectl config unset contexts.foo.namespace
+

Unsets an individual value in a kubeconfig file

PROPERTY _NAME is a dot delimited name where each token represents either an attribute name or a map key. Map keys may not contain dots.

Usage

@@ -8088,8 +8206,8 @@ source $HOME/.bash_profile show-all a -false -When printing, show all resources (default hide terminated pods.) +true +When printing, show all resources (default show all pods including terminated one.) show-labels diff --git a/docs/reference/generated/kubectl/navData.js b/docs/reference/generated/kubectl/navData.js index f573dcb00e..213410f510 100644 --- a/docs/reference/generated/kubectl/navData.js +++ b/docs/reference/generated/kubectl/navData.js @@ -1 +1 @@ -(function(){navData = {"toc":[{"section":"-strong-deprecated-commands-strong-","subsections":[]},{"section":"plugin","subsections":[]},{"section":"version","subsections":[]},{"section":"options","subsections":[]},{"section":"explain","subsections":[]},{"section":"config","subsections":[{"section":"-em-view-em-"},{"section":"-em-use-context-em-"},{"section":"-em-unset-em-"},{"section":"-em-set-credentials-em-"},{"section":"-em-set-context-em-"},{"section":"-em-set-cluster-em-"},{"section":"-em-set-em-"},{"section":"-em-rename-context-em-"},{"section":"-em-get-contexts-em-"},{"section":"-em-get-clusters-em-"},{"section":"-em-delete-context-em-"},{"section":"-em-delete-cluster-em-"},{"section":"-em-current-context-em-"}]},{"section":"completion","subsections":[]},{"section":"alpha","subsections":[{"section":"-em-diff-em-"}]},{"section":"-strong-kubectl-settings-and-usage-strong-","subsections":[]},{"section":"uncordon","subsections":[]},{"section":"taint","subsections":[]},{"section":"drain","subsections":[]},{"section":"cordon","subsections":[]},{"section":"cluster-info","subsections":[{"section":"-em-dump-em-"}]},{"section":"certificate","subsections":[{"section":"-em-deny-em-"},{"section":"-em-approve-em-"}]},{"section":"api-versions","subsections":[]},{"section":"-strong-cluster-management-strong-","subsections":[]},{"section":"top","subsections":[{"section":"-em-pod-em-"},{"section":"-em-node-em-"}]},{"section":"proxy","subsections":[]},{"section":"port-forward","subsections":[]},{"section":"logs","subsections":[]},{"section":"exec","subsections":[]},{"section":"describe","subsections":[]},{"section":"cp","subsections":[]},{"section":"auth","subsections":[{"section":"-em-reconcile-em-"},{"section":"-em-can-i-em-"}]},{"section":"attach","subsections":[]},{"section":"-strong-working-with-apps-strong-","subsections":[]},{"section":"apply","subsections":[{"section":"-em-view-last-applied-em-"},{"section":"-em-set-last-applied-em-"},{"section":"-em-edit-last-applied-em-"}]},{"section":"-strong-declarative-app-management-strong-","subsections":[]},{"section":"set","subsections":[{"section":"-em-subject-em-"},{"section":"-em-serviceaccount-em--1"},{"section":"-em-selector-em-"},{"section":"-em-resources-em-"},{"section":"-em-image-em-"},{"section":"-em-env-em-"}]},{"section":"scale","subsections":[]},{"section":"rollout","subsections":[{"section":"-em-undo-em-"},{"section":"-em-status-em-"},{"section":"-em-resume-em-"},{"section":"-em-pause-em-"},{"section":"-em-history-em-"}]},{"section":"rolling-update","subsections":[]},{"section":"replace","subsections":[]},{"section":"patch","subsections":[]},{"section":"label","subsections":[]},{"section":"get","subsections":[]},{"section":"edit","subsections":[]},{"section":"delete","subsections":[]},{"section":"create","subsections":[{"section":"-em-serviceaccount-em-"},{"section":"-em-service-nodeport-em-"},{"section":"-em-service-loadbalancer-em-"},{"section":"-em-service-externalname-em-"},{"section":"-em-service-clusterip-em-"},{"section":"-em-service-em-"},{"section":"-em-secret-tls-em-"},{"section":"-em-secret-generic-em-"},{"section":"-em-secret-docker-registry-em-"},{"section":"-em-secret-em-"},{"section":"-em-rolebinding-em-"},{"section":"-em-role-em-"},{"section":"-em-quota-em-"},{"section":"-em-priorityclass-em-"},{"section":"-em-poddisruptionbudget-em-"},{"section":"-em-namespace-em-"},{"section":"-em-deployment-em-"},{"section":"-em-configmap-em-"},{"section":"-em-clusterrolebinding-em-"},{"section":"-em-clusterrole-em-"}]},{"section":"convert","subsections":[]},{"section":"autoscale","subsections":[]},{"section":"annotate","subsections":[]},{"section":"-strong-app-management-strong-","subsections":[]},{"section":"expose","subsections":[]},{"section":"run-container","subsections":[]},{"section":"run","subsections":[]},{"section":"-strong-getting-started-strong-","subsections":[]}],"flatToc":["-strong-deprecated-commands-strong-","plugin","version","options","explain","-em-view-em-","-em-use-context-em-","-em-unset-em-","-em-set-credentials-em-","-em-set-context-em-","-em-set-cluster-em-","-em-set-em-","-em-rename-context-em-","-em-get-contexts-em-","-em-get-clusters-em-","-em-delete-context-em-","-em-delete-cluster-em-","-em-current-context-em-","config","completion","-em-diff-em-","alpha","-strong-kubectl-settings-and-usage-strong-","uncordon","taint","drain","cordon","-em-dump-em-","cluster-info","-em-deny-em-","-em-approve-em-","certificate","api-versions","-strong-cluster-management-strong-","-em-pod-em-","-em-node-em-","top","proxy","port-forward","logs","exec","describe","cp","-em-reconcile-em-","-em-can-i-em-","auth","attach","-strong-working-with-apps-strong-","-em-view-last-applied-em-","-em-set-last-applied-em-","-em-edit-last-applied-em-","apply","-strong-declarative-app-management-strong-","-em-subject-em-","-em-serviceaccount-em--1","-em-selector-em-","-em-resources-em-","-em-image-em-","-em-env-em-","set","scale","-em-undo-em-","-em-status-em-","-em-resume-em-","-em-pause-em-","-em-history-em-","rollout","rolling-update","replace","patch","label","get","edit","delete","-em-serviceaccount-em-","-em-service-nodeport-em-","-em-service-loadbalancer-em-","-em-service-externalname-em-","-em-service-clusterip-em-","-em-service-em-","-em-secret-tls-em-","-em-secret-generic-em-","-em-secret-docker-registry-em-","-em-secret-em-","-em-rolebinding-em-","-em-role-em-","-em-quota-em-","-em-priorityclass-em-","-em-poddisruptionbudget-em-","-em-namespace-em-","-em-deployment-em-","-em-configmap-em-","-em-clusterrolebinding-em-","-em-clusterrole-em-","create","convert","autoscale","annotate","-strong-app-management-strong-","expose","run-container","run","-strong-getting-started-strong-"]};})(); \ No newline at end of file +(function(){navData = {"toc":[{"section":"-strong-deprecated-commands-strong-","subsections":[]},{"section":"plugin","subsections":[]},{"section":"version","subsections":[]},{"section":"options","subsections":[]},{"section":"explain","subsections":[]},{"section":"config","subsections":[{"section":"-em-view-em-"},{"section":"-em-use-context-em-"},{"section":"-em-unset-em-"},{"section":"-em-set-credentials-em-"},{"section":"-em-set-context-em-"},{"section":"-em-set-cluster-em-"},{"section":"-em-set-em-"},{"section":"-em-rename-context-em-"},{"section":"-em-get-contexts-em-"},{"section":"-em-get-clusters-em-"},{"section":"-em-delete-context-em-"},{"section":"-em-delete-cluster-em-"},{"section":"-em-current-context-em-"}]},{"section":"completion","subsections":[]},{"section":"alpha","subsections":[{"section":"-em-diff-em-"}]},{"section":"-strong-kubectl-settings-and-usage-strong-","subsections":[]},{"section":"uncordon","subsections":[]},{"section":"taint","subsections":[]},{"section":"drain","subsections":[]},{"section":"cordon","subsections":[]},{"section":"cluster-info","subsections":[{"section":"-em-dump-em-"}]},{"section":"certificate","subsections":[{"section":"-em-deny-em-"},{"section":"-em-approve-em-"}]},{"section":"api-versions","subsections":[]},{"section":"-strong-cluster-management-strong-","subsections":[]},{"section":"top","subsections":[{"section":"-em-pod-em-"},{"section":"-em-node-em-"}]},{"section":"proxy","subsections":[]},{"section":"port-forward","subsections":[]},{"section":"logs","subsections":[]},{"section":"exec","subsections":[]},{"section":"describe","subsections":[]},{"section":"cp","subsections":[]},{"section":"auth","subsections":[{"section":"-em-reconcile-em-"},{"section":"-em-can-i-em-"}]},{"section":"attach","subsections":[]},{"section":"-strong-working-with-apps-strong-","subsections":[]},{"section":"apply","subsections":[{"section":"-em-view-last-applied-em-"},{"section":"-em-set-last-applied-em-"},{"section":"-em-edit-last-applied-em-"}]},{"section":"-strong-declarative-app-management-strong-","subsections":[]},{"section":"set","subsections":[{"section":"-em-subject-em-"},{"section":"-em-serviceaccount-em--1"},{"section":"-em-selector-em-"},{"section":"-em-resources-em-"},{"section":"-em-image-em-"},{"section":"-em-env-em-"}]},{"section":"scale","subsections":[]},{"section":"rollout","subsections":[{"section":"-em-undo-em-"},{"section":"-em-status-em-"},{"section":"-em-resume-em-"},{"section":"-em-pause-em-"},{"section":"-em-history-em-"}]},{"section":"rolling-update","subsections":[]},{"section":"replace","subsections":[]},{"section":"patch","subsections":[]},{"section":"label","subsections":[]},{"section":"get","subsections":[]},{"section":"edit","subsections":[]},{"section":"delete","subsections":[]},{"section":"create","subsections":[{"section":"-em-serviceaccount-em-"},{"section":"-em-service-nodeport-em-"},{"section":"-em-service-loadbalancer-em-"},{"section":"-em-service-externalname-em-"},{"section":"-em-service-clusterip-em-"},{"section":"-em-service-em-"},{"section":"-em-secret-tls-em-"},{"section":"-em-secret-generic-em-"},{"section":"-em-secret-docker-registry-em-"},{"section":"-em-secret-em-"},{"section":"-em-rolebinding-em-"},{"section":"-em-role-em-"},{"section":"-em-quota-em-"},{"section":"-em-priorityclass-em-"},{"section":"-em-poddisruptionbudget-em-"},{"section":"-em-namespace-em-"},{"section":"-em-job-em-"},{"section":"-em-deployment-em-"},{"section":"-em-configmap-em-"},{"section":"-em-clusterrolebinding-em-"},{"section":"-em-clusterrole-em-"}]},{"section":"convert","subsections":[]},{"section":"autoscale","subsections":[]},{"section":"annotate","subsections":[]},{"section":"-strong-app-management-strong-","subsections":[]},{"section":"expose","subsections":[]},{"section":"run-container","subsections":[]},{"section":"run","subsections":[]},{"section":"-strong-getting-started-strong-","subsections":[]}],"flatToc":["-strong-deprecated-commands-strong-","plugin","version","options","explain","-em-view-em-","-em-use-context-em-","-em-unset-em-","-em-set-credentials-em-","-em-set-context-em-","-em-set-cluster-em-","-em-set-em-","-em-rename-context-em-","-em-get-contexts-em-","-em-get-clusters-em-","-em-delete-context-em-","-em-delete-cluster-em-","-em-current-context-em-","config","completion","-em-diff-em-","alpha","-strong-kubectl-settings-and-usage-strong-","uncordon","taint","drain","cordon","-em-dump-em-","cluster-info","-em-deny-em-","-em-approve-em-","certificate","api-versions","-strong-cluster-management-strong-","-em-pod-em-","-em-node-em-","top","proxy","port-forward","logs","exec","describe","cp","-em-reconcile-em-","-em-can-i-em-","auth","attach","-strong-working-with-apps-strong-","-em-view-last-applied-em-","-em-set-last-applied-em-","-em-edit-last-applied-em-","apply","-strong-declarative-app-management-strong-","-em-subject-em-","-em-serviceaccount-em--1","-em-selector-em-","-em-resources-em-","-em-image-em-","-em-env-em-","set","scale","-em-undo-em-","-em-status-em-","-em-resume-em-","-em-pause-em-","-em-history-em-","rollout","rolling-update","replace","patch","label","get","edit","delete","-em-serviceaccount-em-","-em-service-nodeport-em-","-em-service-loadbalancer-em-","-em-service-externalname-em-","-em-service-clusterip-em-","-em-service-em-","-em-secret-tls-em-","-em-secret-generic-em-","-em-secret-docker-registry-em-","-em-secret-em-","-em-rolebinding-em-","-em-role-em-","-em-quota-em-","-em-priorityclass-em-","-em-poddisruptionbudget-em-","-em-namespace-em-","-em-job-em-","-em-deployment-em-","-em-configmap-em-","-em-clusterrolebinding-em-","-em-clusterrole-em-","create","convert","autoscale","annotate","-strong-app-management-strong-","expose","run-container","run","-strong-getting-started-strong-"]};})(); \ No newline at end of file diff --git a/docs/reference/generated/kubectl/scroll.js b/docs/reference/generated/kubectl/scroll.js index ae0afcc77f..67fee8729e 100644 --- a/docs/reference/generated/kubectl/scroll.js +++ b/docs/reference/generated/kubectl/scroll.js @@ -187,7 +187,7 @@ $(document).ready(function() { var scrollPosition = $(window).scrollTop(); scrollActions(scrollPosition); checkActiveElement(flatToc, scrollPosition); - // TODO: prevent scroll on sidebar from propagating to window + // TODO: prevent scroll on sidebar from propogating to window $(window).on('scroll', function(event) { var scrollPosition = $(window).scrollTop(); var activeSectionTokens = scrollActions(scrollPosition);