Skip to content

Switch to kubernetes.client instead of kubectl

DCausse requested to merge kubernetes-python-client into main

Could use a more recent version but start with an "old" 12.0.1 version since it is the one installed on wmf machines.

To ease testing introduce two new options:

  • --verbose to debug the interaction with the kubernetes client API
  • --force-reindex to force a reindex even if there are no changes detected

Merge request reports