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
Create BackendService resource, refer it in URLMap resource and apply it.
What happened?
ReconcileError in URLMap resourse
Relevant Error Output Snippet
cannot resolve references: mg.Spec.ForProvider.DefaultService: no resources matched selector
Crossplane Version
1.16.0
Provider Version
1.5.0
Kubernetes Version
v1.30.1-gke.1329003
Kubernetes Distribution
GKE
Additional Info
Same thing happening with GlobalForwardingRule, if I refer by selector to TargetHTTPProxy with targetSelector, however ipAddressSelector works fine.
If I'm trying to refer to the BackendService with defaultServiceRef, resource give me cannot resolve references: mg.Spec.ForProvider.DefaultService: cannot get referenced resource: BackendBucket.compute.gcp.upbound.io "example-backend-service" not found
The text was updated successfully, but these errors were encountered:
This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as stale. It will be closed in 14 days if no further activity occurs. Leaving a comment starting with/fresh will mark this issue as not stale.
This issue is being closed since there has been no activity for 14 days since marking it as stale. If you still need help, feel free to comment or reopen the issue!
Is there an existing issue for this?
Affected Resource(s)
compute.gcp.upbound.io/v1beta2 - BackendService
compute.gcp.upbound.io/v1beta2 - URLMap
compute.gcp.upbound.io/v1beta2 - GlobalForwardingRule
Resource MRs required to reproduce the bug
Backend Service manifest:
URLMap manifest:
Steps to Reproduce
Create BackendService resource, refer it in URLMap resource and apply it.
What happened?
ReconcileError in URLMap resourse
Relevant Error Output Snippet
Crossplane Version
1.16.0
Provider Version
1.5.0
Kubernetes Version
v1.30.1-gke.1329003
Kubernetes Distribution
GKE
Additional Info
Same thing happening with
GlobalForwardingRule
, if I refer by selector toTargetHTTPProxy
withtargetSelector
, howeveripAddressSelector
works fine.If I'm trying to refer to the
BackendService
withdefaultServiceRef
, resource give mecannot resolve references: mg.Spec.ForProvider.DefaultService: cannot get referenced resource: BackendBucket.compute.gcp.upbound.io "example-backend-service" not found
The text was updated successfully, but these errors were encountered: