Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save brucebentley/36e38a679adb39f538bab1958eb8ce4e to your computer and use it in GitHub Desktop.

Select an option

Save brucebentley/36e38a679adb39f538bab1958eb8ce4e to your computer and use it in GitHub Desktop.
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