sparse-intern-71089
07/12/2022, 8:50 AMdazzling-oxygen-84405
07/12/2022, 10:33 AMcommand = new remote.Command(...) // generate kubeconfig to stdout
export const kubeconfig = kubeconfigs.admins.stdout;
const provider = new k8s.Provider("k8s", { kubeconfig });
new k8s.helm.v3.Release("foo", {...}, { provider });
However, due to this bug, it means I cannot refresh my stack šrough-author-69114
07/12/2022, 10:57 AMremote.run
instead of remote.Command
? As I understand it the only difference is that Command is managed and run will just execute, i.e. it won't actually be part of the stack.dazzling-oxygen-84405
07/12/2022, 10:58 AMrun
is only available for local commands?rough-author-69114
07/12/2022, 11:01 AMrough-author-69114
07/12/2022, 11:02 AMdazzling-oxygen-84405
07/12/2022, 11:02 AMCommand
is using kubeadm
to generate the config for an on-prem cluster.dazzling-oxygen-84405
07/12/2022, 11:03 AMrough-author-69114
07/12/2022, 11:08 AMrough-author-69114
07/12/2022, 11:08 AM