Skip to content

DOCS: update How to generate Cilium manifests? #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

relkli
Copy link
Contributor

@relkli relkli commented Aug 15, 2024

No description provided.

@relkli relkli enabled auto-merge (squash) August 15, 2024 08:48
@relkli relkli force-pushed the docs/update-how-to-generate-cilium-mainfests-readme branch from beb859f to 06e84cb Compare August 15, 2024 08:52
@relkli relkli requested a review from icewhiteHsu August 15, 2024 08:52
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.1 --untar`
1. `mv cilium/values.yaml vxlan-values.yaml`
1. `rm -r cilium/`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

因為後來 cilium 多了values.schema.json 會讓我們 helm template 多了 debug.enabled: Invalid type. Expected: boolean, given: string 這個 error
想要改成透過下載的 cilium 去做 helm template

rm cilium/values.schema.json
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

@relkli relkli disabled auto-merge September 16, 2024 06:14
@relkli relkli merged commit 77ef9db into master Sep 16, 2024
2 checks passed
@relkli relkli deleted the docs/update-how-to-generate-cilium-mainfests-readme branch September 16, 2024 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants