Closed kubealex closed 3 years ago
The openshift
python library has always been a requirement of the k8s
modules. This content used to handle kubernetes and openshift automation and that library handles both. That said, we began the gradual process of extracting all of the openshift functionality into its own collection and will be refactoring this content for just the official kubernetes library that the openshift
library won't be necessary to use community.kubernetes.k8s
. So by extension this is essentially a duplication of #187 that we will be addressing through that issue.
SUMMARY
k8s modules should not require 'openshift' python module.
ISSUE TYPE
COMPONENT NAME
community.kubernetes.k8s
ANSIBLE VERSION
2.9+
OS / ENVIRONMENT
All
STEPS TO REPRODUCE
Creating a namespace or whatever object.
EXPECTED RESULTS
A namespace is created
ACTUAL RESULTS
Failure