-
Notifications
You must be signed in to change notification settings - Fork 263
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
Add a tutorial for AWS Private CA ACK Controller #2366
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: anbaig 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @anbaig thanks for the contribution!!
Left one inline comment
|
||
``` | ||
apiVersion: services.k8s.aws/v1alpha1 | ||
kind: AdoptedResource | ||
metadata: | ||
name: adopted-ca | ||
spec: | ||
aws: | ||
arn: arn:aws:acm-pca:us-east-1:111111111111:certificate-authority/9f0d73ed-be9c-49bb-a8bf-009bee09fdc8 | ||
kubernetes: | ||
group: acmpca.services.k8s.aws | ||
kind: CertificateAuthority | ||
metadata: | ||
name: adopted-ca | ||
namespace: default | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We recently introduced https://aws-controllers-k8s.github.io/community/docs/user-docs/features/#resourceadoption adoption by annotation feature. We do plan on deprecating the AdoptedResource CRD in the future.
Issue #, if available: N/A
Description of changes: Adding a tutorial for using AWS Private CA with ACK
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.