solo-io / go-utils

golang utilities
Apache License 2.0
111 stars 19 forks source link

Helm Installer should accept in memory kubeconfigs #406

Closed harveyxia closed 4 years ago

harveyxia commented 4 years ago

Currently the Installer in the helminstall package only accepts on-disk kubeconfigs. Service Mesh Hub needs the ability to pass through an in-memory kubeconfig during automated cluster discovery + registration (i.e. clientcmd.ClientConfig) given that SMH's runtime environment won't have access to a filesystem.