-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add step to get k3s latest version #2206
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: hlts2 <[email protected]>
[CHATOPS:HELP] ChatOps commands.
|
hlts2
added
actions/e2e-deploy
actions/fossa
actions/e2e-chaos
actions/e2e-profiling
actions/e2e-max-dim
and removed
team/sre
SRE team
type/ci
labels
Oct 10, 2023
github-actions
bot
added
size/S
type/bug
Something isn't working
priority/medium
labels
Oct 10, 2023
Signed-off-by: hlts2 <[email protected]>
Deploying with Cloudflare Pages
|
Profile Report
|
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
kpango
approved these changes
Oct 10, 2023
datelier
approved these changes
Oct 11, 2023
hlts2
added
actions/e2e-deploy
actions/e2e-chaos
actions/e2e-max-dim
and removed
actions/e2e-deploy
actions/e2e-chaos
actions/e2e-max-dim
labels
Oct 11, 2023
Merged
kmrmt
pushed a commit
that referenced
this pull request
Dec 12, 2023
* feat: add k3s version Signed-off-by: hlts2 <[email protected]> * fix: deleted unnecessary option and fix image name Signed-off-by: hlts2 <[email protected]> * fix: fixed k3s version Signed-off-by: hlts2 <[email protected]> * feat: add step to get latest tag Signed-off-by: hlts2 <[email protected]> * fix: get tag from docker hub Signed-off-by: hlts2 <[email protected]> * fix: bugfix syntax Signed-off-by: hlts2 <[email protected]> * feat: add make command to update k3s version Signed-off-by: hlts2 <[email protected]> --------- Signed-off-by: hlts2 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
actions/e2e-chaos
actions/e2e-deploy
actions/e2e-max-dim
actions/e2e-profiling
actions/fossa
area/makefile
priority/medium
size/S
team/sre
SRE team
type/bug
Something isn't working
type/ci
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
An error occurred when deploying the chaos mesh.
This is due to the kubernetes client minor version and server minor version differing by more than +-1.
https://github.com/vdaas/vald/actions/runs/6463480427/job/17546710210
When creating the cluster in k3d, the latest version was not deployed, although the latest version was specified.
So I added the actions job step to get the latest k3s version from docker registry.
Related Issue:
Versions:
Checklist:
Special notes for your reviewer: