We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IsDeployed
A few cofidectl commands need to check whether a cluster has been provisioned before attempting to run certain commands:
cofidectl federation list
cofidectl workload discover
cofidectl workload list
Add this logic to the Provision interface.
Consider whether a simple boolean result is sufficient, or we want a higher-level status.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A few cofidectl commands need to check whether a cluster has been provisioned before attempting to run certain commands:
cofidectl federation list
cofidectl workload discover
cofidectl workload list
Add this logic to the Provision interface.
Consider whether a simple boolean result is sufficient, or we want a higher-level status.
The text was updated successfully, but these errors were encountered: