From 283e7b2a51ec73903a6d3f9362fc3009b898ef33 Mon Sep 17 00:00:00 2001 From: lplazas Date: Thu, 11 Apr 2024 16:23:52 +0100 Subject: [PATCH] docs: Clarify need for credentials when running make codegen (#6014) --- website/content/en/docs/contributing/development-guide.md | 2 +- website/content/en/preview/contributing/development-guide.md | 2 +- website/content/en/v0.32/contributing/development-guide.md | 2 +- website/content/en/v0.34/contributing/development-guide.md | 2 +- website/content/en/v0.35/contributing/development-guide.md | 2 +- website/content/en/v0.36/contributing/development-guide.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/content/en/docs/contributing/development-guide.md b/website/content/en/docs/contributing/development-guide.md index 2afbb4d2ead7..93796441ea98 100644 --- a/website/content/en/docs/contributing/development-guide.md +++ b/website/content/en/docs/contributing/development-guide.md @@ -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. diff --git a/website/content/en/preview/contributing/development-guide.md b/website/content/en/preview/contributing/development-guide.md index 2afbb4d2ead7..93796441ea98 100644 --- a/website/content/en/preview/contributing/development-guide.md +++ b/website/content/en/preview/contributing/development-guide.md @@ -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. diff --git a/website/content/en/v0.32/contributing/development-guide.md b/website/content/en/v0.32/contributing/development-guide.md index e803169d6c5a..50b4aaf7da6e 100644 --- a/website/content/en/v0.32/contributing/development-guide.md +++ b/website/content/en/v0.32/contributing/development-guide.md @@ -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. diff --git a/website/content/en/v0.34/contributing/development-guide.md b/website/content/en/v0.34/contributing/development-guide.md index e803169d6c5a..50b4aaf7da6e 100644 --- a/website/content/en/v0.34/contributing/development-guide.md +++ b/website/content/en/v0.34/contributing/development-guide.md @@ -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. diff --git a/website/content/en/v0.35/contributing/development-guide.md b/website/content/en/v0.35/contributing/development-guide.md index 2afbb4d2ead7..93796441ea98 100644 --- a/website/content/en/v0.35/contributing/development-guide.md +++ b/website/content/en/v0.35/contributing/development-guide.md @@ -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. diff --git a/website/content/en/v0.36/contributing/development-guide.md b/website/content/en/v0.36/contributing/development-guide.md index 2afbb4d2ead7..93796441ea98 100644 --- a/website/content/en/v0.36/contributing/development-guide.md +++ b/website/content/en/v0.36/contributing/development-guide.md @@ -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.