Kubeflow 1.10.2 is a maintenance release whose most operator-relevant change is a default switch to Istio CNI paired with a migration to Istio 1.26.1 and merged istio/istio-cni manifests, which can break existing Istio customizations. It also removes static PSS files in favor of dynamic label application, adds KServe path-based routing and Model Registry Helm support, and bundles assorted dependency updates and bug fixes.
securityIstio upgraded to 1.26.1 with merged istio/istio-cni configuration
Istio has been bumped to 1.26.1 and the previously separate istio and istio-cni manifests are merged. Verify that any customized Istio overlays or kustomizations remain compatible with the new combined structure.
breakingIstio CNI is now the default; review manifests before upgrading
Istio CNI is now the default networking mode. Existing deployments that relied on the previous default should review their Istio manifests before upgrading, as the istio and istio-cni configurations have been merged into a single combined setup under Istio 1.26.1.
breakingStatic PSS files removed; labels now applied via enable scripts
Static PSS (Pod Security Standards) files have been removed. Security labels are now applied dynamically via the enable PSS scripts. Any automation or tooling that referenced the static files directly will need to be updated.
Key changes (7)
- Istio CNI is now the default networking mode; existing manifest customizations may need adjustment
- Istio bumped to 1.26.1 with the istio and istio-cni manifests merged into a unified configuration
- Static PSS files removed; Pod Security Standards labels are now applied dynamically by the enable PSS scripts
- KServe path-based routing implemented and Helm Charts support added for Model Registry
- kubeflow/model-registry manifests updated to v0.2.19 and spark-operator manifests to 2.2.0
- Namespace isolation added to V1 pipeline workflows with SeaweedFS, including a new CI security test
- Plus several smaller fixes: seaweedfs PSS warnings, Dex issuer in README, pipeline application command, and busybox image references migrated to ghcr