-
Couldn't load subscription status.
- Fork 85
feat: Kubernetes recommended labels #175
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
feat: Kubernetes recommended labels #175
Conversation
Signed-off-by: Nicolas Lamirault <[email protected]>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: nlamirault The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Hi @nlamirault. Thanks for your PR. I'm waiting for a aws-controllers-k8s member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Hi @nlamirault appreciate the contribution! In order to keep the common elements for the controller helm charts synced we use common templates in the code-generator repo. These changes should probably be done there. |
|
@knottnt how can i test the generation of the template using the code-generator ? |
@nlamirault Once you've updated the template files you could test locally by re-building the Helm charts of one of the ACK controller. For example from the code-generator repo the s3-controller could be rebuilt with |
|
I try this one: aws-controllers-k8s/code-generator#619 |
|
i've got this error. Any idea ? $ export SERVICE=s3
$ make build-controller SERVICE=$SERVICE
building ack-generate ... ok.
==== building s3-controller ====
Error evaluating SERVICE_CONTROLLER_SOURCE_PATH environment variable:
/Users/nicolas.lamirault/Projects/Forks/ack-code-generator/scripts/../../s3-controller is not a directory.
Usage:
build-controller.sh <service>
<service> should be an AWS service API aliases that you wish to build -- e.g.
's3' 'sns' or 'sqs' |
Uh oh!
There was an error while loading. Please reload this page.