- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 131 - 140 of 625 for host:kubernetes.io (0.04 sec)
-
Issue Wranglers | Kubernetes
Alongside the PR Wrangler, formal approvers, reviewers and members of SIG Docs take week-long shifts triaging and categorising issues for the repository. Duties Each day in a week-long shift the Issue Wrangler will be responsible for: Triaging and tagging incoming issues daily. See Triage and categorize issues for guidelines on how SIG Docs uses metadata. Keeping an eye on stale & rotten issues within the kubernetes/website repository. Maintenance of the Issues board.kubernetes.io/docs/contribute/participate/issue-wrangler/Registered: Wed Feb 12 06:43:36 UTC 2025 - 432.8K bytes - Viewed (0) -
Debug cluster | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/debug-cluster/Registered: Wed Feb 12 06:44:24 UTC 2025 - 425.2K bytes - Viewed (0) -
kube-apiserver Admission (v1) | Kubernetes
Resource Types AdmissionReview AdmissionReview AdmissionReview describes an admission review request/response. FieldDescription apiVersionstringadmission.k8s.io/v1 kindstringAdmissionReview request AdmissionRequest Request describes the attributes for the admission request. response AdmissionResponse Response describes the attributes for the admission response. AdmissionRequest Appears in: AdmissionReview AdmissionRequest describes the admission.Attributes for the admission request. FieldDescription uid [Required] k8s.io/apimachinery/pkg/types.UID UID is an identifier for the individual request/response. It allows us to distinguish instances of requests which are otherwise identical (parallel requests, requests when earlier requests did not modify etc) The UID is meant to track the round trip (request/response) between the KAS and the WebHook, not the user request.kubernetes.io/docs/reference/config-api/apiserver-admission.v1/Registered: Wed Feb 12 06:44:30 UTC 2025 - 439.1K bytes - Viewed (0) -
kubectl for Docker Users | Kubernetes
You can use the Kubernetes command line tool kubectl to interact with the API Server. Using kubectl is straightforward if you are familiar with the Docker command line tool. However, there are a few differences between the Docker commands and the kubectl commands. The following sections show a Docker sub-command and describe the equivalent kubectl command. docker run To run an nginx Deployment and expose the Deployment, see kubectl create deployment.kubernetes.io/docs/reference/kubectl/docker-cli-to-kubectl/Registered: Wed Feb 12 06:35:56 UTC 2025 - 448.1K bytes - Viewed (0) -
kubectl set env | Kubernetes
Synopsis Update environment variables on a pod template. List environment variable definitions in one or more pods, pod templates. Add, update, or remove container environment variable definitions in one or more pod templates (within replication controllers or deployment configurations). View or modify the environment variable definitions on all containers in the specified pods or pod templates, or just those that match a wildcard. If "--env -" is passed, environment variables can be read from STDIN using the standard env syntax.kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_env/Registered: Wed Feb 12 06:35:45 UTC 2025 - 441.9K bytes - Viewed (0) -
kubectl create role | Kubernetes
Synopsis Create a role with single rule. kubectl create role NAME --verb=verb --resource=resource.group/subresource [--resource-name=resourcename] [--dry-run=server|client|none] Examples # Create a role named "pod-reader" that allows user to perform "get", "watch" and "list" on pods kubectl create role pod-reader --verb=get --verb=list --verb=watch --resource=pods # Create a role named "pod-reader" with ResourceName specified kubectl create role pod-reader --verb=get --resource=pods --resource-name=readablepod --resource-name=anotherpod # Create a role named "foo" with API Group specified kubectl create role foo --verb=get,list,watch --resource=rs.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_role/Registered: Wed Feb 12 06:35:29 UTC 2025 - 439.8K bytes - Viewed (0) -
kubectl top node | Kubernetes
Synopsis Display resource (CPU/memory) usage of nodes. The top-node command allows you to see the resource consumption of nodes. kubectl top node [NAME | -l label] Examples # Show metrics for all nodes kubectl top node # Show metrics for a given node kubectl top node NODE_NAME Options -h, --help help for node --no-headers If present, print output without headers -l, --selector string Selector (label query) to filter on, supports '=', '==', and '!kubernetes.io/docs/reference/kubectl/generated/kubectl_top/kubectl_top_node/Registered: Wed Feb 12 06:35:34 UTC 2025 - 436.1K bytes - Viewed (0) -
kubectl proxy | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_proxy/Registered: Wed Feb 12 06:38:24 UTC 2025 - 440K bytes - Viewed (0) -
kubectl exec | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_exec/Registered: Wed Feb 12 06:38:34 UTC 2025 - 437.4K bytes - Viewed (0) -
Localizing Kubernetes documentation | Kubernetes
This page shows you how to localize the docs for a different language. Contribute to an existing localization You can help add or improve the content of an existing localization. In Kubernetes Slack, you can find a channel for each localization. There is also a general SIG Docs Localizations Slack channel where you can say hello. Note:For extra details on how to contribute to a specific localization, look for a localized version of this page.kubernetes.io/docs/contribute/localization/Registered: Wed Feb 12 06:45:48 UTC 2025 - 460.3K bytes - Viewed (0)