Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: tjandy98 <3953059+tjandy98@users.noreply.github.com>
  • Loading branch information
tjandy98 committed Mar 19, 2024
1 parent 88dc96d commit 3334752
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions docs/modelserving/storage/gcs/gcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,21 @@ kubectl apply -f create-gcs-secret.yaml
## Deploy the model on GCS with `InferenceService`

Create the InferenceService with the Google service account credential

=== "yaml"

```yaml
apiVersion: serving.kserve.io/v1beta1
kind: InferenceService
metadata:
name: sklearn-gcs
spec:
predictor:
sklearn:
storage:
key: gcs
path: models/tensorflow/flowers
parameters: # Parameters to override the default values
bucket: kfserving-examples
```
```yaml
apiVersion: serving.kserve.io/v1beta1
kind: InferenceService
metadata:
name: sklearn-gcs
spec:
predictor:
sklearn:
storage:
key: gcs
path: models/tensorflow/flowers
parameters: # Parameters to override the default values
bucket: kfserving-examples
```
Apply the `sklearn-gcs.yaml`.

Expand Down

0 comments on commit 3334752

Please sign in to comment.