You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The cluster itself is healthy, but the services included in cluster spec and which were expected to be deployed in the cluster are not.
> k get -nhmc-system managedclusters.hmc.mirantis.com ⎈ kind-hmc-dev 16:00:09
NAME READY STATUS
abortnikov-hmc-managed-01 True ManagedCluster is ready
However, this is not true: only one of two services was deployed and due to missing configuration it never entered "ready" state (cert-manager pods continuously restarting due to missing CRDs).
This is reflected in the .status.services of the managed cluster, but the conditions are Ok:
Deploy ManagedCluster with cert-manager service included. Due to CRDs' installation disabled by default in cert-manager Helm chart the service deployment will fail
Wait until cluster becomes "Ready"
Expected behavior
It is expected that the ManagedCluster state should consider also state of services included to the spec.
The text was updated successfully, but these errors were encountered:
Describe the bug
The cluster itself is healthy, but the services included in cluster spec and which were expected to be deployed in the cluster are not.
Deployed cluster with a set of services in spec:
After a while it became "Ready":
> k get -nhmc-system managedclusters.hmc.mirantis.com ⎈ kind-hmc-dev 16:00:09 NAME READY STATUS abortnikov-hmc-managed-01 True ManagedCluster is ready
However, this is not true: only one of two services was deployed and due to missing configuration it never entered "ready" state (cert-manager pods continuously restarting due to missing CRDs).
This is reflected in the
.status.services
of the managed cluster, but the conditions are Ok:To Reproduce
Steps to reproduce the behavior:
ManagedCluster
with cert-manager service included. Due to CRDs' installation disabled by default in cert-manager Helm chart the service deployment will failExpected behavior
It is expected that the
ManagedCluster
state should consider also state of services included to the spec.The text was updated successfully, but these errors were encountered: