- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 291 - 300 of 699 for host:kubernetes.io (0.07 sec)
-
kubectl api-versions | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_api-versions/Registered: Wed Sep 03 06:36:19 UTC 2025 - 461.4K bytes - Viewed (0) -
Kubernetes API health endpoints | Kubernetes
The Kubernetes API server provides API endpoints to indicate the current status of the API server. This page describes these API endpoints and explains how you can use them. API endpoints for health The Kubernetes API server provides 3 API endpoints (healthz, livez and readyz) to indicate the current status of the API server. The healthz endpoint is deprecated (since Kubernetes v1.16), and you should use the more specific livez and readyz endpoints instead.kubernetes.io/docs/reference/using-api/health-checks/Registered: Wed Sep 03 06:35:20 UTC 2025 - 460.3K bytes - Viewed (0) -
Reference | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/Registered: Wed Sep 03 06:35:24 UTC 2025 - 461.9K bytes - Viewed (0) -
Audit Annotations | Kubernetes
This page serves as a reference for the audit annotations of the kubernetes.io namespace. These annotations apply to Event object from API group audit.k8s.io. Note:The following annotations are not used within the Kubernetes API. When you enable auditing in your cluster, audit event data is written using Event from API group audit.k8s.io. The annotations apply to audit events. Audit events are different from objects in the Event API (API group events.kubernetes.io/docs/reference/labels-annotations-taints/audit-annotations/Registered: Wed Sep 03 06:35:29 UTC 2025 - 463.7K bytes - Viewed (0) -
kubeadm join | Kubernetes
This command initializes a new Kubernetes node and joins it to the existing cluster. Run this on any machine you wish to join an existing cluster Synopsis When joining a kubeadm initialized cluster, we need to establish bidirectional trust. This is split into discovery (having the Node trust the Kubernetes Control Plane) and TLS bootstrap (having the Kubernetes Control Plane trust the Node). There are 2 main schemes for discovery.kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-join/Registered: Wed Sep 03 06:38:20 UTC 2025 - 482.2K bytes - Viewed (0) -
Kubelet Systemd Watchdog | Kubernetes
FEATURE STATE: Kubernetes v1.32 [beta] (enabled by default: true) On Linux nodes, Kubernetes 1.34 supports integrating with systemd to allow the operating system supervisor to recover a failed kubelet. This integration is not enabled by default. It can be used as an alternative to periodically requesting the kubelet's /healthz endpoint for health checks. If the kubelet does not respond to the watchdog within the timeout period, the watchdog will kill the kubelet.kubernetes.io/docs/reference/node/systemd-watchdog/Registered: Wed Sep 03 06:38:25 UTC 2025 - 459.8K bytes - Viewed (0) -
kubeadm certs | Kubernetes
kubeadm certs provides utilities for managing certificates. For more details on how these commands can be used, see Certificate Management with kubeadm. kubeadm certs A collection of operations for operating Kubernetes certificates. overview Commands related to handling Kubernetes certificates Synopsis Commands related to handling Kubernetes certificates kubeadm certs [flags] Options -h, --help help for certs Options inherited from parent commands --rootfs string The path to the 'real' host root filesystem. This will cause kubeadm to chroot into the provided path.kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-certs/Registered: Wed Sep 03 06:37:51 UTC 2025 - 496.4K bytes - Viewed (0) -
Instrumentation | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/instrumentation/Registered: Wed Sep 03 06:40:42 UTC 2025 - 453.3K bytes - Viewed (0) -
kubectl certificate approve | Kubernetes
Synopsis Approve a certificate signing request. kubectl certificate approve allows a cluster admin to approve a certificate signing request (CSR). This action tells a certificate signing controller to issue a certificate to the requester with the attributes requested in the CSR. SECURITY NOTICE: Depending on the requested attributes, the issued certificate can potentially grant a requester access to cluster resources or to authenticate as a requested identity. Before approving a CSR, ensure you understand what the signed certificate can do.kubernetes.io/docs/reference/kubectl/generated/kubectl_certificate/kubectl_certificate_approve/Registered: Wed Sep 03 06:41:34 UTC 2025 - 464.9K 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: Wed Sep 03 06:53:40 UTC 2025 - 500.9K bytes - Viewed (0)