cloud-native-setup
cloud-native-setup copied to clipboard
Add support for cri-resource-manager project
This commit adds support for installing and configuring the cri-resource-manager project as an systemd-based service.
It also adds the automation to configure kubelet service to consume
it as a remote container runtime. Finally, it's providing the automation
for cleaning up the kubelet service configuration to its original state
without cri-resource-manager.
Binary installation will be temporally consumed from a personal fork that
is currently hosting cri-resource-manager binaries in the meantime that
cri-resource-manager generates its packaging strategy.
Signed-off-by: Obed N Munoz [email protected]
@grahamwhaley thanks for the feedback, I updated my PR. :)