Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: [xss] %27 テスト test

Results 131 - 140 of 673 for host:kubernetes.io (0.04 sec)

  1. kubeadm certs | Kubernetes

    kubeadm certs provides utilities for managing certificates. For more details on how these commands can be used, see Certificate Management with kubeadm. kubeadm certs A collection of operations for operating Kubernetes certificates. overview Commands related to handling Kubernetes certificates Synopsis Commands related to handling Kubernetes certificates kubeadm certs [flags] Options -h, --help help for certs 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.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-certs/
    Registered: Wed Feb 12 06:33:31 UTC 2025
    - 469.6K bytes
    - Viewed (0)
  2. Kubelet Systemd Watchdog | Kubernetes

    FEATURE STATE: Kubernetes v1.32 [beta] (enabled by default: true) On Linux nodes, Kubernetes 1.32 supports integrating with systemd to allow the operating system supervisor to recover a failed kubelet. This integration is not enabled by default. It can be used as an alternative to periodically requesting the kubelet's /healthz endpoint for health checks. If the kubelet does not respond to the watchdog within the timeout period, the watchdog will kill the kubelet.
    kubernetes.io/docs/reference/node/systemd-watchdog/
    Registered: Wed Feb 12 06:33:36 UTC 2025
    - 432.3K bytes
    - Viewed (0)
  3. 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: Wed Feb 12 06:40:15 UTC 2025
    - 437.7K bytes
    - Viewed (0)
  4. 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/ Similar Results (1)
    Registered: Wed Feb 12 06:40:22 UTC 2025
    - 438.4K bytes
    - Viewed (0)
  5. Feature Gates | Kubernetes

    This page contains an overview of the various feature gates an administrator can specify on different Kubernetes components. See feature stages for an explanation of the stages for a feature. Overview Feature gates are a set of key=value pairs that describe Kubernetes features. You can turn these features on or off using the --feature-gates command line flag on each Kubernetes component. Each Kubernetes component lets you enable or disable a set of feature gates that are relevant to that component.
    kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/
    Registered: Wed Feb 12 06:47:21 UTC 2025
    - 565.4K bytes
    - Viewed (0)
  6. Page content types | Kubernetes

    The Kubernetes documentation follows several types of page content: Concept Task Tutorial Reference Content sections Each page content type contains a number of sections defined by Markdown comments and HTML headings. You can add content headings to your page with the heading shortcode. The comments and headings help maintain the structure of the page content types. Examples of Markdown comments defining page content sections: <!-- overview --> <!-- body --> To create common headings in your content pages, use the heading shortcode with a heading string.
    kubernetes.io/docs/contribute/style/page-content-types/
    Registered: Wed Feb 12 06:48:13 UTC 2025
    - 437.1K bytes
    - Viewed (0)
  7. 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 [Required] Preferences Preferences holds general information to be use for cli interactions clusters [Required] []NamedCluster Clusters is a map of referencable names to cluster configs
    kubernetes.io/docs/reference/config-api/kubeconfig.v1/
    Registered: Wed Feb 12 06:49:44 UTC 2025
    - 443.6K bytes
    - Viewed (0)
  8. Configuration APIs | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/config-api/
    Registered: Wed Feb 12 06:50:46 UTC 2025
    - 427.8K bytes
    - Viewed (0)
  9. External APIs | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/external-api/
    Registered: Wed Feb 12 06:50:57 UTC 2025
    - 425.5K bytes
    - Viewed (0)
  10. kubectl events | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_events/
    Registered: Wed Feb 12 06:42:47 UTC 2025
    - 438.6K bytes
    - Viewed (0)
Back to top