mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-30 03:14:40 +00:00
This is a backport of PR #1086 as merged into main (d239adb).
SUMMARY
Closes #1037
added support for check_mode
Converted warnings into informational display when user has explicitly requested to delete daemontset-managed pods, unmanaged pods or pods with local storage
ISSUE TYPE
Feature Pull Request
COMPONENT NAME
k8s_drain
Reviewed-by: Bianca Henderson <beeankha@gmail.com>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
---
|
||||
test_namespace: "drain"
|
||||
k8s_wait_timeout: 400
|
||||
daemonset_name: promotheus
|
||||
deployment_name: busybox-emptydir
|
||||
pod1_name: "busybox-1"
|
||||
pod2_name: "busybox-2"
|
||||
|
||||
Reference in New Issue
Block a user