fix: Fix terraform cluster init and yq@4 usage#315
Open
paschdan wants to merge 2 commits intocontrolplaneio:masterfrom
Open
fix: Fix terraform cluster init and yq@4 usage#315paschdan wants to merge 2 commits intocontrolplaneio:masterfrom
paschdan wants to merge 2 commits intocontrolplaneio:masterfrom
Conversation
Author
|
not sure, if this is not only a temporary fix, because the pinned versions may not be there in the future, or at least not those exact versions. |
Author
|
hint: this will be fixed in docker 20.10.4 maybe we could also just add an apt repo with a up to date docker.io version, or use newer amis, with more up to date packages |
85a5cd8 to
44eda3d
Compare
Author
|
i changed my mind about how to tackle this bug, and am using now packages from ubuntus upstream, which are more up2date |
there was a bug instroduced in dockdr 20.10, which is solved in 20.10.4 the official apt repo docker.io has currently 20.10.2 running, where the bug makes kubeadm preflight error out.
44eda3d to
3fb970c
Compare
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.
[ ] Docs have been added / updated (for bug fixes / features)What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Bug Fix
What is the current behavior? (You can also link to an open issue here)
terraform hangs and waits for cloud-init to finish, which never happens, because the nodes can not be initialized correctly
terraform runs through and the cluster is provisioned
no