Difference between revisions of "Helm install crossplane"
Jump to navigation
Jump to search
(Created page with "== Installation == helm repo add crossplane-stable https://charts.crossplane.io/stable helm repo update helm install crossplane \ crossplane-stable/crossplane \ --na...") |
|||
Line 29: | Line 29: | ||
providers pkg.crossplane.io/v1 false Provider | providers pkg.crossplane.io/v1 false Provider | ||
storeconfigs secrets.crossplane.io/v1alpha1 false StoreConfig | storeconfigs secrets.crossplane.io/v1alpha1 false StoreConfig | ||
+ | |||
+ | |||
+ | |||
+ | == See also == | ||
+ | * {{Crossplane}} | ||
+ | |||
+ | [[Category:IT]] |
Latest revision as of 11:30, 21 March 2024
Installation[edit]
helm repo add crossplane-stable https://charts.crossplane.io/stable helm repo update
helm install crossplane \ crossplane-stable/crossplane \ --namespace crossplane-system \ --create-namespace
kubectl get pods -n crossplane-system NAME READY STATUS RESTARTS AGE crossplane-d4cd8d784-ldcgb 1/1 Running 0 54s crossplane-rbac-manager-84769b574-6mw6f 1/1 Running 0 54s
kubectl api-resources | grep crossplane compositeresourcedefinitions xrd,xrds apiextensions.crossplane.io/v1 false CompositeResourceDefinition compositionrevisions comprev apiextensions.crossplane.io/v1 false CompositionRevision compositions comp apiextensions.crossplane.io/v1 false Composition environmentconfigs envcfg apiextensions.crossplane.io/v1alpha1 false EnvironmentConfig usages apiextensions.crossplane.io/v1alpha1 false Usage configurationrevisions pkg.crossplane.io/v1 false ConfigurationRevision configurations pkg.crossplane.io/v1 false Configuration controllerconfigs pkg.crossplane.io/v1alpha1 false ControllerConfig deploymentruntimeconfigs pkg.crossplane.io/v1beta1 false DeploymentRuntimeConfig functionrevisions pkg.crossplane.io/v1beta1 false FunctionRevision functions pkg.crossplane.io/v1beta1 false Function locks pkg.crossplane.io/v1beta1 false Lock providerrevisions pkg.crossplane.io/v1 false ProviderRevision providers pkg.crossplane.io/v1 false Provider storeconfigs secrets.crossplane.io/v1alpha1 false StoreConfig
See also[edit]
Advertising: