buildkite / docker-buildkite-agent

Previous home of buildkite/agent docker image scripts
26 stars 14 forks source link

$SSH_PRIVATE_RSA_KEY_PATH still does not help for Kubernetes #22

Closed rimusz closed 8 years ago

rimusz commented 8 years ago

passing $SSH_PRIVATE_RSA_KEY_PATH as env variable and sshkey as secret in k8s RC still does not allow to call remote server via ssh, it asks for sshkey password and remote VM password too. Making a new docker image based on buildkite-agent and adding sshkey there then it works as suppose to work.

toolmantim commented 8 years ago

What's the easiest way to give it a test so we can fix what's broken?

rimusz commented 8 years ago

I need to find what is different between two setups :)

toolmantim commented 8 years ago

I mean, what's the easiest way we can set up a test environment ourselves?

rimusz commented 8 years ago

you need to test it on Kubernetes cluster, the easiest to setup is Google GKE one. I can provide replication controller and secret manifests to test it out

toolmantim commented 8 years ago

Yeah if you could send them those, that'd be great

toolmantim commented 8 years ago

I believe this should work AOK now :+1: