Skip to content

Commit

Permalink
docs: Clarify need for credentials when running make codegen (aws#6014)
Browse files Browse the repository at this point in the history
  • Loading branch information
lplazas authored Apr 11, 2024
1 parent 1fbdafa commit 283e7b2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion website/content/en/docs/contributing/development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ make delete # Uninstall Karpenter
### Developer Loop

* Make sure dependencies are installed
* Run `make codegen` to make sure yaml manifests are generated
* Run `make codegen` to make sure yaml manifests are generated (requires a working set of AWS credentials, see [Specifying Credentials](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials))
* Run `make toolchain` to install cli tools for building and testing the project
* You will need a personal development image repository (e.g. ECR)
* Make sure you have valid credentials to your development repository.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ make delete # Uninstall Karpenter
### Developer Loop

* Make sure dependencies are installed
* Run `make codegen` to make sure yaml manifests are generated
* Run `make codegen` to make sure yaml manifests are generated (requires a working set of AWS credentials, see [Specifying Credentials](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials))
* Run `make toolchain` to install cli tools for building and testing the project
* You will need a personal development image repository (e.g. ECR)
* Make sure you have valid credentials to your development repository.
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/v0.32/contributing/development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ make delete # Uninstall Karpenter
### Developer Loop

* Make sure dependencies are installed
* Run `make codegen` to make sure yaml manifests are generated
* Run `make codegen` to make sure yaml manifests are generated (requires a working set of AWS credentials, see [Specifying Credentials](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials))
* Run `make toolchain` to install cli tools for building and testing the project
* You will need a personal development image repository (e.g. ECR)
* Make sure you have valid credentials to your development repository.
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/v0.34/contributing/development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ make delete # Uninstall Karpenter
### Developer Loop

* Make sure dependencies are installed
* Run `make codegen` to make sure yaml manifests are generated
* Run `make codegen` to make sure yaml manifests are generated (requires a working set of AWS credentials, see [Specifying Credentials](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials))
* Run `make toolchain` to install cli tools for building and testing the project
* You will need a personal development image repository (e.g. ECR)
* Make sure you have valid credentials to your development repository.
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/v0.35/contributing/development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ make delete # Uninstall Karpenter
### Developer Loop

* Make sure dependencies are installed
* Run `make codegen` to make sure yaml manifests are generated
* Run `make codegen` to make sure yaml manifests are generated (requires a working set of AWS credentials, see [Specifying Credentials](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials))
* Run `make toolchain` to install cli tools for building and testing the project
* You will need a personal development image repository (e.g. ECR)
* Make sure you have valid credentials to your development repository.
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/v0.36/contributing/development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ make delete # Uninstall Karpenter
### Developer Loop

* Make sure dependencies are installed
* Run `make codegen` to make sure yaml manifests are generated
* Run `make codegen` to make sure yaml manifests are generated (requires a working set of AWS credentials, see [Specifying Credentials](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials))
* Run `make toolchain` to install cli tools for building and testing the project
* You will need a personal development image repository (e.g. ECR)
* Make sure you have valid credentials to your development repository.
Expand Down

0 comments on commit 283e7b2

Please sign in to comment.