Skip to content
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

remove kfserving component #2239

Merged
merged 1 commit into from
Jul 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ This repo periodically syncs all official Kubeflow components from their respect
| Tensorboards Web App | apps/tensorboard/tensorboards-web-app/upstream | [v1.5.0](https://github.com/kubeflow/kubeflow/tree/v1.5.0/components/crud-web-apps/tensorboards/manifests) |
| Volumes Web App | apps/volumes-web-app/upstream | [v1.5.0](https://github.com/kubeflow/kubeflow/tree/v1.5.0/components/crud-web-apps/volumes/manifests) |
| Katib | apps/katib/upstream | [v0.14.0-rc.0](https://github.com/kubeflow/katib/tree/v0.14.0-rc.0/manifests/v1beta1) |
| KFServing | apps/kfserving/upstream | [v0.6.1](https://github.com/kubeflow/kfserving/releases/tag/v0.6.1) |
| KServe | contrib/kserve/upstream | [v0.7.0](https://github.com/kserve/kserve/tree/v0.7.0) |
| Kubeflow Pipelines | apps/pipeline/upstream | [1.8.2](https://github.com/kubeflow/pipelines/tree/1.8.2/manifests/kustomize) |
| Kubeflow Tekton Pipelines | apps/kfp-tekton/upstream | [v1.2.1](https://github.com/kubeflow/kfp-tekton/tree/v1.2.1/manifests/kustomize) |
Expand Down Expand Up @@ -161,7 +160,7 @@ kustomize build common/oidc-authservice/base | kubectl apply -f -

#### Knative

Knative is used by the KFServing official Kubeflow component.
Knative is used by the KServe official Kubeflow component.

Install Knative Serving:

Expand Down Expand Up @@ -247,7 +246,7 @@ You can learn more about their differences in [Installation Options for Kubeflow

Besides installation instructions in Kubeflow Pipelines Standalone documentation, you need to apply two virtual services to expose [Kubeflow Pipelines UI](https://github.com/kubeflow/pipelines/blob/1.7.0/manifests/kustomize/base/installs/multi-user/virtual-service.yaml) and [Metadata API](https://github.com/kubeflow/pipelines/blob/1.7.0/manifests/kustomize/base/metadata/options/istio/virtual-service.yaml) in kubeflow-gateway.

#### KServe / KFServing
#### KServe

KFServing was rebranded to KServe.

Expand All @@ -265,13 +264,6 @@ kustomize build contrib/kserve/models-web-app/overlays/kubeflow | kubectl apply

- ../contrib/kserve/models-web-app/overlays/kubeflow

For those not ready to migrate to KServe, you can still install KFServing v0.6.1 with
the following command, but we recommend migrating to KServe as soon as possible:

```sh
kustomize build apps/kfserving/upstream/overlays/kubeflow | kubectl apply -f -
```

#### Katib

Install the Katib official Kubeflow component:
Expand Down
24 changes: 0 additions & 24 deletions apps/kfserving/upstream/certmanager/certificate.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions apps/kfserving/upstream/certmanager/kustomization.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions apps/kfserving/upstream/certmanager/kustomizeconfig.yaml

This file was deleted.

187 changes: 0 additions & 187 deletions apps/kfserving/upstream/configmap/inferenceservice.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions apps/kfserving/upstream/configmap/kustomization.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions apps/kfserving/upstream/crd/kustomization.yaml

This file was deleted.

83 changes: 0 additions & 83 deletions apps/kfserving/upstream/crd/patches/protocol.yaml

This file was deleted.

Loading