-
Notifications
You must be signed in to change notification settings - Fork 95
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
Kubernetes native sidecar not supported #1312
Comments
@aramase Fix require to updates k8s.io libraries to v0.29.x |
Thanks for reporting the issue. I have a PR open to update the deps: #1292. |
Any chance of getting a new release soon and deploying that on AKS? This is blocking us from using new sidecar functionality. |
Is it possible to get an ETA on when we might see this appearing in AKS? We're also blocked from using native sidecars in Istio, many thanks. |
Great thanks @rene-bos! I missed it in the changelog. We use the integrated --enable-workload-identity install method and are still on v1.2.2. I can't seem to find any docs to say which AKS release version it will be included in, we are on 1.29.4 already so I will keep an eye out for updates. |
The problem is still there on AKS 1.30.2. I freshly deployed a new cluster with an application using workload identities together with istio and native sidecars. I am still getting the error Pod "some-pod-name" is invalid: |
Describe the bug
AWI remove the field restartPolicy on init containers that break the support of Kubernetes native sidecar
Steps To Reproduce
Expected behavior
The main container must be running and not waiting the end of the init container as the init container is a native sidecar (restartPolicy = Always).
Logs
NAME READY STATUS RESTARTS AGE
simple-deployment-7854b77d4b-hbs7r 0/1 Init:0/1 0 3m35s
Environment
kubectl version
): Server Version: v1.29.2Additional context
istio/istio#49221
The text was updated successfully, but these errors were encountered: