listenLearning removed a comment on issue #6120: URL: https://github.com/apache/dolphinscheduler/issues/6120#issuecomment-914716814
> @listenLearning您应该使用[ConfigMap](https://kubernetes.io/docs/concepts/configuration/configmap/)或[Secret](https://kubernetes.io/docs/concepts/configuration/secret/)(推荐)来解决问题。具体来说, > > 1. 创建公钥和私钥对 > 2. 在 k8s 中创建一个包含该对的 secret(参考https://kubernetes.io/docs/concepts/configuration/secret/#use-case-pod-with-ssh-keys) > 3. `/home/someTenant/.ssh`按卷挂载机密(请参阅https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets-as-files-from-a-pod) 好的,我先去尝试一下,🙏 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
