- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 291 - 300 of 685 for host:kubernetes.io (0.02 sec)
-
kubectl auth can-i | Kubernetes
Synopsis Check whether an action is allowed. VERB is a logical Kubernetes API verb like 'get', 'list', 'watch', 'delete', etc. TYPE is a Kubernetes resource. Shortcuts and groups will be resolved. NONRESOURCEURL is a partial URL that starts with "/". NAME is the name of a particular Kubernetes resource. This command pairs nicely with impersonation. See --as global flag. kubectl auth can-i VERB [TYPE | TYPE/NAME | NONRESOURCEURL] Examples # Check to see if I can create pods in any namespace kubectl auth can-i create pods --all-namespaces # Check to see if I can list deployments in my current namespace kubectl auth can-i list deployments.kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/kubectl_auth_can-i/Registered: Wed Apr 16 06:32:34 UTC 2025 - 442.6K bytes - Viewed (0) -
Command line tool (kubectl) | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/Registered: Wed Apr 16 06:31:58 UTC 2025 - 480.4K bytes - Viewed (0) -
kubeadm alpha | Kubernetes
Caution:kubeadm alpha provides a preview of a set of features made available for gathering feedback from the community. Please try it out and give us feedback! Currently there are no experimental commands under kubeadm alpha. What's next kubeadm init to bootstrap a Kubernetes control-plane node kubeadm join to connect a node to the cluster kubeadm reset to revert any changes made to this host by kubeadm init or kubeadm joinkubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-alpha/Registered: Wed Apr 16 06:32:19 UTC 2025 - 432.9K bytes - Viewed (0) -
Setup tools | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/setup-tools/Registered: Wed Apr 16 06:31:51 UTC 2025 - 430.8K bytes - Viewed (0) -
kubectl rollout undo | Kubernetes
Synopsis Roll back to a previous rollout. kubectl rollout undo (TYPE NAME | TYPE/NAME) [flags] Examples # Roll back to the previous deployment kubectl rollout undo deployment/abc # Roll back to daemonset revision 3 kubectl rollout undo daemonset/abc --to-revision=3 # Roll back to the previous deployment with dry-run kubectl rollout undo --dry-run=server deployment/abc 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_rollout/kubectl_rollout_undo/Registered: Wed Apr 16 06:42:26 UTC 2025 - 442.8K bytes - Viewed (0) -
kubectl config view | Kubernetes
Synopsis Display merged kubeconfig settings or a specified kubeconfig file. You can use --output jsonpath={...} to extract specific values using a jsonpath expression. kubectl config view [flags] Examples # Show merged kubeconfig settings kubectl config view # Show merged kubeconfig settings, raw certificate data, and exposed secrets kubectl config view --raw # Get the password for the e2e user kubectl config view -o jsonpath='{.users[?(@.name == "e2e")].user.password}' 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_config/kubectl_config_view/Registered: Wed Apr 16 06:42:20 UTC 2025 - 442.6K bytes - Viewed (0) -
kubectl config set | Kubernetes
Synopsis Set an individual value in a kubeconfig file. PROPERTY_NAME is a dot delimited name where each token represents either an attribute name or a map key. Map keys may not contain dots. PROPERTY_VALUE is the new value you want to set. Binary fields such as 'certificate-authority-data' expect a base64 encoded string unless the --set-raw-bytes flag is used. Specifying an attribute name that already exists will merge new fields on top of existing values.kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_set/Registered: Wed Apr 16 06:34:11 UTC 2025 - 440.9K bytes - Viewed (0) -
Linux Kernel Version Requirements | Kubernetes
Note: This section links to third party projects that provide functionality required by Kubernetes. The Kubernetes project authors aren't responsible for these projects, which are listed alphabetically. To add a project to this list, read the content guide before submitting a change. More information. Many features rely on specific kernel functionalities and have minimum kernel version requirements. However, relying solely on kernel version numbers may not be sufficient for certain operating system distributions, as maintainers for distributions such as RHEL, Ubuntu and SUSE often backport selected features to older kernel releases (retaining the older kernel version).kubernetes.io/docs/reference/node/kernel-version-requirements/Registered: Wed Apr 16 06:34:00 UTC 2025 - 439.1K bytes - Viewed (0) -
Contributing to the Upstream Kubernetes Code | ...
This page shows how to contribute to the upstream kubernetes/kubernetes project. You can fix bugs found in the Kubernetes API documentation or the content of the Kubernetes components such as kubeadm, kube-apiserver, and kube-controller-manager. If you instead want to regenerate the reference documentation for the Kubernetes API or the kube-* components from the upstream code, see the following instructions: Generating Reference Documentation for the Kubernetes API Generating Reference Documentation for the Kubernetes Components and Tools Before you begin You need to have these tools installed:kubernetes.io/docs/contribute/generate-ref-docs/contribute-upstream/Registered: Wed Apr 16 06:51:02 UTC 2025 - 447.1K bytes - Viewed (0) -
Assign Pod-level CPU and memory resources | Kub...
FEATURE STATE: Kubernetes v1.32 [alpha] (enabled by default: false) This page shows how to specify CPU and memory resources for a Pod at pod-level in addition to container-level resource specifications. A Kubernetes node allocates resources to a pod based on the pod's resource requests. These requests can be defined at the pod level or individually for containers within the pod. When both are present, the pod-level requests take precedence.kubernetes.io/docs/tasks/configure-pod-container/assign-pod-level-resources/Registered: Wed Apr 16 06:12:11 UTC 2025 - 467.8K bytes - Viewed (0)