Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: [xss] テスト %27 test

Results 121 - 130 of 687 for host:kubernetes.io (0.08 sec)

  1. kubectl plugin | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_plugin/
    Registered: Fri May 09 06:53:30 UTC 2025
    - 453.1K bytes
    - Viewed (0)
  2. Participating in SIG Docs | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/contribute/participate/
    Registered: Fri May 09 07:07:26 UTC 2025
    - 451K bytes
    - Viewed (0)
  3. Kubelet Configuration (v1) | Kubernetes

    Resource Types CredentialProviderConfig CredentialProviderConfig CredentialProviderConfig is the configuration containing information about each exec credential provider. Kubelet reads this configuration from disk and enables each provider as specified by the CredentialProvider type. FieldDescription apiVersionstringkubelet.config.k8s.io/v1 kindstringCredentialProviderConfig providers [Required] []CredentialProvider providers is a list of credential provider plugins that will be enabled by the kubelet. Multiple providers may match against a single image, in which case credentials from all providers will be returned to the kubelet.
    kubernetes.io/docs/reference/config-api/kubelet-config.v1/
    Registered: Fri May 09 07:08:04 UTC 2025
    - 455K bytes
    - Viewed (0)
  4. Generating Reference Documentation for the Kube...

    This page shows how to update the Kubernetes API reference documentation. The Kubernetes API reference documentation is built from the Kubernetes OpenAPI spec using the kubernetes-sigs/reference-docs generation code. If you find bugs in the generated documentation, you need to fix them upstream. If you need only to regenerate the reference documentation from the OpenAPI spec, continue reading this page. Before you begin Requirements: You need a machine that is running Linux or macOS.
    kubernetes.io/docs/contribute/generate-ref-docs/kubernetes-api/
    Registered: Fri May 09 07:08:55 UTC 2025
    - 459.3K bytes
    - Viewed (0)
  5. Kubernetes External Metrics (v1beta1) | Kubernetes

    Package v1beta1 is the v1beta1 version of the external metrics API. Resource Types ExternalMetricValue ExternalMetricValueList ExternalMetricValue Appears in: ExternalMetricValueList ExternalMetricValue is a metric value for external metric A single metric value is identified by metric name and a set of string labels. For one metric there can be multiple values with different sets of labels. FieldDescription apiVersionstringexternal.metrics.k8s.io/v1beta1 kindstringExternalMetricValue metricName [Required] string the name of the metric metricLabels [Required] map[string]string a set of labels that identify a single time series for the metric
    kubernetes.io/docs/reference/external-api/external-metrics.v1beta1/
    Registered: Fri May 09 07:08:12 UTC 2025
    - 448.4K bytes
    - Viewed (0)
  6. Running Kubelet in Standalone Mode | Kubernetes

    This tutorial shows you how to run a standalone kubelet instance. You may have different motivations for running a standalone kubelet. This tutorial is aimed at introducing you to Kubernetes, even if you don't have much experience with it. You can follow this tutorial and learn about node setup, basic (static) Pods, and how Kubernetes manages containers. Once you have followed this tutorial, you could try using a cluster that has a control plane to manage pods and nodes, and other types of objects.
    kubernetes.io/docs/tutorials/cluster-management/kubelet-standalone/
    Registered: Fri May 09 06:43:15 UTC 2025
    - 478.5K bytes
    - Viewed (0)
  7. Node Status | Kubernetes

    The status of a node in Kubernetes is a critical aspect of managing a Kubernetes cluster. In this article, we'll cover the basics of monitoring and maintaining node status to ensure a healthy and stable cluster. Node status fields A Node's status contains the following information: Addresses Conditions Capacity and Allocatable Info You can use kubectl to view a Node's status and other details: kubectl describe node <insert-node-name-here> Each section of the output is described below.
    kubernetes.io/docs/reference/node/node-status/
    Registered: Fri May 09 06:45:32 UTC 2025
    - 454K bytes
    - Viewed (0)
  8. kubeadm join phase | Kubernetes

    kubeadm join phase enables you to invoke atomic steps of the join process. Hence, you can let kubeadm do some of the work and you can fill in the gaps if you wish to apply customization. kubeadm join phase is consistent with the kubeadm join workflow, and behind the scene both use the same code. kubeadm join phase phase Use this command to invoke single phase of the "join" workflow
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-join-phase/
    Registered: Fri May 09 06:45:19 UTC 2025
    - 485.2K bytes
    - Viewed (0)
  9. kubeadm upgrade | Kubernetes

    kubeadm upgrade is a user-friendly command that wraps complex upgrading logic behind one command, with support for both planning an upgrade and actually performing it. kubeadm upgrade guidance The steps for performing an upgrade using kubeadm are outlined in this document. For older versions of kubeadm, please refer to older documentation sets of the Kubernetes website. You can use kubeadm upgrade diff to see the changes that would be applied to static pod manifests.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-upgrade/
    Registered: Fri May 09 06:48:11 UTC 2025
    - 461.4K bytes
    - Viewed (0)
  10. Kubelet Systemd Watchdog | Kubernetes

    FEATURE STATE: Kubernetes v1.32 [beta] (enabled by default: true) On Linux nodes, Kubernetes 1.33 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: Fri May 09 06:44:56 UTC 2025
    - 450.5K bytes
    - Viewed (0)
Back to top