Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 191 - 200 of 686 for host:kubernetes.io (0.03 sec)

  1. kubectl get | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_get/
    Registered: Fri Jun 27 07:25:01 UTC 2025
    - 461.3K bytes
    - Viewed (0)
  2. kubectl create service externalname | Kubernetes

    Synopsis Create an ExternalName service with the specified name. ExternalName service references to an external DNS address instead of only pods, which will allow application authors to reference services that exist off platform, on other clusters, or locally. kubectl create service externalname NAME --external-name external.name [--dry-run=server|client|none] Examples # Create a new ExternalName service named my-ns kubectl create service externalname my-ns --external-name bar.com 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_service_externalname/
    Registered: Fri Jun 27 07:25:13 UTC 2025
    - 458.6K bytes
    - Viewed (0)
  3. kubectl label | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_label/
    Registered: Fri Jun 27 07:26:21 UTC 2025
    - 458.6K bytes
    - Viewed (0)
  4. kubectl create serviceaccount | Kubernetes

    Synopsis Create a service account with the specified name. kubectl create serviceaccount NAME [--dry-run=server|client|none] Examples # Create a new service account named my-service-account kubectl create serviceaccount my-service-account 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. --dry-run string[="unchanged"]     Default: "none" Must be "none", "server", or "client". If client strategy, only print the object that would be sent, without sending it.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_serviceaccount/ Similar Results (1)
    Registered: Fri Jun 27 07:27:58 UTC 2025
    - 457.8K bytes
    - Viewed (0)
  5. kubectl | Kubernetes

    Synopsis kubectl controls the Kubernetes cluster manager. Find more information in Command line tool (kubectl). kubectl [flags] Options --add-dir-header If true, adds the file directory to the header of the log messages --alsologtostderr log to standard error as well as files --as string Username to impersonate for the operation --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --azure-container-registry-config string Path to the file containing Azure container registry configuration information.
    kubernetes.io/docs/reference/kubectl/kubectl/
    Registered: Fri Jun 27 07:29:21 UTC 2025
    - 463.6K bytes
    - Viewed (0)
  6. kubectl taint | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_taint/
    Registered: Fri Jun 27 07:30:25 UTC 2025
    - 458K bytes
    - Viewed (0)
  7. 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 Jun 27 07:30:31 UTC 2025
    - 450.2K bytes
    - Viewed (0)
  8. kubelet | Kubernetes

    Synopsis The kubelet is the primary "node agent" that runs on each node. It can register the node with the apiserver using one of: the hostname; a flag to override the hostname; or specific logic for a cloud provider. The kubelet works in terms of a PodSpec. A PodSpec is a YAML or JSON object that describes a pod. The kubelet takes a set of PodSpecs that are provided through various mechanisms (primarily through the apiserver) and ensures that the containers described in those PodSpecs are running and healthy.
    kubernetes.io/docs/reference/command-line-tools-reference/kubelet/
    Registered: Fri Jun 27 07:31:17 UTC 2025
    - 524.9K bytes
    - Viewed (0)
  9. Event Rate Limit Configuration (v1alpha1) | Kub...

    Resource Types Configuration Configuration Configuration provides configuration for the EventRateLimit admission controller. FieldDescription apiVersionstringeventratelimit.admission.k8s.io/v1alpha1 kindstringConfiguration limits [Required] []Limit limits are the limits to place on event queries received. Limits can be placed on events received server-wide, per namespace, per user, and per source+object. At least one limit is required. Limit Appears in: Configuration Limit is the configuration for a particular limit type FieldDescription type [Required] LimitType type is the type of limit to which this configuration applies
    kubernetes.io/docs/reference/config-api/apiserver-eventratelimit.v1alpha1/
    Registered: Fri Jun 27 07:32:25 UTC 2025
    - 450.1K bytes
    - Viewed (0)
  10. kubectl set image | Kubernetes

    Synopsis Update existing container image(s) of resources. Possible resources include (case insensitive): pod (po), replicationcontroller (rc), deployment (deploy), daemonset (ds), statefulset (sts), cronjob (cj), replicaset (rs) kubectl set image (-f FILENAME | TYPE NAME) CONTAINER_NAME_1=CONTAINER_IMAGE_1 ... CONTAINER_NAME_N=CONTAINER_IMAGE_N Examples # Set a deployment's nginx container image to 'nginx:1.9.1', and its busybox container image to 'busybox' kubectl set image deployment/nginx busybox=busybox nginx=nginx:1.9.1 # Update all deployments' and rc's nginx container's image to 'nginx:1.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_image/
    Registered: Fri Jun 27 07:32:21 UTC 2025
    - 458.4K bytes
    - Viewed (0)
Back to top