Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 21 - 30 of 660 for host:kubernetes.io (0.04 sec)

  1. kubectl cluster-info | Kubernetes

    Synopsis Display addresses of the control plane and services with label kubernetes.io/cluster-service=true. To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'. kubectl cluster-info [flags] Examples # Print the address of the control plane and cluster services kubectl cluster-info Options -h, --help help for cluster-info --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_cluster-info/
    Registered: Fri May 10 08:05:26 UTC 2024
    - 422.8K bytes
    - Viewed (0)
  2. 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 May 10 08:07:15 UTC 2024
    - 427.1K bytes
    - Viewed (0)
  3. kubectl config set-context | Kubernetes

    Synopsis Set a context entry in kubeconfig. Specifying a name that already exists will merge new fields on top of existing values for those fields. kubectl config set-context [NAME | --current] [--cluster=cluster_nickname] [--user=user_nickname] [--namespace=namespace] Examples # Set the user field on the gce context entry without touching other values kubectl config set-context gce --user=cluster-admin Options --cluster string cluster for the context entry in kubeconfig --current Modify the current context
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_set-context/
    Registered: Fri May 10 08:06:40 UTC 2024
    - 424.6K bytes
    - Viewed (0)
  4. kubectl config get-users | Kubernetes

    Synopsis Display users defined in the kubeconfig. kubectl config get-users [flags] Examples # List the users that kubectl knows about kubectl config get-users Options -h, --help help for get-users --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --as-uid string UID to impersonate for the operation.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_get-users/
    Registered: Fri May 10 08:04:51 UTC 2024
    - 424K bytes
    - Viewed (0)
  5. 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 May 10 08:14:39 UTC 2024
    - 493.5K bytes
    - Viewed (0)
  6. kubectl taint | Kubernetes

    Synopsis Update the taints on one or more nodes. A taint consists of a key, value, and effect. As an argument here, it is expressed as key=value:effect. The key must begin with a letter or number, and may contain letters, numbers, hyphens, dots, and underscores, up to 253 characters. Optionally, the key can begin with a DNS subdomain prefix and a single '/', like example.com/my-app. The value is optional. If given, it must begin with a letter or number, and may contain letters, numbers, hyphens, dots, and underscores, up to 63 characters.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_taint/
    Registered: Fri May 10 08:14:49 UTC 2024
    - 426.8K bytes
    - Viewed (0)
  7. 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 May 10 08:14:00 UTC 2024
    - 428.8K bytes
    - Viewed (0)
  8. kubectl label | Kubernetes

    Synopsis Update the labels on a resource. A label key and value must begin with a letter or number, and may contain letters, numbers, hyphens, dots, and underscores, up to 63 characters each. Optionally, the key can begin with a DNS subdomain prefix and a single '/', like example.com/my-app. If --overwrite is true, then existing labels can be overwritten, otherwise attempting to overwrite a label will result in an error.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_label/
    Registered: Fri May 10 08:13:56 UTC 2024
    - 427.4K bytes
    - Viewed (0)
  9. kube-scheduler Configuration (v1) | Kubernetes

    Resource Types DefaultPreemptionArgs InterPodAffinityArgs KubeSchedulerConfiguration NodeAffinityArgs NodeResourcesBalancedAllocationArgs NodeResourcesFitArgs PodTopologySpreadArgs VolumeBindingArgs ClientConnectionConfiguration Appears in: KubeSchedulerConfiguration ClientConnectionConfiguration contains details for constructing a client. FieldDescription kubeconfig [Required] string kubeconfig is the path to a KubeConfig file. acceptContentTypes [Required] string acceptContentTypes defines the Accept header sent by clients when connecting to a server, overriding the default value of 'application/json'. This field will control all connections to the server used by a particular client. contentType [Required] string contentType is the content type used when sending data to the server from this client.
    kubernetes.io/docs/reference/config-api/kube-scheduler-config.v1/
    Registered: Fri May 10 08:17:34 UTC 2024
    - 458.5K bytes
    - Viewed (0)
  10. 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: Fri May 10 08:19:13 UTC 2024
    - 480.4K bytes
    - Viewed (0)
Back to top