-
Notifications
You must be signed in to change notification settings - Fork 896
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
Upgrade Istio to v1.24.2 #2950
Upgrade Istio to v1.24.2 #2950
Conversation
Signed-off-by: biswajit-9776 <[email protected]>
Signed-off-by: biswajit-9776 <[email protected]>
Signed-off-by: biswajit-9776 <[email protected]>
Signed-off-by: biswajit-9776 <[email protected]>
Hello @juliusvonkohout, I used the same profile.yaml to install istio-1.24.2 and manually changed spec.tag: 1.24.2 as they have removed the istioctl profile command in their 1.24.x release. However, inspecting the manifest it generates, seems they have removed the ingressgateway service. Could you confirm if this is true as I'm unable to check it in their release docs. |
That is interesting are you sure that profiles are gone? Can you check the git diff ? |
The profiles are there which you could see in 1.24 release, they however removed the istioctl profile command which we were able to use before. |
Could it be that it has been replaced by https://gateway-api.sigs.k8s.io/ ? But yes we definitely need some kind of gateway, either the old style or the new API and a service that exposes it within Kubernetes. |
Well we did plan to adopt the gateway API as per issue. |
Lets keep the changes per PR small for easier reviews, so try to replicate the status quo first and continue in follow-up PRs. |
Signed-off-by: biswajit-9776 <[email protected]>
Signed-off-by: biswajit-9776 <[email protected]>
Signed-off-by: biswajit-9776 <[email protected]>
Signed-off-by: biswajit-9776 <[email protected]>
Signed-off-by: biswajit-9776 <[email protected]>
What a PR. Took me an hour to review :-D @biswajit-9776 can you create the follow up PR to switch to the gateway API ? /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: juliusvonkohout The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hope the changes didn't bother you much :) |
Pull Request Template for Kubeflow manifests Issues
✏️ A brief description of the changes
📦 List any dependencies that are required for this change
🐛 If this PR is related to an issue, please put the link to the issue here.
✅ Contributor checklist
DCO
check)