groundcover-com / cli

groundcover's official CLI tool. Level up your K8s observability game with eBPF.
https://www.groundcover.com
Apache License 2.0
31 stars 3 forks source link

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

Closed avivzgroundcover closed 9 months ago

avivzgroundcover commented 9 months ago

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.

shortcut-integration[bot] commented 9 months ago

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