Correct indentation for k3s_upgrade command#439
Merged
Conversation
Signed-off-by: David Barnett <davidb@rnett.nz>
dbanetto
force-pushed
the
fix-upgrade-error
branch
from
September 4, 2025 01:55
5a220b6 to
97375dc
Compare
dereknola
approved these changes
Sep 4, 2025
alluabhijeet
pushed a commit
to alluabhijeet/k3s-ansible
that referenced
this pull request
Apr 19, 2026
…toria-metrics-k8s-stack-0.x chore(deps): update dependency victoriametrics/victoria-metrics-k8s-stack to v0.39.0
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I recently updated my usage of
k3s-asibleto the latest frommasterand ranansible-playbook -i ./inventory.yml ./playbooks/upgrade.ymlwhich was getting me the following errorAfter a while I noticed that the changes from cd543a6 was not correctly indented for
roles/k3s_upgrade.I've managed to get my branch working this patch & running 1.33.4+k3s 🎉
Changes
roles/k3s_upgradeLinked Issues
N/A