Skip to content

This plugin does not work with microk8s #197

@sajal

Description

@sajal

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 --help

The 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions