-
Notifications
You must be signed in to change notification settings - Fork 406
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
add node-servant #516
add node-servant #516
Conversation
28a1660
to
1741106
Compare
f737df4
to
bb91d4d
Compare
da3eec7
to
f1fd5a9
Compare
2174edd
to
1569c9e
Compare
|
||
func getYurthubCacheDir() string { | ||
// get default dir | ||
return filepath.Join(disk.CacheBaseDir, "yurthub") |
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.
default dir is /etc/kubernetes/cache
, not /etc/kubernetes/cache/yurthub
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.
sure, testing.
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.
done
33ef597
to
5506b1c
Compare
5506b1c
to
16010ab
Compare
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adamzhoul, rambohe-ch The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
Which issue(s) this PR fixes:
Fixes #425
Special notes for your reviewer:
The whole refactor is a big task.
pr here is only for task 1, supporting basic ability.
after this is done, the rest tasks can process with synchronization.
code is still under going, with no test. But ok for discussion.
Tasks TODO:
yurtctl_servant_image