Skip to content

Commit

Permalink
addrss comment
Browse files Browse the repository at this point in the history
  • Loading branch information
weekface committed May 1, 2019
1 parent 0fcf728 commit b948061
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hack/dind-run-operators.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

set -euo pipefail

manifests/local-dind/dind-cluster-v1.12.sh up
kubectl apply -f ./manifests/crd.yaml
helm install charts/tidb-operator --name tidb-operator --namespace=tidb-admin --set "imagePullPolicy=Always"
helm install charts/tidb-cluster --name tidb-cluster --namespace=tidb

0 comments on commit b948061

Please sign in to comment.