-
Notifications
You must be signed in to change notification settings - Fork 311
Closed
Labels
Description
This is a manifestation of #115 where the available workarounds are too cumbersome to implement.
To reproduce
sudo snap install microk8s --classic
microk8s.enable dns
microk8s.enable helm
microk8s.helm init
#Then run any helm diff command using the microk8s managed helm
microk8s.helm diff --helpThe error will always be Error: unknown flag: --kubeconfig
The is because microk8s wraps helm binary with --kubeconfig flag set, which in turn gets passed down to the diff binary.
My proposal is for helm diff to accept, but silently ignore the --kubeconfig flag.