the default GitOps source repository for booting up Jenkins X
修訂 | 629f63b0109c12b95e0a069b0fc324bbdf15a1b6 (tree) |
---|---|
時間 | 2019-07-02 16:37:37 |
作者 | James Strachan <james.strachan@gmai...> |
Commiter | GitHub |
Merge pull request #5 from haysclark/patch-2
Readme formatting and removing kaniko-secret steps
@@ -6,16 +6,10 @@ This repository contains the source code for the Jenkins X Development Environme | ||
6 | 6 | ## How to install... |
7 | 7 | |
8 | 8 | ### Creating a kubernetes cluster |
9 | - | |
10 | -* either use Terraform to spin up a GKE cluster with a `jx` namespace with a Secret called `kaniko-secret` which has the kaniko Service Account secret details | |
11 | -* create an empty GKE clsuer by hand e.g. via `jx create cluster gke --skip-installation` | |
12 | - * then run: | |
13 | - | |
14 | -``` | |
15 | -kubectl create ns jx | |
16 | -``` | |
17 | 9 | |
18 | -Then create the kaniko secret (maybe copy from another cluster for now until we can automate this part?) | |
10 | +* either use Terraform to spin up a GKE cluster with a `jx` namespace | |
11 | +* create an empty GKE clsuer by hand e.g. via `jx create cluster gke --skip-installation` | |
12 | + * then create a `jx` namespace via `kubectl create ns jx` | |
19 | 13 | |
20 | 14 | ### Run the new Jenkins X Bootstrap Pipeline |
21 | 15 |