Loading roles/k3s/master/tasks/main.yml +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ owner: "{{ ansible_user }}" mode: "u=rw,g=,o=" - name: Replace https://localhost:6443 by https://master-ip:6443 - name: Configure kubectl cluster to https://{{ apiserver_endpoint }}:6443 command: >- k3s kubectl config set-cluster default --server=https://{{ apiserver_endpoint }}:6443 Loading Loading
roles/k3s/master/tasks/main.yml +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ owner: "{{ ansible_user }}" mode: "u=rw,g=,o=" - name: Replace https://localhost:6443 by https://master-ip:6443 - name: Configure kubectl cluster to https://{{ apiserver_endpoint }}:6443 command: >- k3s kubectl config set-cluster default --server=https://{{ apiserver_endpoint }}:6443 Loading