-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploying git2consul in Kubernetes #5
Comments
I got a little further this time. I am now getting this error:
|
This is probably due to the endpoint and/or port being incorrect, or the pod/node not having connectivity to the consul cluster. |
I too got the same issue , my endpoints are also correct. |
Are you able to test running git2consul directly on the kube host (i.e. running the binary and not inside a container), connecting to the same endpoints? |
@calvn : i am trying to get this working with ECS and i am getting the same error as @cdelpinogeo. can u tell me how i can pass the json file to the container. Also do i need to provide the gitlab/github user name and passworrd |
@calvn i fixed the issue.. i had to add some ssh stuff |
is it because config_file should be config-file? |
@zmjung : its config-file |
@vigneshsenapathy His yaml has the env variable as config_file |
Do you think "ReplicationController" kind is suitable for git2consul? |
Hello,
I am trying to deploy the docker-git2consul container to kubernetes, but I have been unsuccessful in doing so. I am getting the following error when I try to deploy it:
2016-10-17T20:55:12.227582278Z Config value is not valid JSON: undefined
Here is the yaml file I created to deploy to kubernetes:
The text was updated successfully, but these errors were encountered: