Skip to content

Instantly share code, notes, and snippets.

@peterbean410
Created April 7, 2022 00:49
Show Gist options
  • Save peterbean410/7976027b4294220bab89586d6e03ff30 to your computer and use it in GitHub Desktop.
Save peterbean410/7976027b4294220bab89586d6e03ff30 to your computer and use it in GitHub Desktop.
Install Crossplane
kubectl create namespace crossplane-system
helm repo add crossplane-stable https://charts.crossplane.io/stable
helm repo update
helm install crossplane --namespace crossplane-system crossplane-stable/crossplane
helm list -n crossplane-system
kubectl get all -n crossplane-system
curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment