- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 361 - 370 of 721 for host:kubernetes.io (0.03 sec)
-
kubectl events | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_events/Registered: Mon Jan 05 09:09:23 UTC 2026 - 476.5K bytes - Viewed (0) -
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 Jan 05 09:13:30 UTC 2026 - 474.7K bytes - Viewed (0) -
kubectl auth | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_auth/Registered: Mon Jan 05 09:12:53 UTC 2026 - 472.5K bytes - Viewed (0) -
Helping as a blog writing buddy | Kubernetes
There are two official Kubernetes blogs, and the CNCF has its own blog where you can cover Kubernetes too. Read contributing to Kubernetes blogs to learn about these two blogs. When people contribute to either blog as an author, the Kubernetes project pairs up authors as writing buddies. This page explains how to fulfil the buddy role. You should make sure that you have at least read an outline of article submission before you read on within this page.kubernetes.io/docs/contribute/blog/writing-buddy/Registered: Mon Jan 05 09:16:59 UTC 2026 - 470.9K 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: Mon Jan 05 09:17:15 UTC 2026 - 473.4K 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: Mon Jan 05 09:17:19 UTC 2026 - 475.6K bytes - Viewed (0) -
Scheduler Configuration | Kubernetes
FEATURE STATE: Kubernetes v1.25 [stable] You can customize the behavior of the kube-scheduler by writing a configuration file and passing its path as a command line argument. A scheduling Profile allows you to configure the different stages of scheduling in the kube-scheduler. Each stage is exposed in an extension point. Plugins provide scheduling behaviors by implementing one or more of these extension points. You can specify scheduling profiles by running kube-scheduler --config <filename>, using the KubeSchedulerConfiguration v1 struct.kubernetes.io/docs/reference/scheduling/config/Registered: Mon Jan 05 09:18:39 UTC 2026 - 512.3K 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: Mon Jan 05 09:17:35 UTC 2026 - 474.1K bytes - Viewed (0) -
kubeconfig (v1) | Kubernetes
Resource Types Config Config Config holds the information needed to build connect to remote kubernetes clusters as a given user FieldDescription apiVersionstring/v1 kindstringConfig kind string Legacy field from pkg/api/types.go TypeMeta. TODO(jlowdermilk): remove this after eliminating downstream dependencies. apiVersion string Legacy field from pkg/api/types.go TypeMeta. TODO(jlowdermilk): remove this after eliminating downstream dependencies. preferences,omitzero [Required] Preferences Preferences holds general information to be use for cli interactions Deprecated: this field is deprecated in v1.kubernetes.io/docs/reference/config-api/kubeconfig.v1/Registered: Mon Jan 05 09:18:24 UTC 2026 - 481.7K bytes - Viewed (0) -
kubectl version | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_version/Registered: Mon Jan 05 09:17:41 UTC 2026 - 472.6K bytes - Viewed (0)