Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 401 - 410 of 699 for host:kubernetes.io (0.97 sec)

  1. 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: Tue Sep 09 00:09:00 UTC 2025
    - 467.1K bytes
    - Viewed (0)
  2. 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: Tue Sep 09 00:09:29 UTC 2025
    - 534K bytes
    - Viewed (0)
  3. 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: Tue Sep 09 00:09:45 UTC 2025
    - 459.3K bytes
    - Viewed (0)
  4. 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: Tue Sep 09 00:12:17 UTC 2025
    - 472.7K bytes
    - Viewed (0)
  5. kubectl scale | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_scale/
    Registered: Tue Sep 09 00:13:34 UTC 2025
    - 466.9K bytes
    - Viewed (0)
  6. 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: Tue Sep 09 00:09:58 UTC 2025
    - 467.2K bytes
    - Viewed (0)
  7. kubectl taint | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_taint/
    Registered: Tue Sep 09 00:14:24 UTC 2025
    - 466.7K bytes
    - Viewed (0)
  8. kubectl edit | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_edit/
    Registered: Tue Sep 09 00:13:58 UTC 2025
    - 467.4K bytes
    - Viewed (0)
  9. kubectl get | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_get/
    Registered: Tue Sep 09 00:17:03 UTC 2025
    - 470.1K bytes
    - Viewed (0)
  10. kubectl label | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_label/
    Registered: Tue Sep 09 00:17:24 UTC 2025
    - 467.3K bytes
    - Viewed (0)
Back to top