spinkube / spin-plugin-kube

A Spin plugin for interacting with Kubernetes.
Other
27 stars 7 forks source link

spin kube scaffold loads kubeconfig when it is not required #79

Open rajatjindal opened 6 months ago

rajatjindal commented 6 months ago

when we run spin kube scaffold command, it tries to load kubeconfig by default and fails if the kubeconfig is not available or not accessible (e.g. permissions issue).

because scaffold command don't necessarily need to perform kubernetes operation, it should not try to load kubeconfig by default.