You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/master/concepts/claims.md
+8-2
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ If you don't use namespaces in your Kubernetes deployment Claims aren't necessar
138
138
### Claiming existing composite resources
139
139
140
140
By default, creating a Claim creates a new composite resource. Claims can also
141
-
link to existing composite resources.
141
+
link to existing composite resources (if not yet referencing a claim).
142
142
143
143
A use case for claiming existing composite resources may be slow to provision
144
144
resources. Composite resources can be pre-provisioned and a Claim can
@@ -164,6 +164,10 @@ If a Claim specifies a
164
164
{{<hover label="resourceref" line="6">}}resourceRef{{</hover>}} that doesn't
165
165
exist, Crossplane doesn't create a composite resource.
166
166
167
+
If a new Claim specifies a
168
+
{{<hover label="resourceref" line="6">}}resourceRef{{</hover>}} of a composite which is already referenced by another existing claim, then the new Claim will fail with a `CompositeAlreadyBoundError`.
0 commit comments