-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
storage-version-migration job never completes on istio enabled cluster #8441
Comments
I'm having this issue as well 😕 |
I would appreciate it if this was resolved as well. |
Posted in slack but worth mentioning here: I’m confused - why do our controllers work but not these jobs. For example the storage migration job just hits the K8s API directly. serving/config/core/deployments/controller.yaml Lines 27 to 32 in b221eab
|
@dprotaso Controllers allow Pod restarts, giving time for the sidecar to start up. I think batch jobs are different. |
@dprotaso it's related to this istio issue where istio does not work correctly with k8s jobs |
that work around mentioned in the issue isn't great :( |
thanks for the context |
What version of Knative?
0.15.1
Expected Behavior
storage-version-migration job to finish on istio enabled cluster
Actual Behavior
storage-version-migration job never completes on istio enabled cluster
Steps to Reproduce the Problem
Install 0.15.1 on istio enabled cluster with auto-injection enabled
Related
This is the same issue from here
knative/eventing-operator#194
Also, it's related to:
istio/istio#6324
Both
https://github.com/knative/serving/blob/release-0.15/config/post-install/storage-version-migration.yaml
and
https://github.com/knative/serving/blob/release-0.15/config/post-install/default-domain.yaml
Need
I'm happy to make the PR to fix this
The text was updated successfully, but these errors were encountered: