From e99923ea0873688e513e11b67ab297bb2c32d5f8 Mon Sep 17 00:00:00 2001 From: michael levan Date: Tue, 25 Apr 2023 07:19:30 -0400 Subject: [PATCH] datadog --- CNI/cilium/cilium.sh | 2 +- Datadog/read.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CNI/cilium/cilium.sh b/CNI/cilium/cilium.sh index cf532cb..f6e6d74 100644 --- a/CNI/cilium/cilium.sh +++ b/CNI/cilium/cilium.sh @@ -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 \ diff --git a/Datadog/read.md b/Datadog/read.md index 7aa1570..d97e6a6 100644 --- a/Datadog/read.md +++ b/Datadog/read.md @@ -6,8 +6,10 @@ helm repo add datadog https://helm.datadoghq.com helm repo update ``` +``` CLUSTER_NAME= API_KEY +``` ``` helm install datadog -n datadog \