Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 511 - 520 of 705 for host:kubernetes.io (2.63 sec)

  1. kubectl Usage Conventions | Kubernetes

    Recommended usage conventions for kubectl. Using kubectl in Reusable Scripts For a stable output in a script: Request one of the machine-oriented output forms, such as -o name, -o json, -o yaml, -o go-template, or -o jsonpath. Fully-qualify the version. For example, jobs.v1.batch/myjob. This will ensure that kubectl does not use its default version that can change over time. Don't rely on context, preferences, or other implicit states. Subresources You can use the --subresource argument for kubectl subcommands such as get, patch, edit, apply and replace to fetch and update subresources for all resources that support them.
    kubernetes.io/docs/reference/kubectl/conventions/
    Registered: Fri Dec 12 09:18:44 UTC 2025
    - 461.9K bytes
    - Viewed (0)
  2. Updating Configuration via a ConfigMap | Kubern...

    This page provides a step-by-step example of updating configuration within a Pod via a ConfigMap and builds upon the Configure a Pod to Use a ConfigMap task. At the end of this tutorial, you will understand how to change the configuration for a running application. This tutorial uses the alpine and nginx images as examples. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.
    kubernetes.io/docs/tutorials/configuration/updating-configuration-via-a-configmap/
    Registered: Fri Dec 12 08:56:04 UTC 2025
    - 551.9K bytes
    - Viewed (0)
  3. Validating Admission Policy | Kubernetes

    FEATURE STATE: Kubernetes v1.30 [stable] This page provides an overview of Validating Admission Policy. What is Validating Admission Policy? Validating admission policies offer a declarative, in-process alternative to validating admission webhooks. Validating admission policies use the Common Expression Language (CEL) to declare the validation rules of a policy. Validation admission policies are highly configurable, enabling policy authors to define policies that can be parameterized and scoped to resources as needed by cluster administrators.
    kubernetes.io/docs/reference/access-authn-authz/validating-admission-policy/
    Registered: Fri Dec 12 08:56:43 UTC 2025
    - 555.2K bytes
    - Viewed (0)
  4. Update Your App | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/kubernetes-basics/update/
    Registered: Fri Dec 12 08:55:57 UTC 2025
    - 458.3K bytes
    - Viewed (0)
  5. kubectl cluster-info dump | Kubernetes

    Synopsis Dump cluster information out suitable for debugging and diagnosing cluster problems. By default, dumps everything to stdout. You can optionally specify a directory with --output-directory. If you specify a directory, Kubernetes will build a set of files in that directory. By default, only dumps things in the current namespace and 'kube-system' namespace, but you can switch to a different namespace with the --namespaces flag, or specify --all-namespaces to dump all namespaces.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_cluster-info/kubectl_cluster-info_dump/
    Registered: Fri Dec 12 09:12:32 UTC 2025
    - 468.5K bytes
    - Viewed (0)
  6. kubectl get | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_get/
    Registered: Fri Dec 12 09:12:46 UTC 2025
    - 472.7K bytes
    - Viewed (0)
  7. kubectl cluster-info | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_cluster-info/
    Registered: Fri Dec 12 09:11:59 UTC 2025
    - 465K bytes
    - Viewed (0)
  8. kubectl create clusterrole | Kubernetes

    Synopsis Create a cluster role. kubectl create clusterrole NAME --verb=verb --resource=resource.group [--resource-name=resourcename] [--dry-run=server|client|none] Examples # Create a cluster role named "pod-reader" that allows user to perform "get", "watch" and "list" on pods kubectl create clusterrole pod-reader --verb=get,list,watch --resource=pods # Create a cluster role named "pod-reader" with ResourceName specified kubectl create clusterrole pod-reader --verb=get --resource=pods --resource-name=readablepod --resource-name=anotherpod # Create a cluster role named "foo" with API Group specified kubectl create clusterrole foo --verb=get,list,watch --resource=rs.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_clusterrole/
    Registered: Fri Dec 12 09:12:21 UTC 2025
    - 471K bytes
    - Viewed (0)
  9. kubectl edit | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_edit/
    Registered: Fri Dec 12 09:12:51 UTC 2025
    - 469.9K bytes
    - Viewed (0)
  10. Force Delete StatefulSet Pods | Kubernetes

    This page shows how to delete Pods which are part of a stateful set, and explains the considerations to keep in mind when doing so. Before you begin This is a fairly advanced task and has the potential to violate some of the properties inherent to StatefulSet. Before proceeding, make yourself familiar with the considerations enumerated below. StatefulSet considerations In normal operation of a StatefulSet, there is never a need to force delete a StatefulSet Pod.
    kubernetes.io/docs/tasks/run-application/force-delete-stateful-set-pod/
    Registered: Fri Dec 12 08:43:54 UTC 2025
    - 465.9K bytes
    - Viewed (0)
Back to top