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
Using the wrong type for the Owner property only results in missing-owner messages, since the lookup for the owner name happens against the exact GKV of the type of that property. We could at least state the type it is looking for in the error. Bonus points would be if we fail a bunch of times we scan the whole namespace for something with the same name and report that you are using the wrong owner type!
The text was updated successfully, but these errors were encountered:
NAME READY REASON MESSAGE
samplesubnet False WaitingForOwner The owner of this resource cannot be found in Kubernetes. Process is blocked until the owner is created.
samplesubnet False WaitingForOwner Owner "default/aso-sample-rg, GroupKind: microsoft.network.azure.com/VirtualNetwork" cannot be found. Progress is blocked until the owner is created.
Using the wrong type for the Owner property only results in missing-owner messages, since the lookup for the owner name happens against the exact GKV of the type of that property. We could at least state the type it is looking for in the error. Bonus points would be if we fail a bunch of times we scan the whole namespace for something with the same name and report that you are using the wrong owner type!
The text was updated successfully, but these errors were encountered: