You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A drained node even when pods with local dir data would be deployed there.
ACTUAL RESULTS
The k8s_drain module in the latest kubernetes.core collection seems to be missing the delete_emptydir_data parameter as described in the documentation. Or the documentation is not the right one for the 2.2.3 release of kubernetes.core.
@kagehisa Thanks for reporting this issue. The delete_emptydir_data will be released kubernetes.core 2.3.0 release. The documentation link provided is for the latest devel branch (which will be cut to 2.3.0 once it is released). So you will have to wait for 2.3.0 release to get this feature. Thanks.
SUMMARY
ISSUE TYPE
COMPONENT NAME
kubernetes.core.k8s_drain
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
SUSE Linux Enterprise 15 SP3
STEPS TO REPRODUCE
EXPECTED RESULTS
A drained node even when pods with local dir data would be deployed there.
ACTUAL RESULTS
The k8s_drain module in the latest kubernetes.core collection seems to be missing the
delete_emptydir_data
parameter as described in the documentation. Or the documentation is not the right one for the 2.2.3 release of kubernetes.core.The text was updated successfully, but these errors were encountered: