From 474c723212d3ecfaaff8287a054f6016426aa374 Mon Sep 17 00:00:00 2001 From: Chanseok Oh Date: Thu, 5 Mar 2020 17:55:35 -0500 Subject: [PATCH 1/2] Update security context constraint instructions --- docs/install.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index 45441fe58c5..df00d72eb64 100644 --- a/docs/install.md +++ b/docs/install.md @@ -91,12 +91,11 @@ for more information. oc login -u system:admin ``` -1. Set up the project and name space: +1. Set up the namespace (project) configure the service account: ```bash oc new-project tekton-pipelines oc adm policy add-scc-to-user anyuid -z tekton-pipelines-controller - oc apply --filename https://storage.googleapis.com/tekton-releases/pipeline/latest/release.notags.yaml ``` 1. Install Tekton Pipelines: From f573ec5fe921d3b0a15a7e32766536e5b7e254bd Mon Sep 17 00:00:00 2001 From: Chanseok Oh Date: Thu, 5 Mar 2020 17:58:47 -0500 Subject: [PATCH 2/2] Update install.md --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index df00d72eb64..d305e90e535 100644 --- a/docs/install.md +++ b/docs/install.md @@ -91,7 +91,7 @@ for more information. oc login -u system:admin ``` -1. Set up the namespace (project) configure the service account: +1. Set up the namespace (project) and configure the service account: ```bash oc new-project tekton-pipelines