mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-06 13:02:37 +00:00
* fix: typo
replaces https://github.com/ansible-collections/kubernetes.core/pull/799
* doc: add changelog fragment
* Delete changelogs/fragments/804-drain-typo.yaml
---------
Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
(cherry picked from commit 219c747a24)
Co-authored-by: Pierre Ozoux <pierre@ozoux.net>
This commit is contained in:
@@ -106,7 +106,8 @@ EXAMPLES = r"""
|
||||
kubernetes.core.k8s_drain:
|
||||
state: drain
|
||||
name: foo
|
||||
force: yes
|
||||
delete_options:
|
||||
force: yes
|
||||
|
||||
- name: Drain node "foo", but abort if there are pods not managed by a ReplicationController, Job, or DaemonSet, and use a grace period of 15 minutes.
|
||||
kubernetes.core.k8s_drain:
|
||||
|
||||
Reference in New Issue
Block a user