K8s_taint new module (#264)

K8s_taint new module

SUMMARY

k8s_taint - new module to apply/remove taints to/from nodes.

ISSUE TYPE


New Module Pull Request

COMPONENT NAME

k8s_taint

Reviewed-by: Mike Graves <mgraves@redhat.com>
Reviewed-by: Alina Buzachis <None>
Reviewed-by: None <None>
Reviewed-by: None <None>
This commit is contained in:
Alina Buzachis
2021-12-09 19:16:55 +01:00
committed by GitHub
parent 79699ba429
commit e77c8f1449
8 changed files with 807 additions and 5 deletions

View File

@@ -10,3 +10,7 @@
- name: Include drain.yml
include_tasks:
file: tasks/drain.yml
- name: Include taint.yml
include_tasks:
file: tasks/taint.yml