Skip to content

Commit

Permalink
force overwrite existing kubeconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
CRASH-Tech committed May 30, 2023
1 parent 1eaa8a9 commit 4228546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: crash_tech
name: kubernetes
version: 1.0.2
version: 1.0.3
readme: README.md
authors:
- Sergey Kharlamov ([email protected])
Expand Down
3 changes: 2 additions & 1 deletion roles/talos/tasks/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
shell: >
talosctl kubeconfig
--talosconfig secrets/talosconfig.yaml
-m false
-f
-m=false
-n {{ cluster_vip }}
-e {{ cluster_vip }}
~/.kube/{{ kubeconfig_prefix }}{{ cluster_name }}.yaml
Expand Down

0 comments on commit 4228546

Please sign in to comment.