- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 271 - 280 of 669 for host:kubernetes.io (0.1 sec)
-
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: Fri Nov 15 07:27:54 UTC 2024 - 433.4K bytes - Viewed (0) -
kubectl wait | Kubernetes
Synopsis Experimental: Wait for a specific condition on one or many resources. The command takes multiple resources and waits until the specified condition is seen in the Status field of every given resource. Alternatively, the command can wait for the given set of resources to be deleted by providing the "delete" keyword as the value to the --for flag. A successful message will be printed to stdout indicating when the specified condition has been met.kubernetes.io/docs/reference/kubectl/generated/kubectl_wait/Registered: Fri Nov 15 07:28:33 UTC 2024 - 436.9K bytes - Viewed (0) -
kubeconfig (v1) | Kubernetes
Resource Types Config Config Config holds the information needed to build connect to remote kubernetes clusters as a given user FieldDescription apiVersionstring/v1 kindstringConfig kind string Legacy field from pkg/api/types.go TypeMeta. TODO(jlowdermilk): remove this after eliminating downstream dependencies. apiVersion string Legacy field from pkg/api/types.go TypeMeta. TODO(jlowdermilk): remove this after eliminating downstream dependencies. preferences [Required] Preferences Preferences holds general information to be use for cli interactions clusters [Required] []NamedCluster Clusters is a map of referencable names to cluster configskubernetes.io/docs/reference/config-api/kubeconfig.v1/Registered: Fri Nov 15 07:32:02 UTC 2024 - 441.3K bytes - Viewed (0) -
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: Fri Nov 15 07:32:47 UTC 2024 - 430.1K bytes - Viewed (0) -
kubectl exec | Kubernetes
Synopsis Execute a command in a container. kubectl exec (POD | TYPE/NAME) [-c CONTAINER] [flags] -- COMMAND [args...] Examples # Get output from running the 'date' command from pod mypod, using the first container by default kubectl exec mypod -- date # Get output from running the 'date' command in ruby-container from pod mypod kubectl exec mypod -c ruby-container -- date # Switch to raw terminal mode; sends stdin to 'bash' in ruby-container from pod mypod # and sends stdout/stderr from 'bash' back to the client kubectl exec mypod -c ruby-container -i -t -- bash -il # List contents of /usr from the first container of pod mypod and sort by modification time # If the command you want to execute in the pod has any flags in common (e.kubernetes.io/docs/reference/kubectl/generated/kubectl_exec/Registered: Fri Nov 15 07:22:22 UTC 2024 - 436K bytes - Viewed (0) -
kubectl proxy | Kubernetes
Synopsis Creates a proxy server or application-level gateway between localhost and the Kubernetes API server. It also allows serving static content over specified HTTP path. All incoming data enters through one port and gets forwarded to the remote Kubernetes API server port, except for the path matching the static content path. kubectl proxy [--port=PORT] [--www=static-dir] [--www-prefix=prefix] [--api-prefix=prefix] Examples # To proxy all of the Kubernetes API and nothing else kubectl proxy --api-prefix=/ # To proxy only part of the Kubernetes API and also some static files # You can get pods info with 'curl localhost:8001/api/v1/pods' kubectl proxy --www=/my/files --www-prefix=/static/ --api-prefix=/api/ # To proxy the entire Kubernetes API at a different root # You can get pods info with 'curl localhost:8001/custom/api/v1/pods' kubectl proxy --api-prefix=/custom/ # Run a proxy to the Kubernetes API server on port 8011, serving static content from .kubernetes.io/docs/reference/kubectl/generated/kubectl_proxy/Registered: Fri Nov 15 07:22:57 UTC 2024 - 439.2K bytes - Viewed (0) -
Configuration APIs | Kubernetes
Configuration APIs Client Authentication (v1) Client Authentication (v1beta1) Event Rate Limit Configuration (v1alpha...kubernetes.io/docs/reference/config-api/Registered: Fri Nov 15 07:30:56 UTC 2024 - 424.1K bytes - Viewed (0) -
Debug cluster | Kubernetes
Debug cluster Flow control Feedback Was this page helpful? Yes No Thanks for the feedback. If you have a specific, an...kubernetes.io/docs/reference/debug-cluster/Registered: Fri Nov 15 07:35:53 UTC 2024 - 421.5K 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: Fri Nov 15 07:37:16 UTC 2024 - 437.3K bytes - Viewed (0) -
Kubernetes Documentation | Kubernetes
Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is hosted by the Cloud Native Computing Foundation.kubernetes.io/docs/home/Registered: Fri Nov 15 06:22:19 UTC 2024 - 429.7K bytes - Viewed (0)