We are trying to deploy git2consul next to consul in our k8s cluster unfortunately no matter what we try its not working.
Here is our settup :
1) k8s 1.6 deployed by kops on aws
2) consul (docker image : consul:1.2.0) single node container
3) git2consule from ( docker image : cimpress/git2consul:0.12.13)
We removed every thing from consul that can impact connection :
1) Encryption GOSSIP_ENCRYPTION_KEY
2) All related to ACL acl_default_policy / etc.
3) Datacenter datacenter.
4) TLS.
On git2consul side we try to :
1) We use IP instead of DNS name.
2) We try arg options instead of environment variables.
3) Even removed --config-file to test is its not related to git repo config.
Nothing helped and we still getting that error.
I also checked connection from other pods, i am able to connect from side container by consul agent:
We are trying to deploy git2consul next to consul in our k8s cluster unfortunately no matter what we try its not working.
Here is our settup : 1) k8s 1.6 deployed by kops on aws 2) consul (docker image :
consul:1.2.0
) single node container 3) git2consule from ( docker image :cimpress/git2consul:0.12.13
)Error we are getting is :
We removed every thing from consul that can impact connection : 1) Encryption
GOSSIP_ENCRYPTION_KEY
2) All related to ACLacl_default_policy
/ etc. 3) Datacenterdatacenter
. 4) TLS.On
git2consul
side we try to : 1) We use IP instead of DNS name. 2) We tryarg
options instead of environment variables. 3) Even removed--config-file
to test is its not related to git repo config.Nothing helped and we still getting that error. I also checked connection from other pods, i am able to connect from side container by
consul agent
:and from cli
Here is our consul config:
and
Git2consul config :
and