Skip to content

Commit

Permalink
Use remote Kustomize build option in standalone installation instruct…
Browse files Browse the repository at this point in the history
…ions

This doesn't require cloning the repo, making one-line installation possible.
  • Loading branch information
verult committed Apr 24, 2021
1 parent 8d179f7 commit 5a255e6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,16 @@ run distributed or non-distributed TensorFlow jobs on Kubernetes.

## Installation

### Master Branch

```bash
kustomize build "github.com/kubeflow/tf-operator.git/manifests/overlays/standalone?ref=master" | kubectl apply -f -
```

### Specific Release

```bash
kustomize build manifests/overlays/standalone | kubectl apply -f -
kustomize build "github.com/kubeflow/tf-operator.git/manifests/overlays/standalone?ref=v1.1.0" | kubectl apply -f -
```

## Quick Start
Expand Down

0 comments on commit 5a255e6

Please sign in to comment.