-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add a timeout flag for the network command destroy subcommand #815
Closed
5 tasks done
Tracked by
#47
Labels
P0
An issue impacting production environments or impacting multiple releases or multiple individuals.
Requested by Stakeholder
Requested by an individual or team that uses Solo
Comments
jeromy-cannon
added
P0
An issue impacting production environments or impacting multiple releases or multiple individuals.
Requested by Stakeholder
Requested by an individual or team that uses Solo
labels
Nov 8, 2024
New symptom: it is a hanging in cleaning healthy nodes. This step was always working fine before
|
So it starts hanging at node stop step, before node destroy step ? Can you attach ~/.solo/logs/solo.log and also use k9s to check what are status of network pods ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
P0
An issue impacting production environments or impacting multiple releases or multiple individuals.
Requested by Stakeholder
Requested by an individual or team that uses Solo
Per Alex Kuzmin, when there are pods currently in Pending state, then the following command:
will run/hang indefinitely.
Note: he is using the taskfile.yaml
clean
target in the examples folder. So we should update the[solo:network:destroy](https://github.com/hashgraph/solo/blob/ec63a659ae325ab1631409a76e6894deccdb0ed4/examples/custom-network-config/Taskfile.yml#L110-L110)
target with the recommended timeout also.examples/custom-network-config/Taskfile.yml
Tasks
The text was updated successfully, but these errors were encountered: