Crossplane Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:
=Configuration=
=Configuration=
==Configure Cloud Provider Account==
==Configure Cloud Provider Account==
{{External|https://crossplane.io/docs/v1.9/reference/configure.html}}
{{External|https://crossplane.io/docs/v1.10/reference/configure.htmll}}
 
=Read=
=Read=
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>

Revision as of 17:29, 2 November 2022

Internal

Overview

Crossplane CLI.

Installation

Crossplane Installation

Configuration

Configure Cloud Provider Account

https://crossplane.io/docs/v1.10/reference/configure.htmll

Read

kubectl get claim # get all resources of all claim kinds
kubectl get composite # get all resources that are of composite kind
kubectl get managed # get all resources that represent a unit of external infrastructure
kubectl get <name-of-provider> # get all resources related to <provider>
kubectl get crossplane # get all resources related to Crossplane
kubectl get crossplane -l crossplane.io/claim-name=my-db