- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 471 - 480 of 669 for host:kubernetes.io (0.03 sec)
-
kubectl apply view-last-applied | Kubernetes
Synopsis View the latest last-applied-configuration annotations by type/name or file. The default output will be printed to stdout in YAML format. You can use the -o option to change the output format. kubectl apply view-last-applied (TYPE [NAME | -l label] | TYPE/NAME | -f FILENAME) Examples # View the last-applied-configuration annotations by type/name in YAML kubectl apply view-last-applied deployment/nginx # View the last-applied-configuration annotations by file in JSON kubectl apply view-last-applied -f deploy.kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/kubectl_apply_view-last-applied/Registered: Fri Nov 15 07:15:20 UTC 2024 - 434.8K bytes - Viewed (0) -
kubectl reference | Kubernetes
kubectl reference kubectl kubectl annotate kubectl api-resources kubectl api-versions kubectl apply kubectl attach ku...kubernetes.io/docs/reference/kubectl/generated/Registered: Fri Nov 15 07:15:14 UTC 2024 - 426.6K bytes - Viewed (0) -
Networking Reference | Kubernetes
This section of the Kubernetes documentation provides reference details of Kubernetes networking.kubernetes.io/docs/reference/networking/Registered: Fri Nov 15 07:15:45 UTC 2024 - 422.8K bytes - Viewed (0) -
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 Nov 15 07:16:25 UTC 2024 - 433.2K bytes - Viewed (0) -
kubeadm upgrade phase | Kubernetes
In v1.15.0, kubeadm introduced preliminary support for kubeadm upgrade node phases. Phases for other kubeadm upgrade sub-commands such as apply, could be added in the following releases. kubeadm upgrade node phase Using this phase you can choose to execute the separate steps of the upgrade of secondary control-plane or worker nodes. Please note that kubeadm upgrade apply still has to be called on a primary control-plane node. phase preflight control-plane kubelet-config Use this command to invoke single phase of the node workflowkubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-upgrade-phase/Registered: Fri Nov 15 07:15:49 UTC 2024 - 434.5K bytes - Viewed (0) -
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 Nov 15 07:16:44 UTC 2024 - 435.8K bytes - Viewed (0) -
Seccomp and Kubernetes | Kubernetes
Seccomp stands for secure computing mode and has been a feature of the Linux kernel since version 2.6.12. It can be used to sandbox the privileges of a process, restricting the calls it is able to make from userspace into the kernel. Kubernetes lets you automatically apply seccomp profiles loaded onto a node to your Pods and containers. Seccomp fields FEATURE STATE: Kubernetes v1.19 [stable] There are four ways to specify a seccomp profile for a pod:kubernetes.io/docs/reference/node/seccomp/Registered: Fri Nov 15 07:17:41 UTC 2024 - 440.2K bytes - Viewed (0) -
kubectl Quick Reference | Kubernetes
This page contains a list of commonly used kubectl commands and flags. Note:These instructions are for Kubernetes v1.31. To check the version, use the kubectl version command. Kubectl autocomplete BASH source <(kubectl completion bash) # set up autocomplete in bash into the current shell, bash-completion package should be installed first. echo "source <(kubectl completion bash)" >> ~/.bashrc # add autocomplete permanently to your bash shell. You can also use a shorthand alias for kubectl that also works with completion:kubernetes.io/docs/reference/kubectl/quick-reference/Registered: Fri Nov 15 07:18:34 UTC 2024 - 486.3K bytes - Viewed (0) -
kubeadm reset | Kubernetes
Performs a best effort revert of changes made by kubeadm init or kubeadm join. Performs a best effort revert of changes made to this host by 'kubeadm init' or 'kubeadm join' Synopsis Performs a best effort revert of changes made to this host by 'kubeadm init' or 'kubeadm join' The "reset" command executes the following phases: preflight Run reset pre-flight checks remove-etcd-member Remove a local etcd member. cleanup-node Run cleanup node.kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-reset/Registered: Fri Nov 15 07:17:27 UTC 2024 - 431K bytes - Viewed (0) -
kubeadm token | Kubernetes
Bootstrap tokens are used for establishing bidirectional trust between a node joining the cluster and a control-plane node, as described in authenticating with bootstrap tokens. kubeadm init creates an initial token with a 24-hour TTL. The following commands allow you to manage such a token and also to create and manage new ones. kubeadm token create Create bootstrap tokens on the server Synopsis This command will create a bootstrap token for you.kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-token/Registered: Fri Nov 15 07:17:32 UTC 2024 - 434.8K bytes - Viewed (0)