Crossplane Operations: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
==Configure Cloud Provider Account== | ==Configure Cloud Provider Account== | ||
{{External|https://crossplane.io/docs/v1.9/reference/configure.html}} | {{External|https://crossplane.io/docs/v1.9/reference/configure.html}} | ||
=Read= | |||
<syntaxhighlight lang='bash'> | |||
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 | |||
</syntaxhighlight> |
Revision as of 22:02, 30 July 2022
Internal
Installation
Configuration
Configure Cloud Provider Account
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