Guido Wischrop (mgm tp)
Guido Wischrop (mgm tp)
Currently we are mixing different OS images for node and controller during the test. While this probably will work fine, I don't think someone will run this in a production...
Our cluster enforces resource requests and limits (see https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#resource-requests-and-limits-of-pod-and-container) - spec.containers[].resources.limits.cpu - spec.containers[].resources.limits.memory - spec.containers[].resources.requests.cpu - spec.containers[].resources.requests.memory I couldn't find a way to specify these in the [config file](https://github.com/deviceinsight/kafkactl/tree/main?tab=readme-ov-file#create-a-config-file). Is...