Feature request for a k8s best practice.
Add the following flags to the skupper init command:
--config-sync-cpu string CPU request for config-sync pods --config-sync-memory string Memory request for config-sync pods --config-sync-cpu-limit string CPU limit for config-sync pods --config-sync-memory-limit string Memory limit for config-sync pods
The specified resources will be configured in the container config-sync (contained in deploy/skupper-router).
- is duplicated by
-
SKUPPER-142 Specify resource limits for all deployed containers.
- Closed