From 50fbfdbc913143578001f74ed40fbb3068bac034 Mon Sep 17 00:00:00 2001 From: "alex.hsu" Date: Mon, 16 Sep 2024 14:32:04 +0800 Subject: [PATCH] update cilium readme --- templates/network-plugins/cilium/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/network-plugins/cilium/README.md b/templates/network-plugins/cilium/README.md index eb6bd2f..58d8b37 100644 --- a/templates/network-plugins/cilium/README.md +++ b/templates/network-plugins/cilium/README.md @@ -3,6 +3,7 @@ 1. `helm repo add cilium https://helm.cilium.io/` 1. `helm pull cilium/cilium --version 1.16.1 --untar` 1. `mv cilium/values.yaml vxlan-values.yaml` -1. `rm -r cilium/` +1. `rm cilium/values.schema.json` 1. Update vxlan-values.yaml, make sure the template variables have not been replaced. -1. `helm template cilium cilium/cilium --version 1.16.1 -n kube-system -f vxlan-values.yaml | sed 's/{BIN_PATH}/BIN_PATH/g' > cilium-vxlan.yaml.tpl` +1. `helm template cilium ./cilium --version 1.16.1 -n kube-system -f vxlan-values.yaml | sed 's/{BIN_PATH}/BIN_PATH/g' > cilium-vxlan.yaml.tpl` +1. `rm -r cilium/` \ No newline at end of file