- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 111 - 120 of 675 for host:kubernetes.io (0.05 sec)
-
kubectl plugin | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_plugin/Registered: Wed Mar 12 06:54:44 UTC 2025 - 435.3K bytes - Viewed (0) -
Client Authentication (v1beta1) | Kubernetes
Resource Types ExecCredential ExecCredential ExecCredential is used by exec-based plugins to communicate credentials to HTTP transports. FieldDescription apiVersionstringclient.authentication.k8s.io/v1beta1 kindstringExecCredential spec [Required] ExecCredentialSpec Spec holds information passed to the plugin by the transport. status ExecCredentialStatus Status is filled in by the plugin and holds the credentials that the transport should use to contact the API. Cluster Appears in: ExecCredentialSpec Cluster contains information to allow an exec plugin to communicate with the kubernetes cluster being authenticated to.kubernetes.io/docs/reference/config-api/client-authentication.v1beta1/ Similar Results (1)Registered: Wed Mar 12 06:58:36 UTC 2025 - 434.4K bytes - Viewed (0) -
Kubelet Configuration (v1) | Kubernetes
Resource Types CredentialProviderConfig CredentialProviderConfig CredentialProviderConfig is the configuration containing information about each exec credential provider. Kubelet reads this configuration from disk and enables each provider as specified by the CredentialProvider type. FieldDescription apiVersionstringkubelet.config.k8s.io/v1 kindstringCredentialProviderConfig providers [Required] []CredentialProvider providers is a list of credential provider plugins that will be enabled by the kubelet. Multiple providers may match against a single image, in which case credentials from all providers will be returned to the kubelet.kubernetes.io/docs/reference/config-api/kubelet-config.v1/Registered: Wed Mar 12 06:57:58 UTC 2025 - 432.7K bytes - Viewed (0) -
Suggesting content improvements | Kubernetes
If you notice an issue with Kubernetes documentation or have an idea for new content, then open an issue. All you need is a GitHub account and a web browser. In most cases, new work on Kubernetes documentation begins with an issue in GitHub. Kubernetes contributors then review, categorize and tag issues as needed. Next, you or another member of the Kubernetes community open a pull request with changes to resolve the issue.kubernetes.io/docs/contribute/suggesting-improvements/Registered: Wed Mar 12 07:04:21 UTC 2025 - 430.3K bytes - Viewed (0) -
Kubernetes
Requirements: You need a machine that is running Linux or macOS. You need to have these tools installed: Python v3.7.x+ Git Golang version 1.13+ Pip used to install PyYAML PyYAML v5.1.2 make gcc compiler/linker Docker (Required only for kubectl command reference) Your PATH environment variable must include the required build tools, such as the Go binary and python. You need to know how to create a pull request to a GitHub repository.kubernetes.io/docs/contribute/generate-ref-docs/prerequisites-ref-docs/Registered: Wed Mar 12 07:04:14 UTC 2025 - 428.5K bytes - Viewed (0) -
kubectl logs | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_logs/Registered: Wed Mar 12 06:52:41 UTC 2025 - 440.1K bytes - Viewed (0) -
kubectl create namespace | Kubernetes
Synopsis Create a namespace with the specified name. kubectl create namespace NAME [--dry-run=server|client|none] Examples # Create a new namespace named my-namespace kubectl create namespace my-namespace 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_namespace/ Similar Results (1)Registered: Wed Mar 12 06:53:48 UTC 2025 - 438.4K bytes - Viewed (0) -
Participating in SIG Docs | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/contribute/participate/Registered: Wed Mar 12 07:02:12 UTC 2025 - 433.3K bytes - Viewed (0) -
Flow control | Kubernetes
API Priority and Fairness controls the behavior of the Kubernetes API server in an overload situation. You can find more information about it in the API Priority and Fairness documentation. Diagnostics Every HTTP response from an API server with the priority and fairness feature enabled has two extra headers: X-Kubernetes-PF-FlowSchema-UID and X-Kubernetes-PF-PriorityLevel-UID, noting the flow schema that matched the request and the priority level to which it was assigned, respectively.kubernetes.io/docs/reference/debug-cluster/flow-control/Registered: Wed Mar 12 07:01:32 UTC 2025 - 439.4K bytes - Viewed (0) -
kubectl set resources | Kubernetes
Synopsis Specify compute resource requirements (CPU, memory) for any resource that defines a pod template. If a pod is successfully scheduled, it is guaranteed the amount of resource requested, but may burst up to its specified limits. For each compute resource, if a limit is specified and a request is omitted, the request will default to the limit. Possible resources include (case insensitive): Use "kubectl api-resources" for a complete list of supported resources.kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_resources/Registered: Wed Mar 12 06:56:39 UTC 2025 - 440K bytes - Viewed (0)