- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 331 - 340 of 706 for host:kubernetes.io (0.02 sec)
-
kubectl proxy | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_proxy/Registered: Fri Dec 12 09:21:42 UTC 2025 - 470.2K bytes - Viewed (0) -
kubectl version | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_version/Registered: Fri Dec 12 09:15:21 UTC 2025 - 464.9K bytes - Viewed (0) -
kubectl rollout status | Kubernetes
Synopsis Show the status of the rollout. By default 'rollout status' will watch the status of the latest rollout until it's done. If you don't want to wait for the rollout to finish then you can use --watch=false. Note that if a new rollout starts in-between, then 'rollout status' will continue watching the latest revision. If you want to pin to a specific revision and abort if it is rolled over by another revision, use --revision=N where N is the revision you need to watch for.kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_status/Registered: Fri Dec 12 09:17:28 UTC 2025 - 467.6K bytes - Viewed (0) -
External APIs | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/external-api/Registered: Fri Dec 12 09:17:34 UTC 2025 - 456K bytes - Viewed (0) -
kubectl rollout history | Kubernetes
Synopsis View previous rollout revisions and configurations. kubectl rollout history (TYPE NAME | TYPE/NAME) [flags] Examples # View the rollout history of a deployment kubectl rollout history deployment/abc # View the details of daemonset revision 3 kubectl rollout history daemonset/abc --revision=3 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.kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_history/Registered: Fri Dec 12 09:16:14 UTC 2025 - 468K bytes - Viewed (0) -
kubectl rollout pause | Kubernetes
Synopsis Mark the provided resource as paused. Paused resources will not be reconciled by a controller. Use "kubectl rollout resume" to resume a paused resource. Currently only deployments support being paused. kubectl rollout pause RESOURCE Examples # Mark the nginx deployment as paused # Any current state of the deployment will continue its function; new updates # to the deployment will not have an effect as long as the deployment is paused kubectl rollout pause deployment/nginx 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_rollout/kubectl_rollout_pause/Registered: Fri Dec 12 09:16:20 UTC 2025 - 468.7K bytes - Viewed (0) -
Scheduler Configuration | Kubernetes
FEATURE STATE: Kubernetes v1.25 [stable] You can customize the behavior of the kube-scheduler by writing a configuration file and passing its path as a command line argument. A scheduling Profile allows you to configure the different stages of scheduling in the kube-scheduler. Each stage is exposed in an extension point. Plugins provide scheduling behaviors by implementing one or more of these extension points. You can specify scheduling profiles by running kube-scheduler --config <filename>, using the KubeSchedulerConfiguration v1 struct.kubernetes.io/docs/reference/scheduling/config/Registered: Fri Dec 12 09:16:49 UTC 2025 - 504.6K bytes - Viewed (0) -
kubectl run | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_run/Registered: Fri Dec 12 09:15:50 UTC 2025 - 475.9K bytes - Viewed (0) -
kubeconfig (v1) | Kubernetes
Resource Types Config Config Config holds the information needed to build connect to remote kubernetes clusters as a given user FieldDescription apiVersionstring/v1 kindstringConfig kind string Legacy field from pkg/api/types.go TypeMeta. TODO(jlowdermilk): remove this after eliminating downstream dependencies. apiVersion string Legacy field from pkg/api/types.go TypeMeta. TODO(jlowdermilk): remove this after eliminating downstream dependencies. preferences,omitzero [Required] Preferences Preferences holds general information to be use for cli interactions Deprecated: this field is deprecated in v1.kubernetes.io/docs/reference/config-api/kubeconfig.v1/Registered: Fri Dec 12 09:14:55 UTC 2025 - 474.3K bytes - Viewed (0) -
kubectl wait | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_wait/Registered: Fri Dec 12 09:19:50 UTC 2025 - 469.7K bytes - Viewed (0)