fix(docs): Update getting-started script pre-26.3.0#123
Open
fix(docs): Update getting-started script pre-26.3.0#123
Conversation
16 tasks
adwk67
reviewed
Mar 11, 2026
Member
There was a problem hiding this comment.
This hangs when using the helm install (stackablectl works fine):
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
...
MountVolume.SetUp failed for volume "pvc-f096ca69-82f2-43c4-8a6f-9e02c103f8bf" : rpc error: code = Unavailable desc = listener has no addresses yet
Warning FailedMount 41s (x9 over 4m50s) kubelet MountVolume.SetUp failed for volume "pvc-9de1bb0c-f73a-40b3-9671-ea9d83f68923" : rpc error: code = FailedPrecondition desc = failed to parse pod details: PodListeners.v1alpha1.listeners.stackable.tech/pod-7d2401dc-ca8a-45fa-a5a5-a34881a68726.default has no addresses for listener discovery-service-listener yet
I'll try again
Member
OK, I need to FixEither change |
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.
Check and Update Getting Started Script
Part of stackabletech/issues#826
This getting-started script was technically fine as is (it ran through without any issues), but I still opted to include both waiting conditions, because it generally a good thing to do going forward.