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

Provider fails to install from JFrog private registry #506

Open
AlexBorgognoniDBG opened this issue Jun 5, 2023 · 0 comments
Open

Provider fails to install from JFrog private registry #506

AlexBorgognoniDBG opened this issue Jun 5, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@AlexBorgognoniDBG
Copy link

What happened?

The GCP Provider fails to install. I am running crossplane on a private GKE cluster (company standards) so the nodes do not have public IP addresses and thus no access to the internet. However, we have a JFrog artifactory registry which the nodes can connect to. Installing crossplane itself worked by simply pushing the image to the registry and changing the image value in the helm chart. For the GCP provider though, when changing the 'package' value in the manifest I get an error message saying packages/provider.pkg.crossplane.io: cannot unpack package: failed to fetch package digest from remote: failed to fetch package descriptor with a GET request after a previous HEAD request failure: Get "https://xxx.artifactory.xxx.io/v2/": dial tcp x.x.x.x:443: i/o timeout. The registry is definitely reachable since it worked to install crossplane itself.

How can we reproduce it?

You probably can't since I am not sure about the configuration of our artifact registry, but trying to install the provider on a private GKE cluster from a JFrog artifactory registry is probably the closest you could get.

What environment did it happen in?

Crossplane version: 1.12.1
Kubectl client version: v1.26.1
Kubernetes version on nodes: v1.25.8-gke.500

@AlexBorgognoniDBG AlexBorgognoniDBG added the bug Something isn't working label Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant