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

Operador does not delete all resources #45

Closed
famarting opened this issue Jun 26, 2020 · 0 comments
Closed

Operador does not delete all resources #45

famarting opened this issue Jun 26, 2020 · 0 comments
Labels
Bug Something isn't working

Comments

@famarting
Copy link

Same as #43

Deleteing a CR instance does not delete the registry deployment

Resources when the registry is deployed

$ oc get all
NAME                                                READY     STATUS      RESTARTS   AGE
pod/apicurio-registry-operator-6678c79b7f-rxvlb     1/1       Running     0          4m48s
pod/infinispan-registry-deployment-zgr7r-1-b2v89    1/1       Running     0          32s
pod/infinispan-registry-deployment-zgr7r-1-deploy   0/1       Completed   0          35s

NAME                                                           DESIRED   CURRENT   READY     AGE
replicationcontroller/infinispan-registry-deployment-zgr7r-1   1         1         1         35s

NAME                                         TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)             AGE
service/apicurio-registry-operator-metrics   ClusterIP   172.30.179.8    <none>        8383/TCP,8686/TCP   19h
service/infinispan-registry-service-6dvx8    ClusterIP   172.30.115.61   <none>        8080/TCP            35s

NAME                                         READY     UP-TO-DATE   AVAILABLE   AGE
deployment.apps/apicurio-registry-operator   1/1       1            1           19h

NAME                                                    DESIRED   CURRENT   READY     AGE
replicaset.apps/apicurio-registry-operator-6678c79b7f   1         1         1         19h

NAME                                                                      REVISION   DESIRED   CURRENT   TRIGGERED BY
deploymentconfig.apps.openshift.io/infinispan-registry-deployment-zgr7r   1          1         1         config

NAME                                                               HOST/PORT                                                                         PATH      SERVICES                            PORT      TERMINATION   WILDCARD
route.route.openshift.io/infinispan-registry-ingress-7x8kb-9hszc   infinispan-registry.test-registry.apxxxxxxxx   /         infinispan-registry-service-6dvx8   <all>                   None

Resources after deleteing the CR instance

$ oc get all
NAME                                                READY     STATUS      RESTARTS   AGE
pod/apicurio-registry-operator-6678c79b7f-rxvlb     1/1       Running     0          6m28s
pod/infinispan-registry-deployment-zgr7r-1-b2v89    1/1       Running     0          2m12s
pod/infinispan-registry-deployment-zgr7r-1-deploy   0/1       Completed   0          2m15s

NAME                                                           DESIRED   CURRENT   READY     AGE
replicationcontroller/infinispan-registry-deployment-zgr7r-1   1         1         1         2m15s

NAME                                         TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)             AGE
service/apicurio-registry-operator-metrics   ClusterIP   172.30.179.8   <none>        8383/TCP,8686/TCP   19h

NAME                                         READY     UP-TO-DATE   AVAILABLE   AGE
deployment.apps/apicurio-registry-operator   1/1       1            1           19h

NAME                                                    DESIRED   CURRENT   READY     AGE
replicaset.apps/apicurio-registry-operator-6678c79b7f   1         1         1         19h

NAME                                                                      REVISION   DESIRED   CURRENT   TRIGGERED BY
deploymentconfig.apps.openshift.io/infinispan-registry-deployment-zgr7r   1          1         1         config

Operator logs can be found here https://gist.github.com/famartinrh/837ee080b4785cca9b5718fafdba13cc

@jsenko jsenko added the Bug Something isn't working label Jun 26, 2020
redhatHameed added a commit to redhatHameed/apicurio-registry-operator that referenced this issue Aug 11, 2020
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
redhatHameed added a commit to redhatHameed/apicurio-registry-operator that referenced this issue Aug 11, 2020
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
jsenko added a commit to jsenko/apicurio-registry-operator that referenced this issue Sep 25, 2020
jsenko added a commit that referenced this issue Sep 25, 2020
@jsenko jsenko closed this as completed Sep 25, 2020
JJJJJones pushed a commit to JJJJJones/apicurio-registry-operator that referenced this issue Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants