Skip to content
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

istio-proxy could be added twice in ContainerResourceRequests #355

Open
sanposhiho opened this issue Feb 24, 2024 · 0 comments
Open

istio-proxy could be added twice in ContainerResourceRequests #355

sanposhiho opened this issue Feb 24, 2024 · 0 comments
Labels
kind/bug Something isn't working

Comments

@sanposhiho
Copy link
Collaborator

istio-proxy could be added twice in ContainerResourceRequests if the deployment has the sidecar injection annotation and it's using the custom injection:
https://istio.io/latest/docs/setup/additional-setup/sidecar-injection/#customizing-injection

...
  template:
    metadata:
      annotations:
        sidecar.istio.io/inject: "true"
        sidecar.istio.io/proxyCPU: 502m
    spec:
      containers:
      - name: istio-proxy # https://istio.io/latest/docs/setup/additional-setup/sidecar-injection/#customizing-injection
        resources:
          requests:
            cpu: 501m
            memory: 129Mb
@sanposhiho sanposhiho added the kind/bug Something isn't working label Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant