Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs/aws-nodes-graviton #782

Merged
merged 1 commit into from
Nov 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
1 change: 1 addition & 0 deletions docs/kubefirst/github/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ With your new KUBEFIRST_GITHUB_AUTH_TOKEN exported, let's init your local setup
| --s3-suffix | unique identifier for s3 buckets | you-s3-bucket-name |
| --github-user | name of your github user | your_username |
| --github-org | name of your github organization name | your_organization |
| --aws-nodes-graviton| Graviton nodes (ARM) on AWS EKS compute nodes | true |
| --aws-nodes-spot | nodes spot on AWS EKS compute nodes | true |

```bash
Expand Down
1 change: 1 addition & 0 deletions docs/tooling/kubefirst-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ kubefirst init [flags]
Flags:
--admin-email string The email address for the administrator as well as for Lets-Encrypt certificate emails.
--aws-assume-role string Instead of using AWS IAM user credentials, AWS AssumeRole feature generates role based credentials, more at https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html.
--aws-nodes-graviton nodes Graviton on AWS EKS compute nodes, more info [https://aws.amazon.com/ec2/graviton/]
--aws-nodes-spot Nodes spot on AWS EKS compute nodes.
--clean Delete any local Kubefirst content ~/.kubefirst, ~/.k1.
--cloud string The cloud in which to provision infrastructure.
Expand Down