We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using crossplane-runtime with a namespaced CR wanted to use the externalName feature.
Use a namespaced CR and return ExternalNameAssigned = true in Create. This results in the following error:
ExternalNameAssigned = true
Create
2021-02-24T16:59:21.926+0100 DEBUG account_test Cannot update managed resource {"controller": "managed/account.example.org", "request": "default/test-acc-b5f78", "uid": "cb3d3cd8-90ca-4d61-a394-b04bc932e1fb", "version": "94", "external-name": "", "error": "Account.example.org \"test-acc-b5f78\" not found", "requeue-after": "2021-02-24T16:59:26.926+0100"}
The fix is quite simple, I will submit a PR shortly.
Crossplane-runtime version: v0.12.0 and also on master
The text was updated successfully, but these errors were encountered:
Set namespace when looking up resource with externalName
f4d5fc3
Fixes crossplane#245
bc257f0
Fixes crossplane#245 Signed-off-by: Cyrill Troxler <cyrill@nine.ch>
This turned out not to be a bug, I addressed the wider issue here: #251
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What happened?
I'm using crossplane-runtime with a namespaced CR wanted to use the externalName feature.
How can we reproduce it?
Use a namespaced CR and return
ExternalNameAssigned = true
inCreate
. This results in the following error:The fix is quite simple, I will submit a PR shortly.
What environment did it happen in?
Crossplane-runtime version: v0.12.0 and also on master
The text was updated successfully, but these errors were encountered: