Skip to content
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

chore: deprecate old cilium and hubble addon configs #12848

Merged
merged 5 commits into from
Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 0 additions & 15 deletions addons/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,6 @@ DOCKER_REPO ?= "quay.io/kubermatic"
docker:
docker build -t $(DOCKER_REPO)/addons:$(TAG) .

.PHONY: hubble
hubble: OUTPUT_FILE=hubble/hubble_v1.12.yaml
hubble:
helm repo add cilium https://helm.cilium.io/ || true
helm repo update
cat hubble/_header.txt > $(OUTPUT_FILE)
helm template cilium cilium/cilium \
--version 1.12.2 \
--namespace kube-system \
--values values-hubble.yaml \
>> $(OUTPUT_FILE)
cat hubble/_extras.txt >> $(OUTPUT_FILE)
cat hubble/_footer.txt >> $(OUTPUT_FILE)
./templatify-images.sh $(OUTPUT_FILE)

.PHONY: aws-node-termination-handler
aws-node-termination-handler: OUTPUT_FILE=aws-node-termination-handler/aws-node-termination-handler.yaml
aws-node-termination-handler:
Expand Down