Skip to content
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

[sc-12837] install flow should wait for static amount of pvcs #273

Conversation

avivzgroundcover
Copy link
Contributor

In some cases installing the helm chart does not result in PVCs getting created. Currently this results in a clean return with nil error, which then leads to faulty installations.

This PR changes the way the CLI gets the expected number of PVCs to wait for in the waitForPVCs function - to a static amount and not dynamic according to kubectl result.

Copy link

This pull request has been linked to Shortcut Story #12837: CLI Should expect static number of PVCs.

Copy link
Contributor Author

@avivzgroundcover avivzgroundcover left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@avivzgroundcover avivzgroundcover merged commit 0a1ba6b into main Jan 11, 2024
1 check passed
@avivzgroundcover avivzgroundcover deleted the avivzohari/sc-12837/cli-should-expect-static-number-of-pvcs branch January 11, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants