Skip to content

Commit

Permalink
fix: typo (#804)
Browse files Browse the repository at this point in the history
* fix: typo

replaces #799

* doc: add changelog fragment

* Delete changelogs/fragments/804-drain-typo.yaml

---------

Co-authored-by: Bikouo Aubin <[email protected]>
  • Loading branch information
pierreozoux and abikouo authored Dec 17, 2024
1 parent 7559b65 commit 219c747
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/k8s_drain.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@
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:
Expand Down

0 comments on commit 219c747

Please sign in to comment.