Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

Results 671 - 680 of 721 for host:kubernetes.io (0.03 seconds)

  1. 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 Synopsis Use this command to invoke single phase of the "join" workflow
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-join-phase/
    Fri Feb 06 08:32:30 GMT 2026
      507.6K bytes
  2. 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 Declared Features 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/
    Fri Feb 06 08:33:42 GMT 2026
      478.4K bytes
  3. kubectl rollout pause | Kubernetes

    Synopsis Mark the provided resource as paused. Paused resources will not be reconciled by a controller. Use "kubectl rollout resume" to resume a paused resource. Currently only deployments support being paused. kubectl rollout pause RESOURCE Examples # Mark the nginx deployment as paused # Any current state of the deployment will continue its function; new updates # to the deployment will not have an effect as long as the deployment is paused kubectl rollout pause deployment/nginx 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_rollout/kubectl_rollout_pause/
    Fri Feb 06 08:45:36 GMT 2026
      478.9K bytes
  4. kubeconfig (v1) | Kubernetes

    Resource Types Config Config Config holds the information needed to build connect to remote kubernetes clusters as a given user FieldDescription apiVersionstring/v1 kindstringConfig kind string Legacy field from pkg/api/types.go TypeMeta. TODO(jlowdermilk): remove this after eliminating downstream dependencies. apiVersion string Legacy field from pkg/api/types.go TypeMeta. TODO(jlowdermilk): remove this after eliminating downstream dependencies. preferences,omitzero [Required] Preferences Preferences holds general information to be use for cli interactions Deprecated: this field is deprecated in v1.
    kubernetes.io/docs/reference/config-api/kubeconfig.v1/
    Fri Feb 06 08:46:16 GMT 2026
      484.3K bytes
  5. kubectl for Docker Users | Kubernetes

    You can use the Kubernetes command line tool kubectl to interact with the API Server. Using kubectl is straightforward if you are familiar with the Docker command line tool. However, there are a few differences between the Docker commands and the kubectl commands. The following sections show a Docker sub-command and describe the equivalent kubectl command. docker run To run an nginx Deployment and expose the Deployment, see kubectl create deployment.
    kubernetes.io/docs/reference/kubectl/docker-cli-to-kubectl/
    Fri Feb 06 08:46:34 GMT 2026
      488.7K bytes
  6. Debug cluster | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/debug-cluster/
    Fri Feb 06 08:46:00 GMT 2026
      465.8K bytes
  7. kubectl config set-cluster | Kubernetes

    Synopsis Set a cluster entry in kubeconfig. Specifying a name that already exists will merge new fields on top of existing values for those fields. kubectl config set-cluster NAME [--server=server] [--certificate-authority=path/to/certificate/authority] [--insecure-skip-tls-verify=true] [--tls-server-name=example.com] Examples # Set only the server field on the e2e cluster entry without touching other values kubectl config set-cluster e2e --server=https://1.2.3.4 # Embed certificate authority data for the e2e cluster entry kubectl config set-cluster e2e --embed-certs --certificate-authority=~/.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_set-cluster/
    Fri Feb 06 08:38:46 GMT 2026
      477.3K bytes
  8. Instrumentation | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/instrumentation/
    Fri Feb 06 08:34:02 GMT 2026
      467.1K bytes
  9. Articles on dockershim Removal and on Using CRI...

    This is a list of articles and other pages that are either about the Kubernetes' deprecation and removal of dockershim, or about using CRI-compatible container runtimes, in connection with that removal. Kubernetes project Kubernetes blog: Dockershim Removal FAQ (originally published 2020/12/02) Kubernetes blog: Updated: Dockershim Removal FAQ (updated published 2022/02/17) Kubernetes blog: Kubernetes is Moving on From Dockershim: Commitments and Next Steps (published 2022/01/07) Kubernetes blog: Dockershim removal is coming.
    kubernetes.io/docs/reference/node/topics-on-dockershim-and-cri-compatible-runtimes/
    Fri Feb 06 08:35:18 GMT 2026
      472.5K bytes
  10. Linux Node Swap Behaviors | Kubernetes

    To allow Kubernetes workloads to use swap, on a Linux node, you must disable the kubelet's default behavior of failing when swap is detected, and specify memory-swap behavior as LimitedSwap: The available choices for swap behavior are: NoSwap (default) Workloads running as Pods on this node do not and cannot use swap. However, processes outside of Kubernetes' scope, such as system daemons (including the kubelet itself!) can utilize swap. This behavior is beneficial for protecting the node from system-level memory spikes, but it does not safeguard the workloads themselves from such spikes.
    kubernetes.io/docs/reference/node/swap-behavior/
    Fri Feb 06 08:35:28 GMT 2026
      469.1K bytes
Back to Top