From 76e0a40ab94fc7b8d8b03f094c23ce666932b88b Mon Sep 17 00:00:00 2001 From: John Dietz Date: Thu, 1 Dec 2022 17:02:46 -0500 Subject: [PATCH] Update install.md --- docs/kubefirst/github/install.md | 35 ++++---------------------------- 1 file changed, 4 insertions(+), 31 deletions(-) diff --git a/docs/kubefirst/github/install.md b/docs/kubefirst/github/install.md index c156408a1..b46509aa8 100644 --- a/docs/kubefirst/github/install.md +++ b/docs/kubefirst/github/install.md @@ -76,43 +76,18 @@ With your new KUBEFIRST_GITHUB_AUTH_TOKEN exported, let's init your local setup export KUBEFIRST_GITHUB_AUTH_TOKEN=your-new-token kubefirst init \ ---admin-email your_name@yourcompany.com \ +--admin-email yourname@yourcompany.com \ --cloud aws \ --hosted-zone-name yourdomain.com \ --region us-east-1 \ --profile default \ ---cluster-name your_cluster_name \ ---s3-suffix you-s3-bucket-name \ ---github-user yourgithubhandle \ ---github-owner yourgithuborganization -``` - -#### Using a config file - -```yaml -# config.yaml -config: - admin-email: your_name@yourcompany.com - cloud: aws - hosted-zone-name: yourdomain.com - region: us-east-1 - profile: default - cluster-name: your_cluster_name - s3-suffix: you-s3-bucket-name - github-user: yourgithubhandle - github-owner: yourgithuborganization -``` - -```bash -export KUBEFIRST_GITHUB_AUTH_TOKEN=your-new-token - -kubefirst init -c config.yaml +--cluster-name your-cluster-name \ +--github-user your-bot-users-github-username \ +--github-owner your-github-organization-name ``` The `init` process produces a directory of utilities, a state file, and some staged platform content that can now be found at `~/.kubefirst` - - ### Step 3 - `kubefirst cluster create` Now it's time to create the platform, to do so, simply run @@ -120,5 +95,3 @@ Now it's time to create the platform, to do so, simply run ``` kubefirst cluster create ``` - -