Skip to content

Commit

Permalink
Upload community images after installing k3s (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bull committed Apr 29, 2024
1 parent c45965c commit 5d81f8d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions playbooks/provision_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,9 @@
vars:
infra_ansible_groups: [k3s, azimuth_deploy]


# Configure the node as a K3S cluster
- hosts: k3s
tasks:
- include_role:
name: stackhpc.azimuth_ops.community_images

- block:
- include_role:
name: stackhpc.azimuth_ops.sysctl_inotify
Expand Down Expand Up @@ -59,7 +55,10 @@
content: "{{ k3s_kubeconfig.content | b64decode }}"
dest: "{{ ansible_env.HOME }}/.kube/config"
mode: u=rwx,g=,o=


- include_role:
name: stackhpc.azimuth_ops.community_images

# For a single node install, we put the monitoring and ingress controller on the K3S cluster
- block:
# Must be done before NGINX ingress so that the ServiceMonitor CRD exists
Expand Down

0 comments on commit 5d81f8d

Please sign in to comment.