RATATOSKRATATOSK
로그인

Kubeflow

v1.10.1AI & ML
2025년 5월 14일

한국어 준비 중Kubeflow v1.10.1 is a patch release focused on component manifest synchronization (KServe, model-registry, spark-operator, Pipelines, Training Operator) and CI/test hardening, with two operator-visible changes: Spark Operator is now enabled by default and Istio sidecar injection moved from annotations to labels. No security fixes are included.

  • breakingSpark Operator is now enabled by default

    Spark Operator now ships enabled by default rather than disabled, so clusters upgrading to v1.10.1 will get Spark Operator running unless it is explicitly turned off first. Review your kustomization overlays if you don't want it active.

  • breakingIstio sidecar injection now configured via labels, not annotations

    Istio sidecar injection configuration moved from annotations to labels. Manifests or overlays that toggle injection via annotations need updating to use labels instead, or sidecar injection may silently stop applying as expected.

주요 변경 (6)

  • Spark Operator is enabled by default, an operator-visible default change from previous releases
  • Istio sidecar injection switched from annotations to labels
  • Fixed a service account token error ("Jwt issuer is not configured")
  • Manifest syncs across the stack: KServe v0.15.0 (web app v0.14.0), model-registry v0.2.17, spark-operator 2.1.1, Pipelines 2.5.0, Training Operator v1.9.2
  • Several smaller bugfixes: Knative Serving 404 via example.com patch, KServe cert-manager readiness checks, PSS warnings for cluster-local-gateway and knative-serving plus stricter PSS baseline enforcement in CI
  • Profiles now integrate with SeaweedFS, plus CI/CD workflow improvements and PodDisruptionBudget documentation