Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 31 - 40 of 659 for host:kubernetes.io (0.02 sec)

  1. Node-specific Volume Limits | Kubernetes

    This page describes the maximum number of volumes that can be attached to a Node for various cloud providers. Cloud providers like Google, Amazon, and Microsoft typically have a limit on how many volumes can be attached to a Node. It is important for Kubernetes to respect those limits. Otherwise, Pods scheduled on a Node could get stuck waiting for volumes to attach. Kubernetes default limits The Kubernetes scheduler has default limits on the number of volumes that can be attached to a Node:
    kubernetes.io/docs/concepts/storage/storage-limits/
    Registered: Fri May 10 07:32:03 UTC 2024
    - 419.4K bytes
    - Viewed (0)
  2. Configure Pods and Containers | Kubernetes

    Perform common configuration tasks for Pods and containers.
    kubernetes.io/docs/tasks/configure-pod-container/
    Registered: Fri May 10 07:37:51 UTC 2024
    - 417.9K bytes
    - Viewed (0)
  3. Assign Extended Resources to a Container | Kube...

    FEATURE STATE: Kubernetes v1.30 [stable] This page shows how to assign extended resources to a Container. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
    kubernetes.io/docs/tasks/configure-pod-container/extended-resource/
    Registered: Fri May 10 07:38:29 UTC 2024
    - 430.1K bytes
    - Viewed (0)
  4. Generate Certificates Manually | Kubernetes

    When using client certificate authentication, you can generate certificates manually through easyrsa, openssl or cfssl. easyrsa easyrsa can manually generate certificates for your cluster. Download, unpack, and initialize the patched version of easyrsa3. curl -LO https://dl.k8s.io/easy-rsa/easy-rsa.tar.gz tar xzf easy-rsa.tar.gz cd easy-rsa-master/easyrsa3 ./easyrsa init-pki Generate a new certificate authority (CA). --batch sets automatic mode; --req-cn specifies the Common Name (CN) for the CA's new root certificate. ./easyrsa --batch "--req-cn=${MASTER_IP}@`date +%s`" build-ca nopass Generate server certificate and key.
    kubernetes.io/docs/tasks/administer-cluster/certificates/
    Registered: Fri May 10 07:36:43 UTC 2024
    - 441.8K bytes
    - Viewed (0)
  5. Use a User Namespace With a Pod | Kubernetes

    FEATURE STATE: Kubernetes v1.30 [beta] This page shows how to configure a user namespace for pods. This allows you to isolate the user running inside the container from the one in the host. A process running as root in a container can run as a different (non-root) user in the host; in other words, the process has full privileges for operations inside the user namespace, but is unprivileged for operations outside the namespace.
    kubernetes.io/docs/tasks/configure-pod-container/user-namespaces/
    Registered: Fri May 10 07:46:52 UTC 2024
    - 425.4K bytes
    - Viewed (0)
  6. Debugging Kubernetes Nodes With Kubectl | Kuber...

    This page shows how to debug a node running on the Kubernetes cluster using kubectl debug command. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
    kubernetes.io/docs/tasks/debug/debug-cluster/kubectl-node-debug/
    Registered: Fri May 10 07:46:58 UTC 2024
    - 421.6K bytes
    - Viewed (0)
  7. Debug Services | Kubernetes

    An issue that comes up rather frequently for new installations of Kubernetes is that a Service is not working properly. You've run your Pods through a Deployment (or other workload controller) and created a Service, but you get no response when you try to access it. This document will hopefully help you to figure out what's going wrong. Running commands in a Pod For many steps here you will want to see what a Pod running in the cluster sees.
    kubernetes.io/docs/tasks/debug/debug-application/debug-service/
    Registered: Fri May 10 07:47:27 UTC 2024
    - 459.6K bytes
    - Viewed (0)
  8. Windows debugging tips | Kubernetes

    Node-level troubleshooting My Pods are stuck at "Container Creating" or restarting over and over Ensure that your pause image is compatible with your Windows OS version. See Pause container to see the latest / recommended pause image and/or get more information. Note: If using containerd as your container runtime the pause image is specified in the plugins.plugins.cri.sandbox_image field of the of config.toml configuration file. My pods show status as ErrImgPull or ImagePullBackOff
    kubernetes.io/docs/tasks/debug/debug-cluster/windows/
    Registered: Fri May 10 07:45:51 UTC 2024
    - 426.2K bytes
    - Viewed (0)
  9. Managing Secrets using Configuration File | Kub...

    Creating Secret objects using resource configuration file.
    kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-config-file/
    Registered: Fri May 10 07:46:16 UTC 2024
    - 434.8K bytes
    - Viewed (0)
  10. Debug Init Containers | Kubernetes

    This page shows how to investigate problems related to the execution of Init Containers. The example command lines below refer to the Pod as <pod-name> and the Init Containers as <init-container-1> and <init-container-2>. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts.
    kubernetes.io/docs/tasks/debug/debug-application/debug-init-containers/
    Registered: Fri May 10 07:46:27 UTC 2024
    - 421.5K bytes
    - Viewed (0)
Back to top