Skip to content

Commit

Permalink
docs: update How to generate Cilium manifests?
Browse files Browse the repository at this point in the history
  • Loading branch information
Downager committed Aug 15, 2024
1 parent 8f0a741 commit beb859f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions templates/network-plugins/cilium/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# How to generate Cilium manifests?

1. `helm repo add cilium https://helm.cilium.io/`
2. Update ["vxlan-values.yaml"]
3. `helm template cilium cilium/cilium --version 1.14.2 -n kube-system -f vxlan-values.yaml | sed 's/{BIN_PATH}/BIN_PATH/g' > cilium-vxlan.yaml.tpl`
1. `helm pull cilium/cilium --version 1.16.0 --untar`
1. `mv cilium/values.yaml vxlan-values.yaml`
1. `rm -r cilium/`
1. Update vxlan-values.yaml, make sure the template variables have not been replaced.
1. `helm template cilium cilium/cilium --version 1.16.0 -n kube-system -f vxlan-values.yaml | sed 's/{BIN_PATH}/BIN_PATH/g' > cilium-vxlan.yaml.tpl`

0 comments on commit beb859f

Please sign in to comment.