Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

Results 581 - 590 of 721 for host:kubernetes.io (0.05 seconds)

  1. 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/
    Fri Feb 06 08:31:53 GMT 2026
      484.1K bytes
  2. kubectl rollout status | Kubernetes

    Synopsis Show the status of the rollout. By default 'rollout status' will watch the status of the latest rollout until it's done. If you don't want to wait for the rollout to finish then you can use --watch=false. Note that if a new rollout starts in-between, then 'rollout status' will continue watching the latest revision. If you want to pin to a specific revision and abort if it is rolled over by another revision, use --revision=N where N is the revision you need to watch for.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_status/
    Fri Feb 06 08:52:29 GMT 2026
      477.8K bytes
  3. kubectl proxy | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_proxy/
    Fri Feb 06 08:52:54 GMT 2026
      480.5K bytes
  4. kubeadm reset phase | Kubernetes

    kubeadm reset phase enables you to invoke atomic steps of the node reset 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 reset phase is consistent with the kubeadm reset workflow, and behind the scene both use the same code. kubeadm reset phase phase Synopsis Use this command to invoke single phase of the "reset" workflow
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-reset-phase/
    Fri Feb 06 08:33:27 GMT 2026
      476.5K bytes
  5. kubectl wait | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_wait/
    Fri Feb 06 08:46:51 GMT 2026
      479.9K bytes
  6. Feature Gates | Kubernetes

    This page contains an overview of the various feature gates an administrator can specify on different Kubernetes components. See feature stages for an explanation of the stages for a feature. Overview Feature gates are a set of key=value pairs that describe Kubernetes features. You can turn these features on or off using the --feature-gates command line flag on each Kubernetes component. How to enable Feature Gates To enable or disable a feature gate for a particular Kubernetes component, use the --feature-gates flag.
    kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/
    Fri Feb 06 08:46:40 GMT 2026
      674.5K bytes
  7. kubectl top node | Kubernetes

    Synopsis Display resource (CPU/memory) usage of nodes. The top-node command allows you to see the resource consumption of nodes. kubectl top node [NAME | -l label] Examples # Show metrics for all nodes kubectl top node # Show metrics for a given node kubectl top node NODE_NAME Options -h, --help help for node --no-headers If present, print output without headers -l, --selector string Selector (label query) to filter on, supports '=', '==', '!
    kubernetes.io/docs/reference/kubectl/generated/kubectl_top/kubectl_top_node/
    Fri Feb 06 08:46:46 GMT 2026
      476.8K bytes
  8. kubectl version | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_version/
    Fri Feb 06 08:47:46 GMT 2026
      475.2K bytes
  9. kubectl rollout history | Kubernetes

    Synopsis View previous rollout revisions and configurations. kubectl rollout history (TYPE NAME | TYPE/NAME) [flags] Examples # View the rollout history of a deployment kubectl rollout history deployment/abc # View the details of daemonset revision 3 kubectl rollout history daemonset/abc --revision=3 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. Only applies to golang and jsonpath output formats.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_history/
    Fri Feb 06 08:48:44 GMT 2026
      478.2K bytes
  10. Set up a High Availability etcd Cluster with ku...

    By default, kubeadm runs a local etcd instance on each control plane node. It is also possible to treat the etcd cluster as external and provision etcd instances on separate hosts. The differences between the two approaches are covered in the Options for Highly Available topology page. This task walks through the process of creating a high availability external etcd cluster of three members that can be used by kubeadm during cluster creation.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm/
    Fri Feb 06 07:39:13 GMT 2026
      496.1K bytes
Back to Top