- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 451 - 460 of 705 for host:kubernetes.io (0.03 sec)
-
Kubernetes z-pages | Kubernetes
Provides runtime diagnostics for Kubernetes components, offering insights into component runtime status and configuration flags.kubernetes.io/docs/reference/instrumentation/zpages/Registered: Mon Nov 24 08:28:12 UTC 2025 - 459.3K bytes - Viewed (0) -
kubeadm kubeconfig | Kubernetes
kubeadm kubeconfig provides utilities for managing kubeconfig files. For examples on how to use kubeadm kubeconfig user see Generating kubeconfig files for additional users. kubeadm kubeconfig overview Synopsis Kubeconfig file utilities. Options -h, --help help for kubeconfig Options inherited from parent commands --rootfs string The path to the 'real' host root filesystem. This will cause kubeadm to chroot into the provided path. kubeadm kubeconfig user This command can be used to output a kubeconfig file for an additional user.kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-kubeconfig/Registered: Mon Nov 24 08:29:01 UTC 2025 - 462.7K bytes - Viewed (0) -
kubectl create cronjob | Kubernetes
Synopsis Create a cron job with the specified name. kubectl create cronjob NAME --image=image --schedule='0/5 * * * ?' -- [COMMAND] [args...] [flags] Examples # Create a cron job kubectl create cronjob my-job --image=busybox --schedule="*/1 * * * *" # Create a cron job with a command kubectl create cronjob my-job --image=busybox --schedule="*/1 * * * *" -- date 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_cronjob/Registered: Mon Nov 24 08:35:59 UTC 2025 - 469K bytes - Viewed (0) -
kubectl label | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_label/Registered: Mon Nov 24 08:36:31 UTC 2025 - 469.7K bytes - Viewed (0) -
Kubernetes Metrics (v1beta1) | Kubernetes
Package v1beta1 is the v1beta1 version of the metrics API. Resource Types NodeMetrics NodeMetricsList PodMetrics PodMetricsList NodeMetrics Appears in: NodeMetricsList NodeMetrics sets resource usage metrics of a node. FieldDescription apiVersionstringmetrics.k8s.io/v1beta1 kindstringNodeMetrics metadata meta/v1.ObjectMeta Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata Refer to the Kubernetes API documentation for the fields of the metadata field. timestamp [Required] meta/v1.Time The following fields define time interval from which metrics were collected from the interval [Timestamp-Window, Timestamp].kubernetes.io/docs/reference/external-api/metrics.v1beta1/Registered: Mon Nov 24 08:46:40 UTC 2025 - 464.7K bytes - Viewed (0) -
Reviewing changes | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/contribute/review/Registered: Mon Nov 24 08:47:40 UTC 2025 - 456.4K bytes - Viewed (0) -
Reference Documentation Quickstart | Kubernetes
This page shows how to use the update-imported-docs.py script to generate the Kubernetes reference documentation. The script automates the build setup and generates the reference documentation for a release. Before you begin Requirements: You need a machine that is running Linux or macOS. You need to have these tools installed: Python v3.7.x+ Git Golang version 1.13+ Pip used to install PyYAML PyYAML v5.1.2 make gcc compiler/linker Docker (Required only for kubectl command reference) Your PATH environment variable must include the required build tools, such as the Go binary and python.kubernetes.io/docs/contribute/generate-ref-docs/quickstart/Registered: Mon Nov 24 08:47:54 UTC 2025 - 476.8K bytes - Viewed (0) -
Scheduling Policies | Kubernetes
In Kubernetes versions before v1.23, a scheduling policy can be used to specify the predicates and priorities process. For example, you can set a scheduling policy by running kube-scheduler --policy-config-file <filename> or kube-scheduler --policy-configmap <ConfigMap>. This scheduling policy is not supported since Kubernetes v1.23. Associated flags policy-config-file, policy-configmap, policy-configmap-namespace and use-legacy-policy-config are also not supported. Instead, use the Scheduler Configuration to achieve similar behavior. What's next Learn about scheduling Learn about kube-scheduler Configuration Read the kube-scheduler configuration reference (v1)kubernetes.io/docs/reference/scheduling/policies/Registered: Mon Nov 24 08:47:27 UTC 2025 - 459.8K bytes - Viewed (0) -
Contribute to Kubernetes Documentation | Kubern...
This website is maintained by Kubernetes SIG Docs. The Kubernetes project welcomes help from all contributors, new or experienced! Kubernetes documentation contributors: Improve existing content Create new content Translate the documentation Manage and publish the documentation parts of the Kubernetes release cycle The blog team, part of SIG Docs, helps manage the official blogs. Read contributing to Kubernetes blogs to learn more. Note:To learn more about contributing to Kubernetes in general, see the general contributor documentation site.kubernetes.io/docs/contribute/docs/Registered: Mon Nov 24 08:46:53 UTC 2025 - 468.1K bytes - Viewed (0) -
kube-scheduler Configuration (v1) | Kubernetes
Resource Types DefaultPreemptionArgs DynamicResourcesArgs InterPodAffinityArgs KubeSchedulerConfiguration NodeAffinityArgs NodeResourcesBalancedAllocationArgs NodeResourcesFitArgs PodTopologySpreadArgs VolumeBindingArgs ClientConnectionConfiguration Appears in: KubeSchedulerConfiguration ClientConnectionConfiguration contains details for constructing a client. FieldDescription kubeconfig [Required] string kubeconfig is the path to a KubeConfig file. acceptContentTypes [Required] string acceptContentTypes defines the Accept header sent by clients when connecting to a server, overriding the default value of 'application/json'. This field will control all connections to the server used by a particular client.kubernetes.io/docs/reference/config-api/kube-scheduler-config.v1/Registered: Mon Nov 24 08:48:27 UTC 2025 - 502.5K bytes - Viewed (0)