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

Bump k3d to v5.5.1 #31

Closed
wants to merge 4 commits into from
Closed

Bump k3d to v5.5.1 #31

wants to merge 4 commits into from

Conversation

alpeb
Copy link
Member

@alpeb alpeb commented May 24, 2023

Unblocks linkerd/linkerd2-proxy-init#248

Also updated k3s-images.json, and made sure the current version is used in setup-tools (otherwise just-k3d create fails when trying to use a k3s version not declared in the older k3s-image.json file).

Comment on lines 31 to 35
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends jo jq
# override k3s-image.json with current one
cp k3s-images.json $K3S_IMAGES_JSON
Copy link
Member

Choose a reason for hiding this comment

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

I don't think this change is desirable: this is failing for you because the published image is out of sync with the repo. The fix for this should be to get the image published.

This change as it stands won't generally work outside of this repo... Will it?

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah good point, I didn't think of this action outside the context of the current repo.

The fix for this should be to get the image published.

You mean to pull k3-images.json via the sync-k3s-images recipe?

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh I understand now, you're saying we should just publish this, without the snippet above, and regardless of the CI failure?

Copy link
Member Author

Choose a reason for hiding this comment

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

Ok I've pushed a commit undoing this part.

@olix0r
Copy link
Member

olix0r commented May 30, 2023

Here, I've pushed a v41 with these changes. #32

@olix0r olix0r closed this May 30, 2023
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