- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 561 - 570 of 699 for host:kubernetes.io (0.54 sec)
-
kubectl drain | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_drain/Registered: Tue Sep 09 00:10:58 UTC 2025 - 467.3K bytes - Viewed (0) -
kubectl create secret tls | Kubernetes
Synopsis Create a TLS secret from the given public/private key pair. The public/private key pair must exist beforehand. The public key certificate must be .PEM encoded and match the given private key. kubectl create secret tls NAME --cert=path/to/cert/file --key=path/to/key/file [--dry-run=server|client|none] Examples # Create a new TLS secret named tls-secret with the given key pair kubectl create secret tls tls-secret --cert=path/to/tls.crt --key=path/to/tls.key 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.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_secret_tls/Registered: Tue Sep 09 00:12:56 UTC 2025 - 467.1K bytes - Viewed (0) -
kubectl rollout | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/Registered: Tue Sep 09 00:12:34 UTC 2025 - 463.3K bytes - Viewed (0) -
Feature Gates (removed) | Kubernetes
This page contains list of feature gates that have been removed. The information on this page is for reference. A removed feature gate is different from a GA'ed or deprecated one in that a removed one is no longer recognized as a valid feature gate. However, a GA'ed or a deprecated feature gate is still recognized by the corresponding Kubernetes components although they are unable to cause any behavior differences in a cluster.kubernetes.io/docs/reference/command-line-tools-reference/feature-gates-removed/Registered: Tue Sep 09 00:17:45 UTC 2025 - 668.4K bytes - Viewed (0) -
kubectl diff | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_diff/Registered: Tue Sep 09 00:16:56 UTC 2025 - 465.2K bytes - Viewed (0) -
kubectl set serviceaccount | Kubernetes
Synopsis Update the service account of pod template resources. Possible resources (case insensitive) can be: replicationcontroller (rc), deployment (deploy), daemonset (ds), job, replicaset (rs), statefulset kubectl set serviceaccount (-f FILENAME | TYPE NAME) SERVICE_ACCOUNT Examples # Set deployment nginx-deployment's service account to serviceaccount1 kubectl set serviceaccount deployment nginx-deployment serviceaccount1 # Print the result (in YAML format) of updated nginx deployment with the service account from local file, without hitting the API server kubectl set sa -f nginx-deployment.kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_serviceaccount/Registered: Tue Sep 09 00:17:16 UTC 2025 - 466.6K bytes - Viewed (0) -
kube-proxy Configuration (v1alpha1) | Kubernetes
Resource Types KubeProxyConfiguration FormatOptions Appears in: LoggingConfiguration FormatOptions contains options for the different logging formats. FieldDescription text [Required] TextOptions [Alpha] Text contains options for logging format "text". Only available when the LoggingAlphaOptions feature gate is enabled. json [Required] JSONOptions [Alpha] JSON contains options for logging format "json". Only available when the LoggingAlphaOptions feature gate is enabled. JSONOptions Appears in: FormatOptions JSONOptions contains options for logging format "json". FieldDescription OutputRoutingOptions [Required] OutputRoutingOptions (Members of OutputRoutingOptions are embedded into this type.kubernetes.io/docs/reference/config-api/kube-proxy-config.v1alpha1/Registered: Tue Sep 09 00:23:12 UTC 2025 - 489.7K bytes - Viewed (0) -
Kubernetes Custom Metrics (v1beta2) | Kubernetes
Package v1beta2 is the v1beta2 version of the custom_metrics API. Resource Types MetricListOptions MetricValue MetricValueList MetricListOptions MetricListOptions is used to select metrics by their label selectors FieldDescription apiVersionstringcustom.metrics.k8s.io/v1beta2 kindstringMetricListOptions labelSelector string A selector to restrict the list of returned objects by their labels. Defaults to everything. metricLabelSelector string A selector to restrict the list of returned metrics by their labels MetricValue Appears in: MetricValueList MetricValue is the metric value for some objectkubernetes.io/docs/reference/external-api/custom-metrics.v1beta2/Registered: Tue Sep 09 00:23:42 UTC 2025 - 460.4K bytes - Viewed (0) -
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: Tue Sep 09 00:24:14 UTC 2025 - 462.6K bytes - Viewed (0) -
Administer a Cluster | Kubernetes
Learn common tasks for administering a cluster.kubernetes.io/docs/tasks/administer-cluster/Registered: Mon Sep 08 22:15:42 UTC 2025 - 461K bytes - Viewed (0)