-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Hello. I'm trying to use pgpool2. So found here, and trying to install.
But I don't know why hot-postgres is unchanged.
Here is logs.
$ kubectl get pod -n demo
NAME READY STATUS RESTARTS AGE
kubedb-operator-6d79db757f-48nrs 1/1 Running 0 36m
$ kubectl apply -f https://raw.githubusercontent.com/pgpool/pgpool2_on_k8s/master/hot-postgres-auth.yaml --namespace=demo
secret/hot-postgres-auth unchanged
$ kubectl apply -f https://raw.githubusercontent.com/pgpool/pgpool2_on_k8s/master/hot-postgres.yaml --namespace=demo
postgres.kubedb.com/hot-postgres unchanged
No resources found in demo namespace.
My OS is macOS, and i installed kubectl(with brew) and kubernetes(both is lately version).
Have a nice day.
Thanks.