- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 671 - 680 of 702 for host:kubernetes.io (0.04 sec)
-
Updating Configuration via a ConfigMap | Kubern...
This page provides a step-by-step example of updating configuration within a Pod via a ConfigMap and builds upon the Configure a Pod to Use a ConfigMap task. At the end of this tutorial, you will understand how to change the configuration for a running application. This tutorial uses the alpine and nginx images as examples. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.kubernetes.io/docs/tutorials/configuration/updating-configuration-via-a-configmap/Registered: Fri Oct 24 09:58:15 UTC 2025 - 552.2K bytes - Viewed (0) -
Configuring swap memory on Kubernetes nodes | K...
This page provides an example of how to provision and configure swap memory on a Kubernetes node using kubeadm. Objectives Provision swap memory on a Kubernetes node using kubeadm. Learn to configure both encrypted and unencrypted swap. Learn to enable swap on boot. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts.kubernetes.io/docs/tutorials/cluster-management/provision-swap-memory/Registered: Fri Oct 24 09:58:49 UTC 2025 - 468.4K bytes - Viewed (0) -
kubectl cluster-info | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_cluster-info/Registered: Fri Oct 24 10:13:21 UTC 2025 - 465.3K bytes - Viewed (0) -
kubectl auth reconcile | Kubernetes
Synopsis Reconciles rules for RBAC role, role binding, cluster role, and cluster role binding objects. Missing objects are created, and the containing namespace is created for namespaced objects, if required. Existing roles are updated to include the permissions in the input objects, and remove extra permissions if --remove-extra-permissions is specified. Existing bindings are updated to include the subjects in the input objects, and remove extra subjects if --remove-extra-subjects is specified.kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/kubectl_auth_reconcile/Registered: Fri Oct 24 10:13:34 UTC 2025 - 468.9K 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: Fri Oct 24 10:14:00 UTC 2025 - 477K bytes - Viewed (0) -
kubeadm reset | Kubernetes
Performs a best effort revert of changes made by kubeadm init or kubeadm join. Synopsis Performs a best effort revert of changes made to this host by 'kubeadm init' or 'kubeadm join' The "reset" command executes the following phases: preflight Run reset pre-flight checks remove-etcd-member Remove a local etcd member. cleanup-node Run cleanup node. kubeadm reset [flags] Options --cert-dir string Default: "/etc/kubernetes/pki" The path to the directory where the certificates are stored.kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-reset/Registered: Fri Oct 24 10:12:35 UTC 2025 - 468.7K bytes - Viewed (0) -
kubectl create clusterrole | Kubernetes
Synopsis Create a cluster role. kubectl create clusterrole NAME --verb=verb --resource=resource.group [--resource-name=resourcename] [--dry-run=server|client|none] Examples # Create a cluster role named "pod-reader" that allows user to perform "get", "watch" and "list" on pods kubectl create clusterrole pod-reader --verb=get,list,watch --resource=pods # Create a cluster role named "pod-reader" with ResourceName specified kubectl create clusterrole pod-reader --verb=get --resource=pods --resource-name=readablepod --resource-name=anotherpod # Create a cluster role named "foo" with API Group specified kubectl create clusterrole foo --verb=get,list,watch --resource=rs.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_clusterrole/Registered: Fri Oct 24 10:19:58 UTC 2025 - 471.4K 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: Fri Oct 24 10:19:32 UTC 2025 - 470.1K bytes - Viewed (0) -
kubectl create cronjob | Kubernetes
Synopsis Create a cron job with the specified name. kubectl create cronjob NAME --image=image --schedule='0/5 * * * ?' -- [COMMAND] [args...] [flags] Examples # Create a cron job kubectl create cronjob my-job --image=busybox --schedule="*/1 * * * *" # Create a cron job with a command kubectl create cronjob my-job --image=busybox --schedule="*/1 * * * *" -- date 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_cronjob/Registered: Fri Oct 24 10:22:20 UTC 2025 - 469.4K bytes - Viewed (0) -
kubectl config unset | Kubernetes
Synopsis Unset 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. kubectl config unset PROPERTY_NAME Examples # Unset the current-context kubectl config unset current-context # Unset namespace in foo context kubectl config unset contexts.foo.namespace Options -h, --help help for unset Parent Options Inherited --as string Username to impersonate for the operation.kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_unset/Registered: Fri Oct 24 10:22:01 UTC 2025 - 466K bytes - Viewed (0)