What is the `k8sprovider` argument in the code blo...
# general
s
What is the
k8sprovider
argument in the code block for?
c
In this code we’re booting up AKS and then deploying these charts onto it.
So that’s our way of saying: don’t pick up the cluster from kubeconfig file, use the cluster we just created.
s
Ah, so if I’m using a kubeconfig, I can omit that.
c
You can indeed.