Multi node k8s test updates and related fixes#4835
Merged
AkihiroSuda merged 1 commit intolima-vm:masterfrom Apr 15, 2026
Merged
Multi node k8s test updates and related fixes#4835AkihiroSuda merged 1 commit intolima-vm:masterfrom
AkihiroSuda merged 1 commit intolima-vm:masterfrom
Conversation
06b0e56 to
307f54a
Compare
AkihiroSuda
reviewed
Apr 12, 2026
AkihiroSuda
reviewed
Apr 12, 2026
AkihiroSuda
requested changes
Apr 12, 2026
Member
AkihiroSuda
left a comment
There was a problem hiding this comment.
In the PR description please explain the change
7c25a35 to
8f5b378
Compare
Member
|
Please squash the commits |
Signed-off-by: Kunal Parikh <kunal@techthumb.in>
Contributor
Author
Done |
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.
Joining worker nodes to
k8s-0was failing for two reasons:error: can not mix '--config' with arguments [discovery-token-ca-cert-hash token]was fixed in Update k8s.yaml for bootstrapToken configuration in kubeadm #4829error: discovery.bootstrapToken.apiServerEndpoint: Invalid value: "https://192.168.104.1:6443": address https://192.168.104.1:6443: too many colons in addressAdditionally, there was no failing test to detect this issue.
This MR address
2and updates the test to detect the issue.