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
Description
KCP Networks with both Error and Ready condition exist. For example following is observed in cases when Scope exists
conditions: - message: Ready reason: Ready status: 'True' type: Ready - message: Scope xxxxxxxxx does not exist reason: ScopeNoFound status: 'True' type: Error state: Ready
Additionally when Network is changed with an annotation both conditions remain
Expected result
KCP Network should have either Ready or Error state and not both of them.
Actual result
Steps to reproduce
Troubleshooting
The text was updated successfully, but these errors were encountered:
PR #862
Sorry, something went wrong.
Solved with #852
tmilos77
No branches or pull requests
Description
KCP Networks with both Error and Ready condition exist. For example following is observed in cases when Scope exists
Additionally when Network is changed with an annotation both conditions remain
Expected result
KCP Network should have either Ready or Error state and not both of them.
Actual result
Steps to reproduce
Troubleshooting
The text was updated successfully, but these errors were encountered: