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

KCP Network has Error and Ready condition #853

Open
tmilos77 opened this issue Dec 3, 2024 · 2 comments
Open

KCP Network has Error and Ready condition #853

tmilos77 opened this issue Dec 3, 2024 · 2 comments
Assignees

Comments

@tmilos77
Copy link
Contributor

tmilos77 commented Dec 3, 2024

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

@tmilos77 tmilos77 self-assigned this Dec 3, 2024
@tmilos77
Copy link
Contributor Author

tmilos77 commented Dec 6, 2024

PR #862

@tmilos77
Copy link
Contributor Author

tmilos77 commented Dec 9, 2024

Solved with #852

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

No branches or pull requests

1 participant