diff --git a/lib/ansible/modules/clustering/k8s/k8s.py b/lib/ansible/modules/clustering/k8s/k8s.py index 8d560b9bd27..d50b6f02c60 100644 --- a/lib/ansible/modules/clustering/k8s/k8s.py +++ b/lib/ansible/modules/clustering/k8s/k8s.py @@ -40,6 +40,12 @@ extends_documentation_fragment: - k8s_resource_options - k8s_auth_options +notes: + - If you are trying to remove an item from an associative array/dictionary, + for example a label or an annotation, you will need to explicitly set the + value of the item to be removed to `null`. Simply deleting the entry in the + dictionary will not remove it from openshift or kubernetes. + options: merge_type: description: