Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 1 - 10 of 660 for host:kubernetes.io (0.02 sec)

  1. Create a Cluster | Kubernetes

    Learn about Kubernetes cluster and create a simple cluster using Minikube.
    kubernetes.io/docs/tutorials/kubernetes-basics/create-cluster/
    Registered: Fri May 10 07:54:50 UTC 2024
    - 415.5K bytes
    - Viewed (0)
  2. kubeadm config | Kubernetes

    During kubeadm init, kubeadm uploads the ClusterConfiguration object to your cluster in a ConfigMap called kubeadm-config in the kube-system namespace. This configuration is then read during kubeadm join, kubeadm reset and kubeadm upgrade. You can use kubeadm config print to print the default static configuration that kubeadm uses for kubeadm init and kubeadm join. Note: The output of the command is meant to serve as an example. You must manually edit the output of this command to adapt to your setup.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-config/
    Registered: Fri May 10 08:02:33 UTC 2024
    - 433.4K bytes
    - Viewed (0)
  3. 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 May 10 08:03:14 UTC 2024
    - 424.9K bytes
    - Viewed (0)
  4. kubeadm kubeconfig | Kubernetes

    kubeadm kubeconfig provides utilities for managing kubeconfig files. For examples on how to use kubeadm kubeconfig user see Generating kubeconfig files for additional users. kubeadm kubeconfig overview Kubeconfig file utilities Synopsis Kubeconfig file utilities. Options -h, --help help for kubeconfig Options inherited from parent commands --rootfs string [EXPERIMENTAL] The path to the 'real' host root filesystem. kubeadm kubeconfig user This command can be used to output a kubeconfig file for an additional user.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-kubeconfig/
    Registered: Fri May 10 08:03:32 UTC 2024
    - 419.9K bytes
    - Viewed (0)
  5. 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 May 10 08:03:37 UTC 2024
    - 417.4K bytes
    - Viewed (0)
  6. kubectl create serviceaccount | Kubernetes

    Synopsis Create a service account with the specified name. kubectl create serviceaccount NAME [--dry-run=server|client|none] Examples # Create a new service account named my-service-account kubectl create serviceaccount my-service-account 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_serviceaccount/
    Registered: Fri May 10 08:09:20 UTC 2024
    - 428.3K bytes
    - Viewed (0)
  7. kubectl config current-context | Kubernetes

    Synopsis Display the current-context. kubectl config current-context [flags] Examples # Display the current-context kubectl config current-context Options -h, --help help for current-context --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. --as-uid string UID to impersonate for the operation. --cache-dir string     Default: "
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_current-context/
    Registered: Fri May 10 08:07:53 UTC 2024
    - 424.5K bytes
    - Viewed (0)
  8. kubectl config unset | Kubernetes

    Synopsis Unset 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. kubectl config unset PROPERTY_NAME Examples # Unset the current-context kubectl config unset current-context # Unset namespace in foo context kubectl config unset contexts.foo.namespace Options -h, --help help for unset --as string Username to impersonate for the operation.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_unset/
    Registered: Fri May 10 08:07:59 UTC 2024
    - 424.1K bytes
    - Viewed (0)
  9. kubectl edit | Kubernetes

    Synopsis Edit a resource from the default editor. The edit command allows you to directly edit any API resource you can retrieve via the command-line tools. It will open the editor defined by your KUBE_EDITOR, or EDITOR environment variables, or fall back to 'vi' for Linux or 'notepad' for Windows. When attempting to open the editor, it will first attempt to use the shell that has been defined in the 'SHELL' environment variable.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_edit/
    Registered: Fri May 10 08:09:57 UTC 2024
    - 427.5K bytes
    - Viewed (0)
  10. 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 workflow
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-upgrade-phase/
    Registered: Fri May 10 08:08:39 UTC 2024
    - 424.5K bytes
    - Viewed (0)
Back to top