-
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
[feature request] Add command-line option for YurtHub to disable local cache and GC #476
Comments
In case that yurthub may extend other features for edge nodes in future, I think "--working-mode" is more reasonable. |
@DrmagicE It's make sense to me that add a new parameter for yurthub to specify where yurthub is working, edge or cloud. |
By the way, besides gc and cache feature, other features like |
@rambohe-ch @zzguang Thanks for your advice. I think "--working-mode" is better. I will take over this issue. |
/assign @DrmagicE |
Signed-off-by: zhenggu1 <zhengguang.zhang@intel.com>
What would you like to be added:
Add command-line option for YurtHub to disable local cache and GC.
Why is this needed:
Base on this discussion #450, the YurtHub should also be deployed on the cloud side.
When deploying on the cloud side, caching apiserver response and the garbage collector is no longer needed, so we should provides an option to disable them.
There are some reasonable options here:
Any advice?
others
/kind feature
The text was updated successfully, but these errors were encountered: