Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 784 Bytes

CROSSPLANE.md

File metadata and controls

29 lines (22 loc) · 784 Bytes

Install Crossplane

kind get clusters

helm repo list
helm repo add crossplane-stable https://charts.crossplane.io/stable
helm repo update

helm install crossplane --namespace crossplane-system --create-namespace crossplane-stable/crossplane
kubectl  get all -n crossplane-system

CLI installation

curl -sL "https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh" | sh
sudo mv crossplane /usr/local/bin

Installing http-provider

crossplane xpkg install provider xpkg.upbound.io/crossplane-contrib/provider-http:v0.2.0

References