mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 13:38:07 +00:00
Merge pull request #4090 from btat/cli-apps
Rancher CLI not compatible with feature charts
This commit is contained in:
@@ -78,3 +78,7 @@ The following commands are available for use in Rancher CLI.
|
|||||||
Once logged into Rancher Server using the CLI, enter `./rancher --help` for a list of commands.
|
Once logged into Rancher Server using the CLI, enter `./rancher --help` for a list of commands.
|
||||||
|
|
||||||
All commands accept the `--help` flag, which documents each command's usage.
|
All commands accept the `--help` flag, which documents each command's usage.
|
||||||
|
|
||||||
|
### Limitations
|
||||||
|
|
||||||
|
The Rancher CLI **cannot** be used to install [dashboard apps or Rancher feature charts](../helm-charts/).
|
||||||
|
|||||||
@@ -18,20 +18,21 @@ Starting in Rancher v2.6.0, a new versioning scheme for Rancher feature charts w
|
|||||||
| **Name** | **Supported Minimum Version** | **Supported Maximum Version** |
|
| **Name** | **Supported Minimum Version** | **Supported Maximum Version** |
|
||||||
| ---------------- | ------------ | ------------ |
|
| ---------------- | ------------ | ------------ |
|
||||||
| external-ip-webhook | 100.0.0+up1.0.0 | 100.0.1+up1.0.1 |
|
| external-ip-webhook | 100.0.0+up1.0.0 | 100.0.1+up1.0.1 |
|
||||||
| harvester-cloud-provider | 100.0.0+up0.1.8 | 100.0.0+up0.1.8 |
|
| harvester-cloud-provider | 100.0.2+up0.1.12 | 100.0.2+up0.1.12 |
|
||||||
| harvester-csi-driver | 100.0.0+up0.1.9 | 100.0.0+up0.1.9 |
|
| harvester-csi-driver | 100.0.2+up0.1.11 | 100.0.2+up0.1.11 |
|
||||||
| rancher-alerting-drivers | 100.0.0 | 100.0.1 |
|
| rancher-alerting-drivers | 100.0.0 | 100.0.2 |
|
||||||
| rancher-backups | 2.0.0 | 2.1.0 |
|
| rancher-backup | 2.0.1 | 2.1.2 |
|
||||||
| rancher-cis-benchmark | 2.0.0 | 2.0.2 |
|
| rancher-cis-benchmark | 2.0.1 | 2.0.4 |
|
||||||
| rancher-gatekeeper | 100.0.0+up3.5.1 | 100.0.1+up3.6.0 |
|
| rancher-gatekeeper | 100.0.0+up3.6.0 | 100.1.0+up3.7.1 |
|
||||||
| rancher-istio | 100.0.0+up1.10.4 | 100.1.0+up1.11.4 |
|
| rancher-istio | 100.0.0+up1.10.4 | 100.2.0+up1.12.6 |
|
||||||
| rancher-logging | 100.0.0+up3.12.0 | 100.0.1+up3.15.0 |
|
| rancher-logging | 100.0.0+up3.12.0 | 100.1.2+up3.17.4 |
|
||||||
| rancher-longhorn | 100.0.0+up1.1.2 | 100.1.1+up1.2.3 |
|
| rancher-longhorn | 100.0.0+up1.1.2 | 100.1.1+up1.2.3 |
|
||||||
| rancher-monitoring | 100.0.0+up16.6.0 | 100.1.0+up19.0.3
|
| rancher-monitoring | 100.0.0+up16.6.0 | 100.1.0+up19.0.3
|
||||||
| rancher-sriov (experimental) | 100.0.0+up0.1.0 | 100.0.1+up0.1.0 |
|
| rancher-sriov (experimental) | 100.0.0+up0.1.0 | 100.0.3+up0.1.0 |
|
||||||
| rancher-vsphere-cpi | 100.0.0 | 100.1.0+up1.0.100
|
| rancher-vsphere-cpi | 100.3.0+up1.2.1 | 100.3.0+up1.2.1 |
|
||||||
| rancher-vsphere-csi | 100.0.0 | 100.1.0+up2.3.0 |
|
| rancher-vsphere-csi | 100.3.0+up2.5.1-rancher1 | 100.3.0+up2.5.1-rancher1 |
|
||||||
| rancher-wins-upgrader | 100.0.0+up0.0.1 | 100.0.0+up0.0.1 |
|
| rancher-wins-upgrader | 0.0.100 | 100.0.0+up0.0.1 |
|
||||||
|
| neuvector | 100.0.0+up2.2.0 | 100.0.0+up2.2.0 |
|
||||||
|
|
||||||
</br>
|
</br>
|
||||||
**Charts based on upstream:** For charts that are based on upstreams, the +up annotation should inform you of what upstream version the Rancher chart is tracking. Check the upstream version compatibility with Rancher during upgrades also.
|
**Charts based on upstream:** For charts that are based on upstreams, the +up annotation should inform you of what upstream version the Rancher chart is tracking. Check the upstream version compatibility with Rancher during upgrades also.
|
||||||
@@ -130,3 +131,7 @@ If you have a legacy app installed and want to upgrade it:
|
|||||||
- The legacy [feature flag]({{<baseurl>}}/rancher/v2.6/en/installation/resources/feature-flags/) must be turned on (if it's not turned on automatically because of having a legacy app before upgrading)
|
- The legacy [feature flag]({{<baseurl>}}/rancher/v2.6/en/installation/resources/feature-flags/) must be turned on (if it's not turned on automatically because of having a legacy app before upgrading)
|
||||||
- You can upgrade the app from cluster explorer, from the left nav section **Legacy > Project > Apps**
|
- You can upgrade the app from cluster explorer, from the left nav section **Legacy > Project > Apps**
|
||||||
- For multi-cluster apps, you can go to **≡ > Multi-cluster Apps** and upgrade the app from there
|
- For multi-cluster apps, you can go to **≡ > Multi-cluster Apps** and upgrade the app from there
|
||||||
|
|
||||||
|
### Limitations
|
||||||
|
|
||||||
|
[Dashboard apps or Rancher feature charts](../helm-charts/) **cannot** be installed using the Rancher CLI.
|
||||||
|
|||||||
Reference in New Issue
Block a user