-
Notifications
You must be signed in to change notification settings - Fork 256
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
Read-only Resources Feature Request #2008
Comments
and finally - #1381 |
Also related: #1585 |
+1 I think this is a must-have feature. |
Issues go stale after 180d of inactivity. |
/remove-lifecycle stale |
Is your feature request related to a problem?
Let's say I have a resource that was either:
I'd still like the ability to reference its values or query the live status of it without ever make changes to it or introducing a split-brain management issue. A good example would be a VPC where I'd like to, say, reference subnet ID's within it.
Describe the solution you'd like
I'd like the ability to create a read-only instance of the resource through the adoption procedure. What I'm looking for is similar to the Observe-Only Resource in Crossplane: crossplane/crossplane#1722
A similar feature is available in the Azure Service Operator with the
serviceoperator.azure.com/reconcile-policy
annotation: https://azure.github.io/azure-service-operator/guide/annotations/#serviceoperatorazurecomreconcile-policy. Setting the reconcile-policy toskip
effectively makes it read-only.Either there could be a way to adopt a resource with a label/annotation that designates it as read-only and prevents the controller from making changes to it, or perhaps a new resource type altogether.
Describe alternatives you've considered
I haven't been able to identify any alternatives thus far.
The text was updated successfully, but these errors were encountered: