mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
Createsymlinks for kubectl and crictl
This commit is contained in:
@@ -62,3 +62,15 @@
|
|||||||
path: /home/{{ ansible_user }}/.kube/config
|
path: /home/{{ ansible_user }}/.kube/config
|
||||||
regexp: 'https://localhost:6443'
|
regexp: 'https://localhost:6443'
|
||||||
replace: 'https://{{master_ip}}:6443'
|
replace: 'https://{{master_ip}}:6443'
|
||||||
|
|
||||||
|
- name: Create kubectl symlink
|
||||||
|
file:
|
||||||
|
src: /usr/local/bin/k3s
|
||||||
|
dest: /usr/local/bin/kubectl
|
||||||
|
state: link
|
||||||
|
|
||||||
|
- name: Create crictl symlink
|
||||||
|
file:
|
||||||
|
src: /usr/local/bin/k3s
|
||||||
|
dest: /usr/local/bin/crictl
|
||||||
|
state: link
|
||||||
|
|||||||
Reference in New Issue
Block a user