Skip to content

Commit

Permalink
fix kubeconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sergelogvinov committed Jul 7, 2023
1 parent f899397 commit 588373a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ create-controlplane: ## Bootstrap controlplane

create-kubeconfig: ## Download kubeconfig
talosctl --talosconfig _cfgs/talosconfig --nodes ${CPFIRST} kubeconfig .
kubectl --kubeconfig=kubeconfig config set clusters.talos-k8s-openstack.server https://${ENDPOINT}:6443
kubectl --kubeconfig=kubeconfig config set clusters.${CLUSTERNAME}.server https://${ENDPOINT}:6443
kubectl --kubeconfig=kubeconfig config set-context --current --namespace=kube-system

create-infrastructure: ## Bootstrap all nodes
Expand Down

0 comments on commit 588373a

Please sign in to comment.