Created
April 27, 2020 12:08
-
-
Save brucebentley/36e38a679adb39f538bab1958eb8ce4e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jx create cluster aws \ | |
| --cluster-name=${USER}-jx-k8s.brucebentley.dev \ | |
| --default-admin-password="administrator" \ | |
| --default-environment-prefix="brucebentley" \ | |
| --domain="jenkins.brucebentley.dev" \ | |
| --environment-git-owner="brucebentley" \ | |
| --git-api-token="$GITHUB_TOKEN" \ | |
| --git-provider-url="https://github.com" \ | |
| --git-username="brucebentley" \ | |
| --kaniko=true \ | |
| --lts-bucket=${USER}-jx-k8s.brucebentley.dev \ | |
| --master-size=t2.micro \ | |
| --node-size=t2.micro \ | |
| --nodes=3 \ | |
| --prow=true \ | |
| --region=us-east-1 \ | |
| --state=s3://${USER}-kops-state-jenkinsx \ | |
| --tags="Owner=${USER},Environment=Test,Division=Services" \ | |
| --tekton=true \ | |
| --zones=us-east-1a \ | |
| --batch-mode=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment