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

bug: Conditions are not updated correctly for control planes of type ocm and vcluster #67

Closed
pdettori opened this issue Jul 12, 2023 · 0 comments · Fixed by #69
Closed

Comments

@pdettori
Copy link
Collaborator

Describe the bug

When I start control planes of type "ocm" or "vcluster" the conditions and status stays as "not ready"

Steps To Reproduce

  1. Use kflex CLI and create control plane of type ocm and vcluster
  2. Wait until control planes are up
  3. Run:
$ kubectl get controlplanes
NAME     SYNCED   READY   AGE
cp1      True     True    19h
cp2      False    False   19h
cp3      False    False   19h
ks-lc2   True     True    23h

Expected Behavior

Control planes should be synced and in Ready state

Additional Context

No response

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 a pull request may close this issue.

1 participant