Skip to content

Commit

Permalink
datadog
Browse files Browse the repository at this point in the history
  • Loading branch information
michael levan committed Apr 25, 2023
1 parent 0f172e5 commit e99923e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CNI/cilium/cilium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ helm repo add cilium https://helm.cilium.io/

helm install cilium cilium/cilium \
--namespace kube-system \
--set egressMasqueradeInterfaces=eth0 \
`--set egressMasqueradeInterfaces=eth0 \
--set tunnel=disabled \
--set eni.enabled=true \
--set ipam.mode=eni \
Expand Down
2 changes: 2 additions & 0 deletions Datadog/read.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ helm repo add datadog https://helm.datadoghq.com
helm repo update
```

```
CLUSTER_NAME=
API_KEY
```

```
helm install datadog -n datadog \
Expand Down

0 comments on commit e99923e

Please sign in to comment.