We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
为了使用 ed25519 的 ssh key, 我需要对每个服务都设置以下环境变量:
SSH_PRIVATE_KEY_PATH=~/.ssh/id_ed25519 SSH_PUBLIC_KEY_PATH=~/.ssh/id_ed25519.pub
目前变没有机制可以支持这样的功能
在 install.yaml 中,用户可以设置一个名为 extraEnvs 的字典用于定义额外需要的环境变量。该环境变量会被追加到已有的环境中,从而避免手动设置每个服务的环境变量。
install.yaml
extraEnvs
scow 运维人员
The text was updated successfully, but these errors were encountered:
feat: new install options: sshDir and extraEnvs (#1422)
35f3b60
close #1421 and #1423 --------- Co-authored-by: Chen Junda <[email protected]>
closed by #1422
Sorry, something went wrong.
No branches or pull requests
为何需要此功能 | Why is this needed
为了使用 ed25519 的 ssh key, 我需要对每个服务都设置以下环境变量:
目前变没有机制可以支持这样的功能
希望增加什么 | What would you like to be added
在
install.yaml
中,用户可以设置一个名为extraEnvs
的字典用于定义额外需要的环境变量。该环境变量会被追加到已有的环境中,从而避免手动设置每个服务的环境变量。此功能为谁设计? | Who is this feature for?
scow 运维人员
The text was updated successfully, but these errors were encountered: