Provider GCP is a Crossplane provider that is built using Upjet code generation tools and exposes XRM-conformant managed resources for the GCP API.
Follow the quick start guide here. You can find a detailed API reference for all the managed resources with examples in the Upbound Marketplace.
For getting more information about resource consumption and monitoring the upjet runtime, please see Sizing Guide and Monitoring Guide
For the general contribution guide, see Upjet Contribution Guide
If you'd like to learn how to use Upjet, see Usage Guide.
Follow the guide here.
-
Check out the provider repo, crossplane-contrib/provider-upjet-gcp, and go to the project directory on your local machine.
-
Do the necessary changes locally and please make sure you have comitted all of them.
-
Run the
make load-pkg
command for family providers as follows.
If you want to build any of the family resource providers (e.g., provider-gcp-cloudplatform
, provider-gcp-container
), you can do:
make load-pkg PROVIDERS="cloudplatform container" REPO="index.docker.io/<your-dockerhub-org>"
Note: Installable images for the family config provider will be created by default.
For more information, follow the guide here.
For filing bugs, suggesting improvements, or requesting new features, please open an issue.
#upjet-provider-gcp channel in Crossplane Slack
Provider GCP is under the Apache 2.0 license with notice.