From f645b3dcdde25f19aeeca531333081f11293e533 Mon Sep 17 00:00:00 2001 From: abchoo <77467773+abchoo@users.noreply.github.com> Date: Thu, 18 Mar 2021 21:02:16 -0400 Subject: [PATCH] Update README.md version to 0.5.1 (#1464) * Update version to 0.5.1 * Update README.md Removed section to apply kfserving_crds.yaml --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 709ea576147..6437491f5ab 100644 --- a/README.md +++ b/README.md @@ -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 ```