sparse-intern-71089
05/30/2019, 10:41 PMcreamy-potato-29402
05/30/2019, 10:43 PMwhite-balloon-205
kubectl config get-contexts
you should see something like docker-desktop
.
If you kubectl config use-context docker-desktop
then by default, any Kubernetes resources created will use that context.
If you want to be explicit instead, you can create a k8s.Provider
and pass in its context: "docker-desktop"
.full-dress-10026
05/30/2019, 10:48 PMfull-dress-10026
05/30/2019, 10:49 PMcreamy-potato-29402
05/30/2019, 10:52 PMfull-dress-10026
05/30/2019, 10:52 PM