Skip to content

Commit

Permalink
remove outdated banner from kfserving (#2106)
Browse files Browse the repository at this point in the history
* update kfserving docs

* make more formal
  • Loading branch information
animeshsingh authored Aug 11, 2020
1 parent 78964a9 commit 83a159e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions content/en/docs/components/serving/kfserving.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description = "Model serving using KFServing"
weight = 2

+++
{{% alert title="Out of date" color="warning" %}}
This guide contains outdated information pertaining to Kubeflow 1.0. This guide
needs to be updated for Kubeflow 1.1.
{{% /alert %}}

{{% beta-status
feedbacklink="https://github.com/kubeflow/kfserving/issues" %}}
Expand All @@ -26,7 +22,9 @@ Our strong community contributions help KFServing to grow. We have a Technical S

## Install with Kubeflow
KFServing works with Kubeflow 1.1. Kustomize installation files are [located in the manifests repo](https://github.com/kubeflow/manifests/tree/master/kfserving).
See examples running KFServing on [Istio/Dex](https://github.com/kubeflow/kfserving/tree/master/docs/samples/istio-dex) and [GCP](https://github.com/kubeflow/kfserving/tree/master/docs/samples/gcp-iap)
See examples running KFServing on [Istio/Dex](https://github.com/kubeflow/kfserving/tree/master/docs/samples/istio-dex). For installation on major cloud providers with Kubeflow, please follow their installation docs.

Kubeflow 1.1 includes KFServing v0.3, where the focus has been on providing more stability by doing a major move to KNative v1 APIs. Additionally, we added GPU support for PyTorch model servers, and pickled model format support for SKLearn. There were other enhancements to routing, payload logging, including bug fixes etc., details of which can be found [here](https://github.com/kubeflow/kfserving/releases/tag/v0.3.0).

<img src="../kfserving.png" alt="KFServing">

Expand Down

0 comments on commit 83a159e

Please sign in to comment.