up uxp
Install and manage Upbound Universal Crossplane (UXP) with up uxp
commands.
Read the Upbound Universal Crossplane section more information about UXP.
<version>
- the desired UXP version to install. Default islatest
.--kubeconfig = <path>
- path to a kubeconfig file to connect to a Kubernetes cluster to install UXP into. The default is the kubeconfig file used bykubectl
.-n,--namespace=<namespace>
- the namespace to install UXP into. The default is the value of the environmental variable$UXP_NAMESPACE
orupbound-system
.--unstable
- install a version of UXP from theunstable
channel.--set=KEY=VALUE;...
- a series of semi-colon separated key-value pairs to set UXP parameters at install time.-f,--file = <path>
- a parameters file with key-value pairs to set UXP settings at install time.
UXP installs the latest stable release by default.
The list of available UXP versions is in the charts.upbound.io/stable listing.
The UXP guide lists all install-time settings.
|
|
|
|
--kubeconfig = <path>
- path to a kubeconfig file to connect to a Kubernetes cluster to remove UXP. The default is the kubeconfig file used bykubectl
.-n,--namespace=<namespace>
- the namespace to uninstall UXP from. The default is the value of the environmental variable$UXP_NAMESPACE
orupbound-system
.
Uninstall UXP from the cluster.
|
|
<version>
- the target version to upgrade UXP to. Default islatest
--kubeconfig = <path>
- path to a kubeconfig file to connect to a Kubernetes cluster to remove UXP. The default is the kubeconfig file used bykubectl
.-n,--namespace=<namespace>
- the namespace to uninstall UXP from. The default is the value of the environmental variable$UXP_NAMESPACE
orupbound-system
.--unstable
- install a version of UXP from theunstable
channel.--set=KEY=VALUE;...
- a series of semi-colon separated key-value pairs to set UXP parameters at install time.-f,--file = <path>
- a parameters file with key-value pairs to set UXP settings at install time.--rollback
- rollback to the last installed version of UXP if the upgrade fails.--force
- upgrade UXP even if the versions are incompatible.
UXP upgrades can be from one UXP version to another or from open source Crossplane to a compatible UXP version.
|
|
|
|