Closed JWDobken closed 5 years ago
Hi,
Getting exactly the same issues on my local kubernetes node provision by docker (mac). Also happening with in docker-ee.
@JWDobken the proxy logs says that you haven't initialized the stolon cluster yet (stolonctl init
as explained in the k8s example.
I have minikube (version: v1.1.0) running locally with more than default resources (started with
minikube --memory 8192 --cpus 2 start
).Setup
I changes the proxy service to a NodePort type in
stolon-proxy-service.yaml
:Now I create the roles, the role-bindings, the sentinels, the secret, the keepers, the proxy and the proxy servers as described in the readme:
Connecting to the proxy service
Get the service port:
Now, I preferably connect to the database with the psql connection as described in the Readme:
The proxy simply doesn't respond properly:
However, the service list of minikube shows the NodePort is available:
All pods are running and ready:
The logs of the proxy don't contain any unusual: