- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 101 - 110 of 599 for host:kubernetes.io (0.03 sec)
-
kubectl logs | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_logs/Registered: Mon Jul 07 09:59:15 UTC 2025 - 459.3K bytes - Viewed (0) -
kube-apiserver Configuration (v1beta1) | Kubern...
Package v1beta1 is the v1beta1 version of the API. Resource Types AuthenticationConfiguration AuthorizationConfiguration EgressSelectorConfiguration TracingConfiguration TracingConfiguration Appears in: KubeletConfiguration TracingConfiguration TracingConfiguration TracingConfiguration provides versioned configuration for OpenTelemetry tracing clients. FieldDescription endpoint string Endpoint of the collector this component will report traces to. The connection is insecure, and does not currently support TLS. Recommended is unset, and endpoint is the otlp grpc default, localhost:4317. samplingRatePerMillion int32 SamplingRatePerMillion is the number of samples to collect per million spans.kubernetes.io/docs/reference/config-api/apiserver-config.v1beta1/Registered: Mon Jul 07 09:59:40 UTC 2025 - 486.1K bytes - Viewed (0) -
kubectl create namespace | Kubernetes
Synopsis Create a namespace with the specified name. kubectl create namespace NAME [--dry-run=server|client|none] Examples # Create a new namespace named my-namespace kubectl create namespace my-namespace 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. Only applies to golang and jsonpath output formats. --dry-run string[="unchanged"] Default: "none" Must be "none", "server", or "client". If client strategy, only print the object that would be sent, without sending it.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_namespace/ Similar Results (1)Registered: Mon Jul 07 09:59:26 UTC 2025 - 457.5K bytes - Viewed (0) -
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: Mon Jul 07 10:01:30 UTC 2025 - 459.1K bytes - Viewed (0) -
kubectl port-forward | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_port-forward/Registered: Mon Jul 07 10:01:35 UTC 2025 - 457.6K bytes - Viewed (0) -
Kubernetes External Metrics (v1beta1) | Kubernetes
Package v1beta1 is the v1beta1 version of the external metrics API. Resource Types ExternalMetricValue ExternalMetricValueList ExternalMetricValue Appears in: ExternalMetricValueList ExternalMetricValue is a metric value for external metric A single metric value is identified by metric name and a set of string labels. For one metric there can be multiple values with different sets of labels. FieldDescription apiVersionstringexternal.metrics.k8s.io/v1beta1 kindstringExternalMetricValue metricName [Required] string the name of the metric metricLabels [Required] map[string]string a set of labels that identify a single time series for the metrickubernetes.io/docs/reference/external-api/external-metrics.v1beta1/Registered: Mon Jul 07 10:00:55 UTC 2025 - 449.7K bytes - Viewed (0) -
Flow control | Kubernetes
API Priority and Fairness controls the behavior of the Kubernetes API server in an overload situation. You can find more information about it in the API Priority and Fairness documentation. Diagnostics Every HTTP response from an API server with the priority and fairness feature enabled has two extra headers: X-Kubernetes-PF-FlowSchema-UID and X-Kubernetes-PF-PriorityLevel-UID, noting the flow schema that matched the request and the priority level to which it was assigned, respectively.kubernetes.io/docs/reference/debug-cluster/flow-control/Registered: Mon Jul 07 10:02:14 UTC 2025 - 458.5K bytes - Viewed (0) -
Kubelet Configuration (v1) | Kubernetes
Resource Types CredentialProviderConfig CredentialProviderConfig CredentialProviderConfig is the configuration containing information about each exec credential provider. Kubelet reads this configuration from disk and enables each provider as specified by the CredentialProvider type. FieldDescription apiVersionstringkubelet.config.k8s.io/v1 kindstringCredentialProviderConfig providers [Required] []CredentialProvider providers is a list of credential provider plugins that will be enabled by the kubelet. Multiple providers may match against a single image, in which case credentials from all providers will be returned to the kubelet.kubernetes.io/docs/reference/config-api/kubelet-config.v1/Registered: Mon Jul 07 10:02:32 UTC 2025 - 456.4K bytes - Viewed (0) -
ReplicationController | Kubernetes
Legacy API for managing workloads that can scale horizontally. Superseded by the Deployment and ReplicaSet APIs.kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/Registered: Mon Jul 07 09:02:19 UTC 2025 - 474.8K bytes - Viewed (0) -
Garbage Collection | Kubernetes
Garbage collection is a collective term for the various mechanisms Kubernetes uses to clean up cluster resources. This allows the clean up of resources like the following: Terminated pods Completed Jobs Objects without owner references Unused containers and container images Dynamically provisioned PersistentVolumes with a StorageClass reclaim policy of Delete Stale or expired CertificateSigningRequests (CSRs) Nodes deleted in the following scenarios: On a cloud when the cluster uses a cloud controller manager On-premises when the cluster uses an addon similar to a cloud controller manager Node Lease objects Owners and dependents Many objects in Kubernetes link to each other through owner references.kubernetes.io/docs/concepts/architecture/garbage-collection/Registered: Mon Jul 07 09:01:37 UTC 2025 - 461.6K bytes - Viewed (0)