• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

the default GitOps source repository for booting up Jenkins X


Commit MetaInfo

修訂629f63b0109c12b95e0a069b0fc324bbdf15a1b6 (tree)
時間2019-07-02 16:37:37
作者James Strachan <james.strachan@gmai...>
CommiterGitHub

Log Message

Merge pull request #5 from haysclark/patch-2

Readme formatting and removing kaniko-secret steps

Change Summary

差異

--- a/README.md
+++ b/README.md
@@ -6,16 +6,10 @@ This repository contains the source code for the Jenkins X Development Environme
66 ## How to install...
77
88 ### 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-```
179
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`
1913
2014 ### Run the new Jenkins X Bootstrap Pipeline
2115