-
Notifications
You must be signed in to change notification settings - Fork 885
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: Upgrade Istio version and stop using deprecated Istio RBAC policy #1551
Comments
Issue-Label Bot is automatically applying the labels:
Please mark this comment with 👍 or 👎 to give our bot feedback! |
People who might be interested: @krishnadurai @lluunn @swiftdiaries This is an important issue, as we will start seeing more and more users with Istio 1.6 already installed on their K8S, which will mean they are unable to install Kubeflow. |
I think going forward from istio 1.6, we might possibly look at updating just the Istio related manifests (post-Istio install ones). I'm seeing users installing Istio with I'm thinking a |
/priority p1 |
Yes this would be very useful for my use case. Profile Controller also has this issue in that it uses v1alpha1 RBAC Istio API that is removed in 1.6+ (see kubeflow/kubeflow#5301). |
This is extremely relevant to the discussion about separating non-Kubeflow manifests (like See the discussion in Issue: #1554 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in one week if no further activity occurs. Thank you for your contributions. |
Bump |
Will be tackled as part of wg-manifests work for v1.3: https://github.com/kubeflow/community/tree/master/wg-manifests |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in one week if no further activity occurs. Thank you for your contributions. |
This issue was resolved by #1778 |
@thesuperzapper: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
We really need to remove our dependency on these resource as they are removed in Istio 1.6:
ClusterRbacConfig
./istio/istio/base
ServiceRole
./istio-1-3-1/istio-install-1-3-1/base
ServiceRoleBinding
./istio-1-3-1/istio-install-1-3-1/base
Also note: there is an unused folder
stacks/kubeflow/application/istio
in most of the provider stacks.For example, we dont target it in:
kfctl_k8s_istio.v1.1.0.yaml
,kfctl_istio_dex.v1.1.0.yaml
This is good, because it currently sets
clusterRbacConfig=ON
which is not valid and would need to beclusterRbacConfig=ON_WITH_EXCLUSION
.The text was updated successfully, but these errors were encountered: