mirror of https://github.com/ansible/ansible.git
backport support for python-kubernetes v12 to ansible 2.9 (#72792)
Support for using python-kubernetes v12 has been added to the new upstream repo: https://github.com/ansible-collections/community.kubernetes/blob/main/plugins/module_utils/common.py#L256-L261 This PR backports that support to ansible 2.9pull/73178/head
parent
5a92beb575
commit
7eb1703740
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- k8s - add support for python-kubernetes v12 and later - backport of
|
||||
support in community.kubernetes
|
||||
@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
# just test that authentication works
|
||||
- name: Ensure testing1 namespace exists
|
||||
k8s:
|
||||
api_version: v1
|
||||
kind: Namespace
|
||||
name: testing1
|
||||
Loading…
Reference in New Issue