Skip to content
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

conversion webhook for bigquery.gcp.upbound.io/v1beta1, Kind=Dataset failed: Post "https://provider-gcp-bigquery-3f939b3rg.crossplane-system.svc:9443/convert?timeout=30s": service "provider-gcp-bigquery-3f939b3rg" not found #572

Open
1 task done
OMARZahranII opened this issue Jul 15, 2024 · 5 comments
Labels
bug Something isn't working needs:triage

Comments

@OMARZahranII
Copy link

OMARZahranII commented Jul 15, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Affected Resource(s)

cloudplatform.gcp.upbound.io/v1beta1 - BigQuery

Resource MRs required to reproduce the bug

apiVersion: pkg.crossplane.io/v1
kind: Provider
metadata:
  name: provider-gcp-bigquery
spec:
  package: xpkg.upbound.io/upbound/provider-gcp-bigquery:v1.5.0

Steps to Reproduce

install the crossplane provider following the documented steps

What happened?

i was trying to use crossplane to deploy a bigquery dataset and i keep getting the mentioned erorr considering that i have deployed and interacted with alot of gcp crossplane providers i noticed that im getting this erorr only from the bigquery provider and specifically the dataset resource crd due to it using

  conversion:
    strategy: Webhook

and when i edit the crd manually to make it

  conversion:
    strategy: None

everything works but i want to modify this from the get go i don't want to do it manually every time considering that the provider will override my changes anyway, how to do so ?

Relevant Error Output Snippet

conversion webhook for bigquery.gcp.upbound.io/v1beta1, Kind=Dataset failed: Post "https://provider-gcp-bigquery-3f939b3rg.crossplane-system.svc:9443/convert?timeout=30s": service "provider-gcp-bigquery-3f939b3rg" not found

Crossplane Version

1.14.1

Provider Version

1.5.0

Kubernetes Version

v1.29.6

Kubernetes Distribution

GKE

Additional Info

No response

@OMARZahranII OMARZahranII added bug Something isn't working needs:triage labels Jul 15, 2024
@OMARZahranII OMARZahranII changed the title [Bug]:conversion webhook for bigquery.gcp.upbound.io/v1beta1, Kind=Dataset failed: Post "https://provider-gcp-bigquery-3f939b3rg.crossplane-system.svc:9443/convert?timeout=30s": service "provider-gcp-bigquery-3f939b3rg" not found [Bug]: conversion webhook for bigquery.gcp.upbound.io/v1beta1, Kind=Dataset failed: Post "https://provider-gcp-bigquery-3f939b3rg.crossplane-system.svc:9443/convert?timeout=30s": service "provider-gcp-bigquery-3f939b3rg" not found Jul 15, 2024
@OMARZahranII OMARZahranII changed the title [Bug]: conversion webhook for bigquery.gcp.upbound.io/v1beta1, Kind=Dataset failed: Post "https://provider-gcp-bigquery-3f939b3rg.crossplane-system.svc:9443/convert?timeout=30s": service "provider-gcp-bigquery-3f939b3rg" not found conversion webhook for bigquery.gcp.upbound.io/v1beta1, Kind=Dataset failed: Post "https://provider-gcp-bigquery-3f939b3rg.crossplane-system.svc:9443/convert?timeout=30s": service "provider-gcp-bigquery-3f939b3rg" not found Jul 15, 2024
@haarchri
Copy link
Member

can you show a kubectl get svc -n crossplane-system ?

@OMARZahranII
Copy link
Author

Yes here is the output

provider-crossplane-castai              ClusterIP   34.118.228.200   <none>        9443/TCP   21d
provider-gcp-bigquery                   ClusterIP   34.118.237.221   <none>        9443/TCP   1d
provider-gcp-cloudfunctions             ClusterIP   34.118.236.191   <none>        9443/TCP   21d
provider-gcp-cloudplatform              ClusterIP   34.118.228.201   <none>        9443/TCP   21d

@haarchri
Copy link
Member

this problem is fixed with crossplane 1.14.2 crossplane/crossplane#5018 - please upgrade https://github.com/crossplane/crossplane/releases/tag/v1.14.2

@Bluesboy
Copy link

I have similar issue, with Subnetwork resource. For some reason kubectl get subnetwork exiting with timeout if any subnetwork manifest exists in the cluster. On other (testing) cluster though everything works fine.

@OMARZahranII
Copy link
Author

thanks @haarchri the issue seems to be resolved after upgrading crossplane version 1.14.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs:triage
Projects
None yet
Development

No branches or pull requests

3 participants