- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 361 - 370 of 704 for host:kubernetes.io (0.03 sec)
-
kubectl events | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_events/Registered: Wed Nov 05 18:17:40 UTC 2025 - 469.6K bytes - Viewed (0) -
kubectl for Docker Users | Kubernetes
You can use the Kubernetes command line tool kubectl to interact with the API Server. Using kubectl is straightforward if you are familiar with the Docker command line tool. However, there are a few differences between the Docker commands and the kubectl commands. The following sections show a Docker sub-command and describe the equivalent kubectl command. docker run To run an nginx Deployment and expose the Deployment, see kubectl create deployment.kubernetes.io/docs/reference/kubectl/docker-cli-to-kubectl/Registered: Wed Nov 05 18:21:49 UTC 2025 - 479.4K bytes - Viewed (0) -
kubectl exec | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_exec/Registered: Wed Nov 05 18:19:16 UTC 2025 - 468.4K bytes - Viewed (0) -
kubectl rollout pause | Kubernetes
Synopsis Mark the provided resource as paused. Paused resources will not be reconciled by a controller. Use "kubectl rollout resume" to resume a paused resource. Currently only deployments support being paused. kubectl rollout pause RESOURCE Examples # Mark the nginx deployment as paused # Any current state of the deployment will continue its function; new updates # to the deployment will not have an effect as long as the deployment is paused kubectl rollout pause deployment/nginx Options --allow-missing-template-keys Default: true If true, ignore any errors in templates when a field or map key is missing in the template.kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_pause/Registered: Wed Nov 05 18:19:36 UTC 2025 - 469.4K bytes - Viewed (0) -
kubectl run | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_run/Registered: Wed Nov 05 18:16:21 UTC 2025 - 476.6K bytes - Viewed (0) -
kubectl rollout history | Kubernetes
Synopsis View previous rollout revisions and configurations. kubectl rollout history (TYPE NAME | TYPE/NAME) [flags] Examples # View the rollout history of a deployment kubectl rollout history deployment/abc # View the details of daemonset revision 3 kubectl rollout history daemonset/abc --revision=3 Options --allow-missing-template-keys Default: true If 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.kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_history/Registered: Wed Nov 05 11:59:22 UTC 2025 - 468.8K bytes - Viewed (0) -
kubectl wait | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_wait/Registered: Wed Nov 05 18:21:56 UTC 2025 - 470.4K bytes - Viewed (0) -
Feature Gates | Kubernetes
This page contains an overview of the various feature gates an administrator can specify on different Kubernetes components. See feature stages for an explanation of the stages for a feature. Overview Feature gates are a set of key=value pairs that describe Kubernetes features. You can turn these features on or off using the --feature-gates command line flag on each Kubernetes component. Each Kubernetes component lets you enable or disable a set of feature gates that are relevant to that component.kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/Registered: Wed Nov 05 18:22:03 UTC 2025 - 642.5K bytes - Viewed (0) -
kubectl rollout status | Kubernetes
Synopsis Show the status of the rollout. By default 'rollout status' will watch the status of the latest rollout until it's done. If you don't want to wait for the rollout to finish then you can use --watch=false. Note that if a new rollout starts in-between, then 'rollout status' will continue watching the latest revision. If you want to pin to a specific revision and abort if it is rolled over by another revision, use --revision=N where N is the revision you need to watch for.kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_status/Registered: Wed Nov 05 18:19:49 UTC 2025 - 468.3K bytes - Viewed (0) -
kubectl plugin list | Kubernetes
Synopsis List all available plugin files on a user's PATH. To see plugins binary names without the full path use --name-only flag. Available plugin files are those that are: - executable - anywhere on the user's PATH - begin with "kubectl-" kubectl plugin list [flags] Examples # List all available plugins kubectl plugin list # List only binary names of available plugins without paths kubectl plugin list --name-only Options -h, --help help for listkubernetes.io/docs/reference/kubectl/generated/kubectl_plugin/kubectl_plugin_list/Registered: Wed Nov 05 18:19:57 UTC 2025 - 466.5K bytes - Viewed (0)