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
When I deploy a subscription on OCM hub, I can see the below appsubreport on hub:
» oc get appsubreport -A
NAMESPACE NAME REPORTTYPE DEPLOYED INPROGRESS FAILED PROPAGATIONFAILED CLUSTERS AGE
helloworld helloworld-appsub Application 1 0 0 0 1 5m20s
kind-hub1-cluster1 kind-hub1-cluster1 Cluster n/a n/a n/a n/a n/a 7s
Then I delete the subscription, and see that the appsubreport helloworld(Application) is gone, but the other appsubreport(Cluster) created by the subscription is still there.
» oc get appsubreport -A
NAMESPACE NAME REPORTTYPE DEPLOYED INPROGRESS FAILED PROPAGATIONFAILED CLUSTERS AGE
kind-hub1-cluster1 kind-hub1-cluster1 Cluster n/a n/a n/a n/a n/a 32m
Expected behavior
I understand that deleting subscribtion should delete all AppSubreports related to it, but now some reports of cluster type are still retained. Is this the intention?
Environment ie: Kubernetes version:
» oc version
Client Version: 4.8.11
Kubernetes Version: v1.23.6
The text was updated successfully, but these errors were encountered:
Describe the bug
When I deploy a
subscription
on OCM hub, I can see the belowappsubreport
on hub:Then I delete the
subscription
, and see that the appsubreporthelloworld
(Application) is gone, but the otherappsubreport
(Cluster) created by the subscription is still there.Expected behavior
I understand that deleting subscribtion should delete all AppSubreports related to it, but now some reports of cluster type are still retained. Is this the intention?
Environment ie: Kubernetes version:
The text was updated successfully, but these errors were encountered: