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
$ helm uninstall posthog
$ kubectl get all
NAME READY STATUS RESTARTS AGE
pod/chi-posthog-posthog-0-0-0 1/1 Running 0 19m
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/chi-posthog-posthog-0-0 ClusterIP None <none> 8123/TCP,9000/TCP,9009/TCP 18m
service/clickhouse-posthog NodePort 10.245.199.230 <none> 8123:31175/TCP,9000:32642/TCP 19m
NAME READY AGE
statefulset.apps/chi-posthog-posthog-0-0 1/1 19m
How to reproduce
install posthog
helm uninstall posthog -n posthog
kubectl get all -n posthog
Environment
Deployment platform (DigitalOcean): please provide
k8s version (server version from kubectl version): 1.21
Chart version/commit (helm list -n posthog): master
Posthog version: master
Additional context
Related problem after manually deleting the chi stuff running helm install doesn't create chi stuff, which can be fixed by running a helm upgrade , but helm install should work.
The text was updated successfully, but these errors were encountered:
Bug description
Helm uninstall leaves chi around
Expected behavior
Everything is deleted
Actual behavior
Clickhouse pod, sts, svc don't get deleted.
How to reproduce
Environment
kubectl version
): 1.21helm list -n posthog
): masterAdditional context
Related problem after manually deleting the chi stuff running
helm install
doesn't create chi stuff, which can be fixed by running ahelm upgrade
, buthelm install
should work.The text was updated successfully, but these errors were encountered: