Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 51 - 60 of 658 for timestamp:[now/d-7d TO *] (0.02 sec)

  1. Using kubectl to Create a Deployment | Kubernetes

    Learn about application Deployments. Deploy your first app on Kubernetes with kubectl.
    kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/
    Registered: Fri May 17 07:59:54 UTC 2024
    - 425.4K bytes
    - Viewed (0)
  2. Explore Your App | Kubernetes

    Explore Your App Viewing Pods and Nodes Learn how to troubleshoot Kubernetes applications using kubectl get, kubectl ...
    kubernetes.io/docs/tutorials/kubernetes-basics/explore/
    Registered: Fri May 17 08:00:01 UTC 2024
    - 415.7K bytes
    - Viewed (0)
  3. kubectl describe | Kubernetes

    Synopsis Show details of a specific resource or group of resources. Print a detailed description of the selected resources, including related resources such as events or controllers. You may select a single object by name, all objects of that type, provide a name prefix, or label selector. For example: $ kubectl describe TYPE NAME_PREFIX will first check for an exact match on TYPE and NAME_PREFIX. If no such resource exists, it will output details for every resource that has a name prefixed with NAME_PREFIX.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_describe/
    Registered: Fri May 17 08:21:24 UTC 2024
    - 425.9K bytes
    - Viewed (0)
  4. kubeadm Configuration (v1beta4) | Kubernetes

    Overview Package v1beta4 defines the v1beta4 version of the kubeadm configuration file format. This version improves on the v1beta3 format by fixing some minor issues and adding a few new fields. A list of changes since v1beta3: TODO https://github.com/kubernetes/kubeadm/issues/2890 Support custom environment variables in control plane components under ClusterConfiguration. Use APIServer.ExtraEnvs, ControllerManager.ExtraEnvs, Scheduler.ExtraEnvs, Etcd.Local.ExtraEnvs. The ResetConfiguration API type is now supported in v1beta4. Users are able to reset a node by passing a --config file to kubeadm reset.
    kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta4/
    Registered: Fri May 17 08:22:53 UTC 2024
    - 497.4K bytes
    - Viewed (0)
  5. kubectl create token | Kubernetes

    Synopsis Request a service account token. kubectl create token SERVICE_ACCOUNT_NAME Examples # Request a token to authenticate to the kube-apiserver as the service account "myapp" in the current namespace kubectl create token myapp # Request a token for a service account in a custom namespace kubectl create token myapp --namespace myns # Request a token with a custom expiration kubectl create token myapp --duration 10m # Request a token with a custom audience kubectl create token myapp --audience https://example.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_token/
    Registered: Fri May 17 08:21:53 UTC 2024
    - 428.3K bytes
    - Viewed (0)
  6. Virtual IPs and Service Proxies | Kubernetes

    Every node in a Kubernetes cluster runs a kube-proxy (unless you have deployed your own alternative component in place of kube-proxy). The kube-proxy component is responsible for implementing a virtual IP mechanism for Services of type other than ExternalName. Each instance of kube-proxy watches the Kubernetes control plane for the addition and removal of Service and EndpointSlice objects. For each Service, kube-proxy calls appropriate APIs (depending on the kube-proxy mode) to configure the node to capture traffic to the Service's clusterIP and port, and redirect that traffic to one of the Service's endpoints (usually a Pod, but possibly an arbitrary user-provided IP address).
    kubernetes.io/docs/reference/networking/virtual-ips/
    Registered: Fri May 17 08:07:36 UTC 2024
    - 459K bytes
    - Viewed (0)
  7. kubeadm init | Kubernetes

    This command initializes a Kubernetes control-plane node. Run this command in order to set up the Kubernetes control plane Synopsis Run this command in order to set up the Kubernetes control plane The "init" command executes the following phases: preflight Run pre-flight checks certs Certificate generation /ca Generate the self-signed Kubernetes CA to provision identities for other Kubernetes components /apiserver Generate the certificate for serving the Kubernetes API /apiserver-kubelet-client Generate the certificate for the API server to connect to kubelet /front-proxy-ca Generate the self-signed CA to provision identities for front proxy /front-proxy-client Generate the certificate for the front proxy client /etcd-ca Generate the self-signed CA to provision identities for etcd /etcd-server Generate the certificate for serving etcd /etcd-peer Generate the certificate for etcd nodes to communicate with each other /etcd-healthcheck-client Generate the certificate for liveness probes to healthcheck etcd /apiserver-etcd-client Generate the certificate the apiserver uses to access etcd /sa Generate a private key for signing service account tokens along with its public key kubeconfig Generate all kubeconfig files necessary to establish the control plane and the admin kubeconfig file /admin Generate a kubeconfig file for the admin to use and for kubeadm itself /super-admin Generate a kubeconfig file for the super-admin /kubelet Generate a kubeconfig file for the kubelet to use *only* for cluster bootstrapping purposes /controller-manager Generate a kubeconfig file for the controller manager to use /scheduler Generate a kubeconfig file for the scheduler to use etcd Generate static Pod manifest file for local etcd /local Generate the static Pod manifest file for a local, single-node local etcd instance control-plane Generate all static Pod manifest files necessary to establish the control plane /apiserver Generates the kube-apiserver static Pod manifest /controller-manager Generates the kube-controller-manager static Pod manifest /scheduler Generates the kube-scheduler static Pod manifest kubelet-start Write kubelet settings and (re)start the kubelet upload-config Upload the kubeadm and kubelet configuration to a ConfigMap /kubeadm Upload the kubeadm ClusterConfiguration to a ConfigMap /kubelet Upload the kubelet component config to a ConfigMap upload-certs Upload certificates to kubeadm-certs mark-control-plane Mark a node as a control-plane bootstrap-token Generates bootstrap tokens used to join a node to a cluster kubelet-finalize Updates settings relevant to the kubelet after TLS bootstrap /experimental-cert-rotation Enable kubelet client certificate rotation addon Install required addons for passing conformance tests /coredns Install the CoreDNS addon to a Kubernetes cluster /kube-proxy Install the kube-proxy addon to a Kubernetes cluster show-join-command Show the join command for control-plane and worker node kubeadm init [flags] Options --apiserver-advertise-address string The IP address the API Server will advertise it's listening on.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-init/
    Registered: Fri May 17 08:06:46 UTC 2024
    - 469.3K bytes
    - Viewed (0)
  8. CRI Pod & Container Metrics | Kubernetes

    Collection of Pod & Container metrics via the CRI.
    kubernetes.io/docs/reference/instrumentation/cri-pod-container-metrics/
    Registered: Fri May 17 08:06:25 UTC 2024
    - 415.5K bytes
    - Viewed (0)
  9. Node Labels Populated By The Kubelet | Kubernetes

    Kubernetes nodes come pre-populated with a standard set of labels. You can also set your own labels on nodes, either through the kubelet configuration or using the Kubernetes API. Preset labels The preset labels that Kubernetes sets on nodes are: kubernetes.io/arch kubernetes.io/hostname kubernetes.io/os node.kubernetes.io/instance-type (if known to the kubelet – Kubernetes may not have this information to set the label) topology.kubernetes.io/region (if known to the kubelet – Kubernetes may not have this information to set the label) topology.
    kubernetes.io/docs/reference/node/node-labels/
    Registered: Fri May 17 08:07:58 UTC 2024
    - 418.5K bytes
    - Viewed (0)
  10. kubectl set resources | Kubernetes

    Synopsis Specify compute resource requirements (CPU, memory) for any resource that defines a pod template. If a pod is successfully scheduled, it is guaranteed the amount of resource requested, but may burst up to its specified limits. For each compute resource, if a limit is specified and a request is omitted, the request will default to the limit. Possible resources include (case insensitive): Use "kubectl api-resources" for a complete list of supported resources.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_resources/
    Registered: Fri May 17 08:16:50 UTC 2024
    - 429.8K bytes
    - Viewed (0)
Back to top