Skip to content

Commit

Permalink
chore: add cilium tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
timtorChen committed Aug 7, 2024
1 parent 4fa8caa commit aa3068f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .tasks/cilium.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
version: "3"
silent: true

tasks:
ui:
cmd: cilium hubble ui

port-forward:
cmd: cilium hubble port-forward

observe:
cmd: hubble observe {{.CLI_ARGS}}
3 changes: 3 additions & 0 deletions kubernetes/.taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ includes:
rook-ceph:
optional: true
taskfile: ../.tasks/rook-ceph.yaml
cilium:
optional: true
taskfile: ../.tasks/cilium.yaml
nextcloud:
optional: true
taskfile: mydata/nextcloud/.taskfile.yaml
Expand Down

0 comments on commit aa3068f

Please sign in to comment.