You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behaviour: aptakube does not add the resources of the native sidecar container (istio-proxy) in node view. For example, it only calculates the cpu request of nginx container (100m)
Expected behavior: aptakube should also add the resources of the native sidecar container(istio-proxy) in node view. For example, it should calculate the cpu request of both nginx and istio-proxy containers (100m + 100m = 200m), this can be verified if we check the node using kubectl