Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 71 - 80 of 657 for host:kubernetes.io (0.03 sec)

  1. Kubelet CredentialProvider (v1) | Kubernetes

    Resource Types CredentialProviderRequest CredentialProviderResponse CredentialProviderRequest CredentialProviderRequest includes the image that the kubelet requires authentication for. Kubelet will pass this request object to the plugin via stdin. In general, plugins should prefer responding with the same apiVersion they were sent. FieldDescription apiVersionstringcredentialprovider.kubelet.k8s.io/v1 kindstringCredentialProviderRequest image [Required] string image is the container image that is being pulled as part of the credential provider plugin request. Plugins may optionally parse the image to extract any information required to fetch credentials.
    kubernetes.io/docs/reference/config-api/kubelet-credentialprovider.v1/
    Registered: Fri Jun 07 06:29:31 UTC 2024
    - 422.7K bytes
    - Viewed (0)
  2. kubectl top pod | Kubernetes

    Synopsis Display resource (CPU/memory) usage of pods. The 'top pod' command allows you to see the resource consumption of pods. Due to the metrics pipeline delay, they may be unavailable for a few minutes since pod creation. kubectl top pod [NAME | -l label] Examples # Show metrics for all pods in the default namespace kubectl top pod # Show metrics for all pods in the given namespace kubectl top pod --namespace=NAMESPACE # Show metrics for a given pod and its containers kubectl top pod POD_NAME --containers # Show metrics for the pods defined by label name=myLabel kubectl top pod -l name=myLabel Options -A, --all-namespaces If present, list the requested object(s) across all namespaces.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_top/kubectl_top_pod/
    Registered: Fri Jun 07 06:29:45 UTC 2024
    - 428.1K bytes
    - Viewed (0)
  3. JSONPath Support | Kubernetes

    Kubectl supports JSONPath template. JSONPath template is composed of JSONPath expressions enclosed by curly braces {}. Kubectl uses JSONPath expressions to filter on specific fields in the JSON object and format the output. In addition to the original JSONPath template syntax, the following functions and syntax are valid: Use double quotes to quote text inside JSONPath expressions. Use the range, end operators to iterate lists. Use negative slice indices to step backwards through a list.
    kubernetes.io/docs/reference/kubectl/jsonpath/
    Registered: Fri Jun 07 06:28:54 UTC 2024
    - 428K bytes
    - Viewed (0)
  4. kube-apiserver Configuration (v1) | Kubernetes

    Package v1 is the v1 version of the API. Resource Types AdmissionConfiguration EncryptionConfiguration AdmissionConfiguration AdmissionConfiguration provides versioned configuration for admission controllers. FieldDescription apiVersionstringapiserver.config.k8s.io/v1 kindstringAdmissionConfiguration plugins []AdmissionPluginConfiguration Plugins allows specifying a configuration per admission control plugin. EncryptionConfiguration EncryptionConfiguration stores the complete configuration for encryption providers. It also allows the use of wildcards to specify the resources that should be encrypted. Use '*.<group>' to encrypt all resources within a group or '*.*' to encrypt all resources.
    kubernetes.io/docs/reference/config-api/apiserver-config.v1/
    Registered: Fri Jun 07 06:29:57 UTC 2024
    - 428.3K bytes
    - Viewed (0)
  5. Contribute to Kubernetes | Kubernetes

    There are lots of ways to contribute to Kubernetes. You can work on designs for new features, you can document the code we already have, you can write for our blog. There's more: you can implement those new features or fix bugs. You can help people join our contributor community, or support existing contributors. With all these different ways to make a difference to the project, we - Kubernetes - have made a dedicated website: https://k8s.
    kubernetes.io/docs/contribute/
    Registered: Fri Jun 07 06:30:31 UTC 2024
    - 416.2K bytes
    - Viewed (0)
  6. Define a Command and Arguments for a Container ...

    This page shows how to define commands and arguments when you run a container in a Pod. 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/inject-data-application/define-command-argument-container/
    Registered: Fri Jun 07 06:00:39 UTC 2024
    - 427.9K bytes
    - Viewed (0)
  7. Use Custom Resources | Kubernetes

    Use Custom Resources Extend the Kubernetes API with CustomResourceDefinitions Versions in CustomResourceDefinitions F...
    kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/
    Registered: Fri Jun 07 06:00:03 UTC 2024
    - 413.3K bytes
    - Viewed (0)
  8. Well-Known Labels, Annotations and Taints | Kub...

    Kubernetes reserves all labels and annotations in the kubernetes.io and k8s.io namespaces. This document serves both as a reference to the values and as a coordination point for assigning values. Labels, annotations and taints used on API objects apf.kubernetes.io/autoupdate-spec Type: Annotation Example: apf.kubernetes.io/autoupdate-spec: "true" Used on: FlowSchema and PriorityLevelConfiguration Objects If this annotation is set to true on a FlowSchema or PriorityLevelConfiguration, the spec for that object is managed by the kube-apiserver.
    kubernetes.io/docs/reference/labels-annotations-taints/
    Registered: Fri Jun 07 06:12:35 UTC 2024
    - 543.7K bytes
    - Viewed (0)
  9. Using Node Authorization | Kubernetes

    Node authorization is a special-purpose authorization mode that specifically authorizes API requests made by kubelets. Overview The Node authorizer allows a kubelet to perform API operations. This includes: Read operations: services endpoints nodes pods secrets, configmaps, persistent volume claims and persistent volumes related to pods bound to the kubelet's node Write operations: nodes and node status (enable the NodeRestriction admission plugin to limit a kubelet to modify its own node) pods and pod status (enable the NodeRestriction admission plugin to limit a kubelet to modify pods bound to itself) events Auth-related operations:
    kubernetes.io/docs/reference/access-authn-authz/node/
    Registered: Fri Jun 07 06:13:21 UTC 2024
    - 420.8K bytes
    - Viewed (0)
  10. kubectl config | Kubernetes

    Synopsis Modify kubeconfig files using subcommands like "kubectl config set current-context my-context". The loading order follows these rules: If the --kubeconfig flag is set, then only that file is loaded. The flag may only be set once and no merging takes place. If $KUBECONFIG environment variable is set, then it is used as a list of paths (normal path delimiting rules for your system). These paths are merged. When a value is modified, it is modified in the file that defines the stanza.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/
    Registered: Fri Jun 07 06:20:00 UTC 2024
    - 424.6K bytes
    - Viewed (0)
Back to top