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

Petset pods are not terminated where petset is removed. #27621

Closed
ss7pro opened this issue Jun 17, 2016 · 1 comment
Closed

Petset pods are not terminated where petset is removed. #27621

ss7pro opened this issue Jun 17, 2016 · 1 comment

Comments

@ss7pro
Copy link

ss7pro commented Jun 17, 2016

Hey,

I've noticed that on 1.3.0-beta.1 when petset is deleted its pods stay alive:

core@master ~ $ kubectl get petsets | grep mariadb
mariadb-galera 3 3 7s
core@master ~ $ kubectl get pods | grep mariadb-galera
mariadb-galera-0 1/1 Running 0 5s
mariadb-galera-1 1/1 Running 0 4s
mariadb-galera-2 1/1 Running 0 3s
core@master ~ $ kubectl delete petset mariadb-galera
petset "mariadb-galera" deleted
core@master ~ $ kubectl get pods | grep mariadb-galera
mariadb-galera-0 1/1 Running 0 18s
mariadb-galera-1 1/1 Running 0 17s
mariadb-galera-2 1/1 Running 0 16s
core@master ~ $ kubectl get petsets | grep mariadb-galera
core@master ~ $

Cheers

@ss7pro
Copy link
Author

ss7pro commented Jun 17, 2016

Duplicate of

#27438

@ss7pro ss7pro closed this as completed Jun 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant