sorintlab / stolon

PostgreSQL cloud native High Availability and more.
https://talk.stolon.io
Apache License 2.0
4.62k stars 443 forks source link

stolonctl run inide kubernetes pod #898

Closed Lxml-q closed 1 year ago

Lxml-q commented 1 year ago

root@stolon-keeper-0:/# stolonctl status --cluster-name=pg1 --store-backend=kubernetes unspecified kubernetes resource kind

stolonctl run inside a pod, but it terminated with exit code 1: unspecified kubernetes resource kind

Vsevosemnog commented 1 year ago

I do it for myself, bc i always forget the solution One should add --kube-resource-kind=configmap (or another resource kind)

stolonctl status --cluster-name=stolon --store-backend=kubernetes --kube-resource-kind=configmap