Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 31 - 40 of 630 for timestamp:[now/d-1y TO *] (0.02 sec)

  1. Create static Pods | Kubernetes

    Static Pods are managed directly by the kubelet daemon on a specific node, without the API server observing them. Unlike Pods that are managed by the control plane (for example, a Deployment); instead, the kubelet watches each static Pod (and restarts it if it fails). Static Pods are always bound to one Kubelet on a specific node. The kubelet automatically tries to create a mirror Pod on the Kubernetes API server for each static Pod.
    kubernetes.io/docs/tasks/configure-pod-container/static-pod/
    Registered: Fri May 31 05:50:55 UTC 2024
    - 439.2K bytes
    - Viewed (0)
  2. Debugging DNS Resolution | Kubernetes

    This page provides hints on diagnosing DNS problems. 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/administer-cluster/dns-debugging-resolution/
    Registered: Fri May 31 05:49:21 UTC 2024
    - 439.6K bytes
    - Viewed (0)
  3. Configure a kubelet image credential provider |...

    FEATURE STATE: Kubernetes v1.26 [stable] Starting from Kubernetes v1.20, the kubelet can dynamically retrieve credentials for a container image registry using exec plugins. The kubelet and the exec plugin communicate through stdio (stdin, stdout, and stderr) using Kubernetes versioned APIs. These plugins allow the kubelet to request credentials for a container registry dynamically as opposed to storing static credentials on disk. For example, the plugin may talk to a local metadata server to retrieve short-lived credentials for an image that is being pulled by the kubelet.
    kubernetes.io/docs/tasks/administer-cluster/kubelet-credential-provider/
    Registered: Fri May 31 05:49:46 UTC 2024
    - 435.5K bytes
    - Viewed (0)
  4. Perform a Rollback on a DaemonSet | Kubernetes

    This page shows how to perform a rollback on a DaemonSet. 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/manage-daemon/rollback-daemon-set/
    Registered: Fri May 31 06:08:02 UTC 2024
    - 423.7K bytes
    - Viewed (0)
  5. Extend kubectl with plugins | Kubernetes

    Extend kubectl by creating and installing kubectl plugins.
    kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/
    Registered: Fri May 31 06:07:35 UTC 2024
    - 437.1K bytes
    - Viewed (0)
  6. kubectl explain | Kubernetes

    Synopsis Describe fields and structure of various resources. This command describes the fields associated with each supported API resource. Fields are identified via a simple JSONPath identifier: <type>.<fieldName>[.<fieldName>] Information about each field is retrieved from the server in OpenAPI format. Use "kubectl api-resources" for a complete list of supported resources. kubectl explain TYPE [--recursive=FALSE|TRUE] [--api-version=api-version-group] [--output=plaintext|plaintext-openapiv2] Examples # Get the documentation of the resource and its fields kubectl explain pods # Get all the fields in the resource kubectl explain pods --recursive # Get the explanation for deployment in supported api versions kubectl explain deployments --api-version=apps/v1 # Get the documentation of a specific field of a resource kubectl explain pods.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_explain/
    Registered: Fri May 31 06:22:54 UTC 2024
    - 425.8K bytes
    - Viewed (0)
  7. Client Authentication (v1) | Kubernetes

    Resource Types ExecCredential ExecCredential ExecCredential is used by exec-based plugins to communicate credentials to HTTP transports. FieldDescription apiVersionstringclient.authentication.k8s.io/v1 kindstringExecCredential spec [Required] ExecCredentialSpec Spec holds information passed to the plugin by the transport. status ExecCredentialStatus Status is filled in by the plugin and holds the credentials that the transport should use to contact the API. Cluster Appears in: ExecCredentialSpec Cluster contains information to allow an exec plugin to communicate with the kubernetes cluster being authenticated to.
    kubernetes.io/docs/reference/config-api/client-authentication.v1/
    Registered: Fri May 31 06:22:58 UTC 2024
    - 423.1K bytes
    - Viewed (0)
  8. kubectl create configmap | Kubernetes

    Synopsis Create a config map based on a file, directory, or specified literal value. A single config map may package one or more key/value pairs. When creating a config map based on a file, the key will default to the basename of the file, and the value will default to the file content. If the basename is an invalid key, you may specify an alternate key. When creating a config map based on a directory, each file whose basename is a valid key in the directory will be packaged into the config map.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_configmap/
    Registered: Fri May 31 06:22:41 UTC 2024
    - 430.2K bytes
    - Viewed (0)
  9. WebhookAdmission Configuration (v1) | Kubernetes

    Package v1 is the v1 version of the API. Resource Types WebhookAdmission WebhookAdmission WebhookAdmission provides configuration for the webhook admission controller. FieldDescription apiVersionstringapiserver.config.k8s.io/v1 kindstringWebhookAdmission kubeConfigFile [Required] string KubeConfigFile is the path to the kubeconfig file.
    kubernetes.io/docs/reference/config-api/apiserver-webhookadmission.v1/
    Registered: Fri May 31 06:33:57 UTC 2024
    - 415.4K bytes
    - Viewed (0)
  10. Tutorial - Configuring a Java Microservice | Ku...

    <!DOCTYPE html> Content unavailable The interactive tutorial for creating a cluster is not available. For more information, see the shutdown announcement.
    kubernetes.io/docs/tutorials/configuration/configure-java-microservice/configure-java-microservic...
    Registered: Fri May 31 06:47:06 UTC 2024
    - 415.8K bytes
    - Viewed (0)
Back to top