Skip to content

Commit

Permalink
Update developer guide for v1alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
xychu committed Jun 13, 2018
1 parent 1b783e3 commit 7d1d084
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ kubectl create -f ./examples/crd/crd.yml
Or

```bash
# If you are using v1alpha1
kubectl create -f ./examples/crd/crd-v1alpha2.yml
# If you are using v1alpha2
kubectl create -f ./examples/crd/crd-v1alpha2.yaml
```

### Run Operator
Expand Down
1 change: 1 addition & 0 deletions examples/crd/crd-v1alpha2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
spec:
group: kubeflow.org
version: v1alpha2
scope: Namespaced
names:
kind: TFJob
singular: tfjob
Expand Down

0 comments on commit 7d1d084

Please sign in to comment.