Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 381 - 390 of 673 for host:kubernetes.io (0.03 sec)

  1. kubectl taint | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_taint/
    Registered: Wed Feb 12 06:42:25 UTC 2025
    - 439K bytes
    - Viewed (0)
  2. Kubelet Configuration (v1beta1) | Kubernetes

    Resource Types CredentialProviderConfig KubeletConfiguration SerializedNodeConfigSource FormatOptions Appears in: LoggingConfiguration FormatOptions contains options for the different logging formats. FieldDescription text [Required] TextOptions [Alpha] Text contains options for logging format "text". Only available when the LoggingAlphaOptions feature gate is enabled. json [Required] JSONOptions [Alpha] JSON contains options for logging format "json". Only available when the LoggingAlphaOptions feature gate is enabled. JSONOptions Appears in: FormatOptions JSONOptions contains options for logging format "json". FieldDescription OutputRoutingOptions [Required] OutputRoutingOptions (Members of OutputRoutingOptions are embedded into this type.
    kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/
    Registered: Wed Feb 12 06:49:55 UTC 2025
    - 494K bytes
    - Viewed (0)
  3. 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: Wed Feb 12 06:50:13 UTC 2025
    - 505.9K bytes
    - Viewed (0)
  4. Documentation Content Guide | Kubernetes

    This page contains guidelines for Kubernetes documentation. If you have questions about what's allowed, join the #sig-docs channel in Kubernetes Slack and ask! You can register for Kubernetes Slack at https://slack.k8s.io/. For information on creating new content for the Kubernetes docs, follow the style guide. Overview Source for the Kubernetes website, including the docs, resides in the kubernetes/website repository. Located in the kubernetes/website/content/<language_code>/docs folder, the majority of Kubernetes documentation is specific to the Kubernetes project.
    kubernetes.io/docs/contribute/style/content-guide/
    Registered: Wed Feb 12 06:50:31 UTC 2025
    - 431.4K bytes
    - Viewed (0)
  5. Generating Reference Documentation for kubectl ...

    This page shows how to generate the kubectl command reference. Note:This topic shows how to generate reference documentation for kubectl commands like kubectl apply and kubectl taint. This topic does not show how to generate the kubectl options reference page. For instructions on how to generate the kubectl options reference page, see Generating Reference Pages for Kubernetes Components and Tools. Before you begin Requirements: You need a machine that is running Linux or macOS.
    kubernetes.io/docs/contribute/generate-ref-docs/kubectl/
    Registered: Wed Feb 12 06:50:36 UTC 2025
    - 445.1K bytes
    - Viewed (0)
  6. 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: Wed Feb 12 06:39:49 UTC 2025
    - 439.4K bytes
    - Viewed (0)
  7. kubectl create service clusterip | Kubernetes

    Synopsis Create a ClusterIP service with the specified name. kubectl create service clusterip NAME [--tcp=<port>:<targetPort>] [--dry-run=server|client|none] Examples # Create a new ClusterIP service named my-cs kubectl create service clusterip my-cs --tcp=5678:8080 # Create a new ClusterIP service named my-cs (in headless mode) kubectl create service clusterip my-cs --clusterip="None" 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_create/kubectl_create_service_clusterip/
    Registered: Wed Feb 12 06:40:59 UTC 2025
    - 439.3K bytes
    - Viewed (0)
  8. kubectl edit | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_edit/
    Registered: Wed Feb 12 06:40:33 UTC 2025
    - 439.7K bytes
    - Viewed (0)
  9. kubectl scale | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_scale/
    Registered: Wed Feb 12 06:36:47 UTC 2025
    - 439.2K bytes
    - Viewed (0)
  10. kubectl get | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_get/
    Registered: Wed Feb 12 06:38:12 UTC 2025
    - 442.3K bytes
    - Viewed (0)
Back to top