Skip to content

Commit

Permalink
Add "export KUBECONFIG" line in Kubernetes/MinikubeCluster.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Aug 9, 2024
1 parent e693076 commit 8efa00b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ startMinikubeCluster minikubeBinary logH clusterName minikubeKubeConfigFile (Min
<> driverAndResourceFlags
<> (fmap toString minikubeClusterExtraFlags)

info [i|export KUBECONFIG='#{minikubeKubeConfigFile}'|]
debug [i|Starting minikube with args: #{minikubeBinary} #{T.unwords $ fmap toText args}|]

(_, _, _, p) <- createProcess (
Expand Down

0 comments on commit 8efa00b

Please sign in to comment.