Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 191 - 200 of 704 for host:kubernetes.io (0.06 sec)

  1. kubeadm alpha | Kubernetes

    Caution:kubeadm alpha provides a preview of a set of features made available for gathering feedback from the community. Please try it out and give us feedback! Currently there are no experimental commands under kubeadm alpha. What's next kubeadm init to bootstrap a Kubernetes control-plane node kubeadm join to connect a node to the cluster kubeadm reset to revert any changes made to this host by kubeadm init or kubeadm join
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-alpha/
    Registered: Wed Nov 05 11:43:40 UTC 2025
    - 459.7K bytes
    - Viewed (0)
  2. kubectl auth can-i | Kubernetes

    Synopsis Check whether an action is allowed. VERB is a logical Kubernetes API verb like 'get', 'list', 'watch', 'delete', etc. TYPE is a Kubernetes resource. Shortcuts and groups will be resolved. NONRESOURCEURL is a partial URL that starts with "/". NAME is the name of a particular Kubernetes resource. This command pairs nicely with impersonation. See --as global flag. kubectl auth can-i VERB [TYPE | TYPE/NAME | NONRESOURCEURL] Examples # Check to see if I can create pods in any namespace kubectl auth can-i create pods --all-namespaces # Check to see if I can list deployments in my current namespace kubectl auth can-i list deployments.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/kubectl_auth_can-i/
    Registered: Wed Nov 05 11:42:04 UTC 2025
    - 469K bytes
    - Viewed (0)
  3. Setup tools | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/setup-tools/
    Registered: Wed Nov 05 11:42:36 UTC 2025
    - 457.6K bytes
    - Viewed (0)
  4. kubectl create poddisruptionbudget | Kubernetes

    Synopsis Create a pod disruption budget with the specified name, selector, and desired minimum available pods. kubectl create poddisruptionbudget NAME --selector=SELECTOR --min-available=N [--dry-run=server|client|none] Examples # Create a pod disruption budget named my-pdb that will select all pods with the app=rails label # and require at least one of them being available at any point in time kubectl create poddisruptionbudget my-pdb --selector=app=rails --min-available=1 # Create a pod disruption budget named my-pdb that will select all pods with the app=nginx label # and require at least half of the pods selected to be available at any point in time kubectl create pdb my-pdb --selector=app=nginx --min-available=50% 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_create/kubectl_create_poddisruptionbudget/
    Registered: Wed Nov 05 11:47:15 UTC 2025
    - 472.1K bytes
    - Viewed (0)
  5. kubectl config view | Kubernetes

    Synopsis Display merged kubeconfig settings or a specified kubeconfig file. You can use --output jsonpath={...} to extract specific values using a jsonpath expression. kubectl config view [flags] Examples # Show merged kubeconfig settings kubectl config view # Show merged kubeconfig settings, raw certificate data, and exposed secrets kubectl config view --raw # Get the password for the e2e user kubectl config view -o jsonpath='{.users[?(@.name == "e2e")].user.password}' 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_config/kubectl_config_view/
    Registered: Wed Nov 05 11:50:36 UTC 2025
    - 469K bytes
    - Viewed (0)
  6. kubectl config set | Kubernetes

    Synopsis Set an individual value in a kubeconfig file. PROPERTY_NAME is a dot delimited name where each token represents either an attribute name or a map key. Map keys may not contain dots. PROPERTY_VALUE is the new value you want to set. Binary fields such as 'certificate-authority-data' expect a base64 encoded string unless the --set-raw-bytes flag is used. Specifying an attribute name that already exists will merge new fields on top of existing values.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_set/
    Registered: Wed Nov 05 11:52:28 UTC 2025
    - 467.3K bytes
    - Viewed (0)
  7. Topology Aware Routing | Kubernetes

    _Topology Aware Routing_ provides a mechanism to help keep network traffic within the zone where it originated. Preferring same-zone traffic between Pods in your cluster can help with reliability, performance (network latency and throughput), or cost.
    kubernetes.io/docs/concepts/services-networking/topology-aware-routing/
    Registered: Wed Nov 05 10:25:18 UTC 2025
    - 473.3K bytes
    - Viewed (0)
  8. Cluster Administration | Kubernetes

    Lower-level detail relevant to creating or administering a Kubernetes cluster.
    kubernetes.io/docs/concepts/cluster-administration/
    Registered: Wed Nov 05 10:34:43 UTC 2025
    - 464.3K bytes
    - Viewed (0)
  9. Configure Minimum and Maximum CPU Constraints f...

    Define a range of valid CPU resource limits for a namespace, so that every new Pod in that namespace falls within the range you configure.
    kubernetes.io/docs/tasks/administer-cluster/manage-resources/cpu-constraint-namespace/
    Registered: Wed Nov 05 10:42:32 UTC 2025
    - 492.3K bytes
    - Viewed (0)
  10. Install a Network Policy Provider | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/
    Registered: Wed Nov 05 10:43:05 UTC 2025
    - 459.1K bytes
    - Viewed (0)
Back to top