- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 541 - 550 of 723 for host:kubernetes.io (0.03 sec)
-
Scheduling Policies | Kubernetes
In Kubernetes versions before v1.23, a scheduling policy can be used to specify the predicates and priorities process. For example, you can set a scheduling policy by running kube-scheduler --policy-config-file <filename> or kube-scheduler --policy-configmap <ConfigMap>. This scheduling policy is not supported since Kubernetes v1.23. Associated flags policy-config-file, policy-configmap, policy-configmap-namespace and use-legacy-policy-config are also not supported. Instead, use the Scheduler Configuration to achieve similar behavior. What's next Learn about scheduling Learn about kube-scheduler Configuration Read the kube-scheduler configuration reference (v1)kubernetes.io/docs/reference/scheduling/policies/Registered: Mon Jan 26 07:43:27 UTC 2026 - 469.2K bytes - Viewed (0) -
kubectl cluster-info dump | Kubernetes
Synopsis Dump cluster information out suitable for debugging and diagnosing cluster problems. By default, dumps everything to stdout. You can optionally specify a directory with --output-directory. If you specify a directory, Kubernetes will build a set of files in that directory. By default, only dumps things in the current namespace and 'kube-system' namespace, but you can switch to a different namespace with the --namespaces flag, or specify --all-namespaces to dump all namespaces.kubernetes.io/docs/reference/kubectl/generated/kubectl_cluster-info/kubectl_cluster-info_dump/Registered: Mon Jan 26 07:21:36 UTC 2026 - 478.1K bytes - Viewed (0) -
Node metrics data | Kubernetes
Mechanisms for accessing metrics at node, volume, pod and container level, as seen by the kubelet.kubernetes.io/docs/reference/instrumentation/node-metrics/Registered: Mon Jan 26 07:20:42 UTC 2026 - 470.3K bytes - Viewed (0) -
kubeadm config | Kubernetes
During kubeadm init, kubeadm uploads the ClusterConfiguration object to your cluster in a ConfigMap called kubeadm-config in the kube-system namespace. This configuration is then read during kubeadm join, kubeadm reset and kubeadm upgrade. You can use kubeadm config print to print the default static configuration that kubeadm uses for kubeadm init and kubeadm join. Note:The output of the command is meant to serve as an example. You must manually edit the output of this command to adapt to your setup.kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-config/Registered: Mon Jan 26 07:20:32 UTC 2026 - 485.8K bytes - Viewed (0) -
kubectl get | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_get/Registered: Mon Jan 26 07:28:42 UTC 2026 - 482.2K bytes - Viewed (0) -
kubectl set image | Kubernetes
Synopsis Update existing container image(s) of resources. Possible resources include (case insensitive): pod (po), replicationcontroller (rc), deployment (deploy), daemonset (ds), statefulset (sts), cronjob (cj), replicaset (rs) kubectl set image (-f FILENAME | TYPE NAME) CONTAINER_NAME_1=CONTAINER_IMAGE_1 ... CONTAINER_NAME_N=CONTAINER_IMAGE_N Examples # Set a deployment's nginx container image to 'nginx:1.9.1', and its busybox container image to 'busybox' kubectl set image deployment/nginx busybox=busybox nginx=nginx:1.9.1 # Update all deployments' and rc's nginx container's image to 'nginx:1.kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_image/Registered: Mon Jan 26 07:29:29 UTC 2026 - 479.2K bytes - Viewed (0) -
kubectl create service externalname | Kubernetes
Synopsis Create an ExternalName service with the specified name. ExternalName service references to an external DNS address instead of only pods, which will allow application authors to reference services that exist off platform, on other clusters, or locally. kubectl create service externalname NAME --external-name external.name [--dry-run=server|client|none] Examples # Create a new ExternalName service named my-ns kubectl create service externalname my-ns --external-name bar.com 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_create/kubectl_create_service_externalname/Registered: Mon Jan 26 07:29:36 UTC 2026 - 479.3K bytes - Viewed (0) -
Other Tools | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/tools/Registered: Mon Jan 26 07:44:49 UTC 2026 - 471.9K bytes - Viewed (0) -
Documentation Content Guide | Kubernetes
This page contains guidelines for Kubernetes documentation. If you have questions about what's allowed, join the #sig-docs channel in Kubernetes Slack and ask! You can register for Kubernetes Slack at https://slack.k8s.io/. For information on creating new content for the Kubernetes docs, follow the style guide. Overview Source for the Kubernetes website, including the docs, resides in the kubernetes/website repository. Located in the kubernetes/website/content/<language_code>/docs folder, the majority of Kubernetes documentation is specific to the Kubernetes project.kubernetes.io/docs/contribute/style/content-guide/Registered: Mon Jan 26 07:45:26 UTC 2026 - 471.3K bytes - Viewed (0) -
Set up Ingress on Minikube with the NGINX Ingre...
An Ingress is an API object that defines rules which allow external access to services in a cluster. An Ingress controller fulfills the rules set in the Ingress. This page shows you how to set up a simple Ingress which routes requests to Service 'web' or 'web2' depending on the HTTP URI. Before you begin This tutorial assumes that you are using minikube to run a local Kubernetes cluster. Visit Install tools to learn how to install minikube.kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/Registered: Wed Nov 05 11:06:15 UTC 2025 - 487.5K bytes - Viewed (0)