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

fix: error clearly if there are no nodes on the Kubernetes cluster #1553

Merged
merged 5 commits into from Oct 17, 2023

Conversation

h4ck3rk3y
Copy link
Contributor

Description:

An AWS EKS cluster starts with no nodes which is quite confusing for the user if the engine doesn't start. This checks if there are any nodes and otherwise tells the user there aren't

Is this change user facing?

YES

References (if applicable):

#1507

@h4ck3rk3y
Copy link
Contributor Author

image

@h4ck3rk3y h4ck3rk3y linked an issue Oct 13, 2023 that may be closed by this pull request
@h4ck3rk3y h4ck3rk3y added this pull request to the merge queue Oct 17, 2023
Merged via the queue into main with commit 77f9ad4 Oct 17, 2023
32 checks passed
@h4ck3rk3y h4ck3rk3y deleted the gyani/cleaner-engine-restart branch October 17, 2023 13:51
github-merge-queue bot pushed a commit that referenced this pull request Oct 17, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.84.8](0.84.7...0.84.8)
(2023-10-17)


### Features

* kurtosis package init command
([#1547](#1547))
([6411c8f](6411c8f))


### Bug Fixes

* correct the link to kurtosis upgrade docs
([#1574](#1574))
([11d1dba](11d1dba))
* error clearly if there are no nodes on the Kubernetes cluster
([#1553](#1553))
([77f9ad4](77f9ad4))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: kurtosisbot <kurtosisbot@users.noreply.github.com>
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.

fail with a precise error if Kubernetes cluster has no node groups
2 participants