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

Juju destroy model does note remove knative-serving and knative-eventing namespaces and pods #110

Open
Barteus opened this issue May 26, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Barteus
Copy link

Barteus commented May 26, 2023

Kubernetes: 1.24 EKS
Juju: 2.9.42

kubectl after destroy-model

$ kubectl get po -A
NAMESPACE          NAME                                               READY   STATUS      RESTARTS   AGE
admin              base-pipeline-2tvqk-3527695403                     0/2     Completed   0          164m
admin              base-pipeline-2tvqk-71452121                       0/2     Completed   0          164m
admin              bpk-ckf-mlflow-0                                   2/2     Running     0          7h13m
admin              ml-pipeline-ui-artifact-5675b8f595-pwspf           2/2     Running     0          7h24m
admin              ml-pipeline-visualizationserver-5568776585-g5wcp   2/2     Running     0          7h24m
knative-eventing   eventing-controller-7f448655c8-z5zg8               1/1     Running     0          8h
knative-eventing   eventing-webhook-7d5b577c94-lrphz                  1/1     Running     0          8h
knative-eventing   imc-controller-769d8b7f66-n8j6r                    1/1     Running     0          8h
knative-eventing   imc-dispatcher-55979cf74b-lrrzp                    1/1     Running     0          8h
knative-eventing   mt-broker-controller-66b756f8bb-cmtbl              1/1     Running     0          8h
knative-eventing   mt-broker-filter-56b5d6d697-tjbfb                  1/1     Running     0          8h
knative-eventing   mt-broker-ingress-5c4d45dfd6-kllb9                 1/1     Running     0          8h
knative-serving    activator-5f6b4bf5c8-5zc2h                         1/1     Running     0          8h
knative-serving    autoscaler-bc7d6c9c9-qc9zg                         1/1     Running     0          8h
knative-serving    autoscaler-hpa-6469fbb6cd-fwmgv                    1/1     Running     0          8h
knative-serving    controller-687d88ff56-zjvdn                        1/1     Running     0          8h
knative-serving    domain-mapping-69cc86d8d5-xk5n7                    1/1     Running     0          8h
knative-serving    domainmapping-webhook-65dfdd9b96-826gn             1/1     Running     0          8h
knative-serving    net-istio-controller-5fc4cc65f7-57xtk              1/1     Running     0          8h
knative-serving    net-istio-webhook-6c5b7cbdd5-74krl                 1/1     Running     0          8h
knative-serving    webhook-587cdd8dd7-lb4w8                           1/1     Running     0          8h
kube-system        aws-node-hpqxz                                     1/1     Running     0          10h
kube-system        aws-node-mtk8h                                     1/1     Running     0          10h
kube-system        coredns-6bc4667bcc-5p2s6                           1/1     Running     0          10h
kube-system        coredns-6bc4667bcc-ptg4k                           1/1     Running     0          10h
kube-system        ebs-csi-controller-67d8658fb6-lrj4d                6/6     Running     0          10h
kube-system        ebs-csi-controller-67d8658fb6-p8g2q                6/6     Running     0          10h
kube-system        ebs-csi-node-4np9g                                 3/3     Running     0          10h
kube-system        ebs-csi-node-h8ktt                                 3/3     Running     0          10h
kube-system        kube-proxy-7rcl8                                   1/1     Running     0          10h
kube-system        kube-proxy-m6lct                                   1/1     Running     0          10h

Expected - knative eventing and serving namespaces are removed.

@NohaIhab NohaIhab added the bug Something isn't working label May 29, 2023
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