Skip to content

Commit 9b01fd6

Browse files
Improve upgrade instructions (#3509)
* Rename KServe models web app and update README Updated README to reflect renaming of KServe models web application and provided deletion instructions for old resources. Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com> --------- Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent b605de6 commit 9b01fd6

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,19 @@ The following manual steps are required when upgrading from `release-26.03` to t
635635
The hashed `ConfigMap` resources (`namespace-labels-data-*`, `profiles-config-*`) are recreated under new hashes by the new manifests and can be left untouched.
636636
> **WARNING:** Never delete the `Profiles` CRD; it would delete every profile namespace.
637637

638+
4. **KServe Models Web Application**:
639+
```sh
640+
# Legacy KServe Models Web Application (renamed from kserve-models-web-app to
641+
# kserve-models-web-application). The old misnamed stack is no longer in the
642+
# manifests, keeps the unbound kserve-models-web-app ServiceAccount, and still
643+
# claims the /kserve-endpoints route, which causes RBAC 403s on SubjectAccessReview requests.
644+
kubectl delete -n kubeflow --ignore-not-found \
645+
serviceaccount/kserve-models-web-app \
646+
service/kserve-models-web-app \
647+
deployment/kserve-models-web-app \
648+
virtualservice.networking.istio.io/kserve-models-web-app
649+
```
650+
638651
## Release Process
639652

640653
[Kubeflow release handbook](https://github.com/kubeflow/community-distribution/blob/master/releases/kubeflow-ai-reference-platform-release-handbook.md).

0 commit comments

Comments
 (0)