Skip to content

Commit

Permalink
docs: Update to use kubectl kustomize in instructions (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrytangyuan authored Aug 14, 2021
1 parent e78151f commit 52cddec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ run distributed or non-distributed TensorFlow jobs on Kubernetes.
### Master Branch

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

### Specific Release

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

## Quick Start
Expand Down

0 comments on commit 52cddec

Please sign in to comment.