Crossplane Operations: Difference between revisions
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
=Installation= | =Installation= | ||
{{Internal|Crossplane Installation#Overview|Crossplane Installation}} | {{Internal|Crossplane Installation#Overview|Crossplane Installation}} | ||
{{Internal|Crossplane CLI Installation#Overview|Crossplane CLI Installation}} | |||
=Configuration= | =Configuration= | ||
==Configure Cloud Provider Account== | ==Configure Cloud Provider Account== | ||
{{External|https://crossplane.io/docs/v1. | {{External|https://crossplane.io/docs/v1.10/reference/configure.html}} | ||
=Read= | =Read= | ||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='bash'> | ||
Line 23: | Line 25: | ||
kubectl get crossplane -l crossplane.io/claim-name=my-db | kubectl get crossplane -l crossplane.io/claim-name=my-db | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=Troubleshooting= | |||
{{Internal|Crossplane Troubleshooting#Overview|Crossplane Troubleshooting}} |
Latest revision as of 22:09, 9 November 2022
Internal
Overview
Crossplane CLI.
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
kubectl get crossplane -l crossplane.io/claim-name=my-db