- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 341 - 350 of 699 for host:kubernetes.io (0.1 sec)
-
kubectl config set-cluster | Kubernetes
Synopsis Set a cluster entry in kubeconfig. Specifying a name that already exists will merge new fields on top of existing values for those fields. kubectl config set-cluster NAME [--server=server] [--certificate-authority=path/to/certificate/authority] [--insecure-skip-tls-verify=true] [--tls-server-name=example.com] Examples # Set only the server field on the e2e cluster entry without touching other values kubectl config set-cluster e2e --server=https://1.2.3.4 # Embed certificate authority data for the e2e cluster entry kubectl config set-cluster e2e --embed-certs --certificate-authority=~/.kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_set-cluster/Registered: Mon Sep 08 23:59:54 UTC 2025 - 464.5K bytes - Viewed (0) -
kubectl set env | Kubernetes
Synopsis Update environment variables on a pod template. List environment variable definitions in one or more pods, pod templates. Add, update, or remove container environment variable definitions in one or more pod templates (within replication controllers or deployment configurations). View or modify the environment variable definitions on all containers in the specified pods or pod templates, or just those that match a wildcard. If "--env -" is passed, environment variables can be read from STDIN using the standard env syntax.kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_env/Registered: Tue Sep 09 00:02:41 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: Tue Sep 09 00:04:49 UTC 2025 - 476.1K bytes - Viewed (0) -
kubectl top node | Kubernetes
Synopsis Display resource (CPU/memory) usage of nodes. The top-node command allows you to see the resource consumption of nodes. kubectl top node [NAME | -l label] Examples # Show metrics for all nodes kubectl top node # Show metrics for a given node kubectl top node NODE_NAME Options -h, --help help for node --no-headers If present, print output without headers -l, --selector string Selector (label query) to filter on, supports '=', '==', '!kubernetes.io/docs/reference/kubectl/generated/kubectl_top/kubectl_top_node/Registered: Tue Sep 09 00:06:36 UTC 2025 - 464K 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: Tue Sep 09 00:05:50 UTC 2025 - 465K bytes - Viewed (0) -
Debug cluster | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/debug-cluster/Registered: Tue Sep 09 00:07:29 UTC 2025 - 453.2K bytes - Viewed (0) -
kubectl proxy | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_proxy/Registered: Tue Sep 09 00:08:20 UTC 2025 - 467.7K 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: Tue Sep 09 00:08:26 UTC 2025 - 465.4K bytes - Viewed (0) -
kubectl run | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_run/Registered: Tue Sep 09 00:08:35 UTC 2025 - 473.3K bytes - Viewed (0) -
kubectl events | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_events/Registered: Tue Sep 09 00:08:49 UTC 2025 - 466.3K bytes - Viewed (0)