Commit Graph

2 Commits

Author SHA1 Message Date
shoubhik 257a427866 upgrade to kubernetes 1.21
Signed-off-by: shoubhik <shbose@redhat.com>
2021-04-12 22:56:09 -04:00
Adam Reese c2da4fd53d
ref(*): kubernetes v1.18 (#7831)
Upgrade Kubernetes libraries to v0.18.0

Add new lazy load KubernetesClientSet to avoid missing kubeconfig error

In kubernetes v1.18 kubeconfig validation was added.  Minikube and Kind
both remove kubeconfig when stopping clusters.  This causes and error
when running any helm commands because we initialize the client before
executing the command.

Signed-off-by: Adam Reese <adam@reese.io>
2020-04-13 08:40:38 -07:00