Upgrade python-kubernetes version in salt-master #2029
Labels
complexity:medium
Something that requires one or few days to fix
kind:debt
Technical debt
topic:build
Anything related to building steps
Milestone
Component:
'kubernetes', 'build'
Why this is needed:
Currently we use the
python2-kubernetes
version available in epel repository which is not the last one so we need to do some tricks to try to handle object with older APIs for example in this commit for Ingress usingnetworking.k8s.io/v1beta1
Api a008d38.https://github.com/kubernetes-client/python#compatibility
What should be done:
Upgrade python kubernetes in salt-master container to have a version able to handle each and every object of current kubernetes version we use.
Implementation proposal (strongly recommended):
TBD
Some possibility:
The text was updated successfully, but these errors were encountered: