Skip to content

Commit

Permalink
added apple silicon-specific helm upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
smh812xyz committed Sep 9, 2024
1 parent adfed7c commit 65c2832
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,17 @@ If (and only if) you're running a Mac with Apple silicon (M1, M2 or M3), select
REVISION: 1
```


=== "Apple Silicon"

Install Kubefox on local kind cluster (Apple Silicon).


```{ .shell .copy }
(APPLE SILICON FLAG)
helm upgrade kubefox kubefox \
--repo https://xigxog.github.io/helm-charts \
--create-namespace --namespace kubefox-system \
--install --wait
--install --wait --set image.tag=main
```

??? example "Output"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,19 @@ If (and only if) you're running a Mac with Apple silicon (M1, M2 or M3), select
REVISION: 1
```


=== "Apple Silicon"

=== "Tracing Active"

Install KubeFox on local kind cluster (on Apple silicon) with tracing active.

```{ .shell .copy }
(APPLE SILICON FLAG)
helm upgrade kubefox kubefox \
--repo https://xigxog.github.io/helm-charts \
--create-namespace --namespace kubefox-system \
--set telemetry.enabled=true \
--install --wait
--install --wait --set image.tag=main
```

??? example "Output"
Expand All @@ -98,16 +98,16 @@ If (and only if) you're running a Mac with Apple silicon (M1, M2 or M3), select
REVISION: 1
```


=== "No Tracing"

Install Kubefox on local kind cluster (on Apple silicon) without tracing active.

```{ .shell .copy }
(APPLE SILICON FLAG)
helm upgrade kubefox kubefox \
--repo https://xigxog.github.io/helm-charts \
--create-namespace --namespace kubefox-system \
--install --wait
--install --wait --set image.tag=main
```

??? example "Output"
Expand Down

0 comments on commit 65c2832

Please sign in to comment.