Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 2 of 2 for host:kubernetes.io (0.05 sec)

Similar results are displayed.

  1. kubectl rollout restart | Kubernetes

    Synopsis Restart a resource. Resource rollout will be restarted. kubectl rollout restart RESOURCE Examples # Restart all deployments in the test-namespace namespace kubectl rollout restart deployment -n test-namespace # Restart a deployment kubectl rollout restart deployment/nginx # Restart a daemon set kubectl rollout restart daemonset/abc # Restart deployments with the app=nginx label kubectl rollout restart deployment --selector=app=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_restart/
    Registered: Tue Sep 09 00:10:48 UTC 2025
    - 466K bytes
    - Viewed (0)
  2. kubectl rollout resume | Kubernetes

    Synopsis Resume a paused resource. Paused resources will not be reconciled by a controller. By resuming a resource, we allow it to be reconciled again. Currently only deployments support being resumed. kubectl rollout resume RESOURCE Examples # Resume an already paused deployment kubectl rollout resume 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. Only applies to golang and jsonpath output formats.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_resume/
    Registered: Tue Sep 09 00:14:55 UTC 2025
    - 465.6K bytes
    - Viewed (0)
Back to top