Skip to content

Commit

Permalink
Update outdated argo instructions for test/README.md (#1719)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy authored and k8s-ci-robot committed Aug 13, 2019
1 parent 980b4c7 commit af1e0ee
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,10 @@ Here are the one-time steps to prepare for your GKE testing cluster:
- Follow the [main page](https://github.com/kubeflow/pipelines#setup-gke) to
create a GKE cluster.
- Install [Argo](https://github.com/argoproj/argo/blob/master/demo.md#argo-v20-getting-started)
in the cluster. If you have Argo CLI installed locally, just run
```
argo install
```
in the cluster.
- Create cluster role binding.
```
kubectl create clusterrolebinding default-as-admin
--clusterrole=cluster-admin --serviceaccount default:default
kubectl create clusterrolebinding default-as-admin --clusterrole=cluster-admin --serviceaccount=default:default
```
- Follow the
[guideline](https://developer.github.com/v3/guides/managing-deploy-keys/) to
Expand Down

0 comments on commit af1e0ee

Please sign in to comment.