Skip to content

Commit

Permalink
Update README.md version to 0.5.1 (kubeflow#1464)
Browse files Browse the repository at this point in the history
* Update version to 0.5.1

* Update README.md

Removed section to apply kfserving_crds.yaml
  • Loading branch information
abchoo authored Mar 19, 2021
1 parent 9969964 commit f645b3d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,13 @@ generation [script](./hack/self-signed-ca.sh).
KFServing can be installed standalone if your kubernetes cluster meets the above prerequisites and KFServing controller is deployed in `kfserving-system` namespace.

```
TAG=v0.5.0
TAG=v0.5.1
```

Install KFServing CRD
Install KFServing CRD and Controller

Due to [a performance issue applying deeply nested CRDs](https://github.com/kubernetes/kubernetes/issues/91615), please ensure that your `kubectl` version
fits into one of the following categories to ensure that you have the fix: `>=1.16.14,<1.17.0` or `>=1.17.11,<1.18.0` or `>=1.18.8`.
```shell
kubectl apply -f https://github.com/kubeflow/kfserving/releases/download/$TAG/kfserving_crds.yaml
```

Install KFServing Controller

```shell
kubectl apply -f https://github.com/kubeflow/kfserving/releases/download/$TAG/kfserving.yaml
```
Expand Down

0 comments on commit f645b3d

Please sign in to comment.