Skip to content

I have no name! #541

Answered by ghost
jmcclelland asked this question in Questions
Dec 26, 2022 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Hey @jmcclelland,

There are several solutions:

  1. Hard-code a user at a fixed UID and configure the container to run on that UID.
  2. In Kubernetes, create an init container that seeds the username and share the /etc/passwd using a volume on an emptyDir or similar.
  3. Add an init script, that when finished, starts the ContainerSSH agent and use that for your container to start (configure the agentPath accordingly.)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by jmcclelland
Comment options

You must be logged in to vote
1 reply
@ghost
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant