- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 421 - 430 of 685 for host:kubernetes.io (0.02 sec)
-
Enforce Pod Security Standards with Namespace L...
Namespaces can be labeled to enforce the Pod Security Standards. The three policies privileged, baseline and restricted broadly cover the security spectrum and are implemented by the Pod Security admission controller. Before you begin Pod Security Admission was available by default in Kubernetes v1.23, as a beta. From version 1.25 onwards, Pod Security Admission is generally available. To check the version, enter kubectl version. Requiring the baseline Pod Security Standard with namespace labels This manifest defines a Namespace my-baseline-namespace that:kubernetes.io/docs/tasks/configure-pod-container/enforce-standards-namespace-labels/Registered: Wed Apr 16 06:14:37 UTC 2025 - 441.7K bytes - Viewed (0) -
Debug Running Pods | Kubernetes
This page explains how to debug Pods running (or crashing) on a Node. Before you begin Your Pod should already be scheduled and running. If your Pod is not yet running, start with Debugging Pods. For some of the advanced debugging steps you need to know on which Node the Pod is running and have shell access to run commands on that Node. You don't need that access to run the standard debug steps that use kubectl.kubernetes.io/docs/tasks/debug/debug-application/debug-running-pod/Registered: Wed Apr 16 06:14:52 UTC 2025 - 501.9K bytes - Viewed (0) -
Force Delete StatefulSet Pods | Kubernetes
This page shows how to delete Pods which are part of a stateful set, and explains the considerations to keep in mind when doing so. Before you begin This is a fairly advanced task and has the potential to violate some of the properties inherent to StatefulSet. Before proceeding, make yourself familiar with the considerations enumerated below. StatefulSet considerations In normal operation of a StatefulSet, there is never a need to force delete a StatefulSet Pod.kubernetes.io/docs/tasks/run-application/force-delete-stateful-set-pod/Registered: Wed Apr 16 06:15:41 UTC 2025 - 439.7K bytes - Viewed (0) -
Enforce Pod Security Standards by Configuring t...
Kubernetes provides a built-in admission controller to enforce the Pod Security Standards. You can configure this admission controller to set cluster-wide defaults and exemptions. Before you begin Following an alpha release in Kubernetes v1.22, Pod Security Admission became available by default in Kubernetes v1.23, as a beta. From version 1.25 onwards, Pod Security Admission is generally available. To check the version, enter kubectl version. If you are not running Kubernetes 1.kubernetes.io/docs/tasks/configure-pod-container/enforce-standards-admission-controller/Registered: Wed Apr 16 06:14:31 UTC 2025 - 441.3K bytes - Viewed (0) -
Kubernetes z-pages | Kubernetes
Provides runtime diagnostics for Kubernetes components, offering insights into component runtime status and configuration flags.kubernetes.io/docs/reference/instrumentation/zpages/Registered: Wed Apr 16 06:27:59 UTC 2025 - 433.4K bytes - Viewed (0) -
kubeadm token | Kubernetes
Bootstrap tokens are used for establishing bidirectional trust between a node joining the cluster and a control-plane node, as described in authenticating with bootstrap tokens. kubeadm init creates an initial token with a 24-hour TTL. The following commands allow you to manage such a token and also to create and manage new ones. kubeadm token create Create bootstrap tokens on the server Synopsis This command will create a bootstrap token for you.kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-token/Registered: Wed Apr 16 06:28:17 UTC 2025 - 442.2K 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: Wed Apr 16 06:27:27 UTC 2025 - 450.9K 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: Wed Apr 16 06:27:47 UTC 2025 - 443K bytes - Viewed (0) -
kubectl get | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_get/Registered: Wed Apr 16 06:35:13 UTC 2025 - 447K bytes - Viewed (0) -
kube-controller-manager Configuration (v1alpha1...
Resource Types CloudControllerManagerConfiguration LeaderMigrationConfiguration KubeControllerManagerConfiguration ClientConnectionConfiguration Appears in: GenericControllerManagerConfiguration ClientConnectionConfiguration contains details for constructing a client. FieldDescription kubeconfig [Required] string kubeconfig is the path to a KubeConfig file. acceptContentTypes [Required] string acceptContentTypes defines the Accept header sent by clients when connecting to a server, overriding the default value of 'application/json'. This field will control all connections to the server used by a particular client. contentType [Required] string contentType is the content type used when sending data to the server from this client.kubernetes.io/docs/reference/config-api/kube-controller-manager-config.v1alpha1/Registered: Wed Apr 16 06:48:25 UTC 2025 - 504.3K bytes - Viewed (0)