Skip to content

Commit

Permalink
feat: enable hubble
Browse files Browse the repository at this point in the history
  • Loading branch information
locmai committed Dec 23, 2022
1 parent dc45114 commit 5c87713
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions metal/roles/cilium/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
- name: Install Cilium
ansible.builtin.command: cilium install

- name: Enable Hubble
ansible.builtin.command: cilium hubble enable --ui

- name: Wait for Cilium installation
ansible.builtin.command: cilium status --wait

0 comments on commit 5c87713

Please sign in to comment.