Skip to content

Commit 39bf96e

Browse files
scottileek8s-ci-robot
authored andcommitted
Add references to kustomize issues (kubeflow#1015)
1 parent f1f3a59 commit 39bf96e

File tree

8 files changed

+17
-0
lines changed

8 files changed

+17
-0
lines changed

content/docs/components/serving/istio.md

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ the pod has annotation.
3535

3636
## Kubeflow TF Serving with Istio
3737

38+
_This section has not yet been converted to kustomize, please refer to [kubeflow/manifests/issues/18](https://github.com/kubeflow/manifests/issues/18)._
39+
3840
After installing Istio, we can deploy the TF Serving component as in
3941
[TensorFlow Serving](/docs/components/tfserving_new/) with
4042
additional params:

content/docs/components/serving/pytorchserving.md

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ You can find more details about wrapping a model with seldon-core [here](https:/
3535

3636
## Deploying the model to your Kubeflow cluster
3737

38+
_This section has not yet been converted to kustomize, please refer to [kubeflow/manifests/issues/10](https://github.com/kubeflow/manifests/issues/10)._
39+
3840
We need to have seldon component deployed, you can deploy the model once trained using a pre-defined ksonnet component, similar to [this](https://github.com/kubeflow/examples/blob/master/pytorch_mnist/ks_app/components/serving_model.jsonnet) example.
3941

4042
Create an environment variable, `${KF_ENV}`, to represent a conceptual

content/docs/components/serving/seldon.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ weight = 40
55
+++
66

77
## Serve a model using Seldon
8+
9+
_This section has not yet been converted to kustomize, please refer to [kubeflow/manifests/issues/10](https://github.com/kubeflow/manifests/issues/10)._
10+
811
[Seldon-core](https://github.com/SeldonIO/seldon-core) provides deployment for any machine learning runtime that can be [packaged in a Docker container](https://docs.seldon.io/projects/seldon-core/en/latest/wrappers/README.html).
912

1013
Install the seldon package:

content/docs/components/serving/tfserving_new.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ weight = 51
66

77
## Serving a model
88

9+
_This section has not yet been converted to kustomize, please refer to [kubeflow/website/issues/958](https://github.com/kubeflow/website/issues/958)._
10+
911
We treat each deployed model as two [components](https://ksonnet.io/docs/tutorial#2-generate-and-deploy-an-app-component)
1012
in your APP: one tf-serving-deployment, and one tf-serving-service.
1113
We can think of the service as a model, and the deployment as the version of the model.

content/docs/components/serving/trtinferenceserver.md

+2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ $ gsutil cp -r model_store gs://inference-server-model-store
8181

8282
## Kubernetes Generation and Deploy
8383

84+
_This section has not yet been converted to kustomize, please refer to [kubeflow/website/issues/959](https://github.com/kubeflow/website/issues/959)._
85+
8486
Next use ksonnet to generate Kubernetes configuration for the NVIDIA TensorRT
8587
Inference Server deployment and service. The --image option points to
8688
the NVIDIA Inference Server container in the [NVIDIA GPU Cloud

content/docs/components/training/chainer.md

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ An **alpha** version of [Chainer](https://chainer.org/) support was introduced w
3131

3232
## Verify that Chainer support is included in your Kubeflow deployment
3333

34+
_This section has not yet been converted to kustomize, please refer to [kubeflow/manifests/issues/232](https://github.com/kubeflow/manifests/issues/232)._
35+
3436
Check that the Chainer Job custom resource is installed
3537

3638
```shell

content/docs/components/training/mpi.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ This guide walks you through using MPI for training.
88

99
## Installation
1010

11+
_This section has not yet been converted to kustomize, please refer to [kubeflow/manifests/issues/227](https://github.com/kubeflow/manifests/issues/227)._
12+
1113
If you haven’t already done so please follow the [Getting Started Guide](https://www.kubeflow.org/docs/started/getting-started/) to deploy Kubeflow.
1214

1315
An alpha version of MPI support was introduced with Kubeflow 0.2.0. You must be using a version of Kubeflow newer than 0.2.0.

content/docs/components/training/mxnet.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ This guide walks you through using MXNet with Kubeflow.
88

99
## Installing MXNet Operator
1010

11+
_This section has not yet been converted to kustomize, please refer to [kubeflow/manifests/issues/228](https://github.com/kubeflow/manifests/issues/228)._
12+
1113
If you haven't already done so please follow the [Getting Started Guide](https://www.kubeflow.org/docs/started/getting-started/) to deploy Kubeflow.
1214

1315
A version of MXNet support was introduced with Kubeflow 0.2.0. You must be using a version of Kubeflow newer than 0.2.0.

0 commit comments

Comments
 (0)