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 authored Apr 2, 2021
1 parent 8d179f7 commit ec0ebab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ run distributed or non-distributed TensorFlow jobs on Kubernetes.
## Installation

```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 ec0ebab

Please sign in to comment.