chengshiwen commented on issue #6120: URL: https://github.com/apache/dolphinscheduler/issues/6120#issuecomment-914251212
@listenLearning You should use [ConfigMap](https://kubernetes.io/docs/concepts/configuration/configmap/) or [Secret](https://kubernetes.io/docs/concepts/configuration/secret/) (recommended) to solve the problem. Specifically, 1. Create a public and private key pair 2. Create a secret containing the pair in k8s 3. Mount the secret onto `/root/.ssh` by volume -- 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]
