Skip to content

Commit

Permalink
Set k3s_kubectl_binary for the k3s server role (#485)
Browse files Browse the repository at this point in the history
At the moment of the deployment of the k3s server the kubectl binary is
not yet usable.

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Aug 25, 2024
1 parent 044cb92 commit b64180c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playbooks/infrastructure/k3s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
gather_facts: false
environment: "{{ k3s_proxy_env | default({}) }}"

vars:
k3s_kubectl_binary: k3s kubectl

roles:
- name: Apply role k3s_server
become: true
Expand Down

0 comments on commit b64180c

Please sign in to comment.