Skip to content

Commit

Permalink
Adding pytorch operator to default apply (#2236)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnugeorge authored and k8s-ci-robot committed Jan 9, 2019
1 parent 8d0b579 commit fed535e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion scripts/gke/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ gcpKsApply() {
ks apply default -c cloud-endpoints
ks apply default -c cert-manager
ks apply default -c iap-ingress
ks apply default -c pytorch-operator

popd
}
1 change: 1 addition & 0 deletions scripts/kfctl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ ksApply() {
ks apply default -c jupyter
ks apply default -c centraldashboard
ks apply default -c tf-job-operator
ks apply default -c pytorch-operator
ks apply default -c metacontroller
ks apply default -c spartakus
ks apply default -c argo
Expand Down

0 comments on commit fed535e

Please sign in to comment.