-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
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
config: make sftp could be configured dynamically #562
Conversation
Hi @guangbochen, @bk201, This is an easy way to make config What do you think of this implementation? |
@ibrokethecloud Please help check the issue and give some feedback. Thanks! |
the config for would it be feasible to make this an addon? and run a daemonset serving sftp? This way we can rollout updates and ensure service is maintained post upgrade? |
0afdf3f
to
4c75112
Compare
After I checked, the |
- add `harvester.os.sshd.sftp` to config `sftp` dynamically Signed-off-by: Vicente Cheng <[email protected]>
4c75112
to
292a875
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. thanks.
@Mergifyio backport v1.2 |
✅ Backports have been created
|
Problem:
Give the way to config
sftp
dynamicallySolution:
We could set up the
harvester.os.sshd.sftp
to true.The harvester-installer would create the related config file by stage
AfterInstallChrootCommands
We also need the harvester/os2#78
That would include the customer config that we would like to add.
Related Issue:
harvester/harvester#4480
Test plan: