This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
v0.1.0-preview
Notable Updates
It's arrived!! Now we have generated CRDs and controllers for ALL types in GCP, getting to total of 438 CRDs in a single provider! In order to make that many CRDs work with Kubernetes API server, patches have been made and all of the latest patch releases of Kubernetes are ready for these giant providers!
Give It A Try!
You can reliably install the provider to the following Kubernetes versions
v1.20.13
,v1.21.7
,v1.22.4
. Installing to earlier versions might cause high resource usage for a while.
Create a kind
cluster with the latest patched Kubernetes version:
kind create cluster --image kindest/node:v1.22.4 --wait 5m
Install Crossplane:
helm install crossplane --namespace crossplane-system --create-namespace crossplane-stable/crossplane --version 1.5.0 --wait
Install the provider!
kubectl crossplane install provider crossplane/provider-jet-gcp:v0.1.0-preview
It will take a few minutes to install but then it'll all be ready for consumption!
What's Changed
Full Changelog: v0.1.0...v0.1.0-preview