Hi everyone, i am trying to get the operator to wo...
# pulumi-kubernetes-operator
b
Hi everyone, i am trying to get the operator to work with a private git host using private key auth. There seems to be issues with knownhosts:
Copy code
failed to create local workspace: failed to create workspace, unable to enlist in git repo: unable to clone repo: ssh: handshake failed: knownhosts: key is unknown"
I've even went into the operator container and tried
ssh-keyscan -p 4567 -H <http://git.host.com|git.host.com> >> ~/.ssh/known_hosts
but it doesn't do anything has anybody experienced something similar?
i solved this issue by adding the known_hosts to a config map and mounting it into the operator pod
f
I just had the same issue, but for me the keyscan trick worked