-
Notifications
You must be signed in to change notification settings - Fork 1
Issue on Interlock+HaProxy #1
Description
Hello Nicolaka,
I am trying to execute Interlock+haproxy from docker toolbox(from local) which is pointing to AWS Controller.I have DDC-AWS template to create my cluster.
I have tried both ehazlett/interlock:1.0.0 and ehazlett/interlock:1.1.0 ,both has the same below issue
command used:
docker-compose -p "Demo" -f docker-compose_v1.yml up -d
Issue:-
Creating volume "demo_haproxy" with default driver
←[31mERROR←[0m: Volume ucp-node-certs declared as external, but could not be found. Please create the volume manually using docker volume create --name=ucp-node-certs and try again.
config.toml:
ListenAddr = ":8080"
DockerURL = "tcp://ucp.docker.lab:2376"
TLSCACert = "/certs/ca.pem"
TLSCert = "/certs/cert.pem"
TLSKey = "/certs/key.pem"
[[Extensions]]
Name = "haproxy"
ConfigPath = "/usr/local/etc/haproxy.cfg"
PidPath = "/etc/haproxy.pid"
BackendOverrideAddress = "172.17.0.1"
MaxConn = 1024
Port = 80
AdminUser = "admin"
AdminPass = "interlock"
echo $DOCKER_HOST
tcp://ucp.docker.lab:443
i have used same compose file in code section
I dont understand where is the issue and what step i have missed