-
Notifications
You must be signed in to change notification settings - Fork 123
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
Custom annotations and labels for AWS family provider pod #1088
Comments
@turkenf, could you please take a look? |
Hi @pierluigilenoci,
For example, you can try the sample YAML file below to add labels to the pods of the s3 family provider.
|
@turkenf thank you very much, |
You're welcome @pierluigilenoci Have you had a chance to try it? If it works, we can close this issue. |
@turkenf still needs to. |
Then you can try with ControllerConfig, I did not try but |
Does it matter how I name the created provider-family-aws? Will other providers be able to communicate with it, because for me it gets created with this name by default: upbound-provider-family-aws. If I already installed the other providers from that family, and after that apply the |
Also, why does not the DeploymentRuntimeConfig apply to the upbound-provider-family-aws deployment even with the |
As @project-administrator, I installed the family provider proactively as suggested here, with @turkenf Is there a way to have only the proactively installed one remaining? |
@turkenf I did some tests locally, and it works perfectly on a clean cluster. If, instead, switching from the "automatic" to the "manual" situation, as happened to us, something dirty remains in Crossplane. Then, the Provider and ProviderRevision manifest of the "automatic" family provider remain in the cluster and are recreated even if manually deleted. To try to reproduce the problem:
|
To follow up better, I created an issue #1452 |
This is solved (also check #1452). |
What problem are you facing?
When a provider in the AWS family is created, a further pod is created, but it is impossible to define specific labels or annotations for this pod.
How could an Official AWS Provider help solve your problem?
I want to specify labels/annotations for that pod.
The text was updated successfully, but these errors were encountered: