You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/upgrade/upgrade-from-previous-version.mdx
+47-6Lines changed: 47 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ weight: 10
3
3
---
4
4
5
5
exportconst prevVersion ='1.5'
6
-
exportconst curVer ='2.2'
6
+
exportconst curVer ='2.3'
7
7
8
8
# Upgrade Alauda AI
9
9
@@ -99,16 +99,16 @@ For detailed installation and configuration steps, please refer to the [Alauda B
99
99
### Upgrading Cluster Plugins
100
100
101
101
:::info
102
-
This step is **only required if you have deployed** any of the following cluster plugins: **Alauda AI Workbench**, **Alauda AI MLflow**, or **Alauda AI Volcano**. If you have not deployed any of these plugins, you can skip this step.
102
+
This step is **only required if you have deployed** any of the following cluster plugins: **Alauda AI Workbench**, **MLflow**, or **Volcano**. If you have not deployed any of these plugins, you can skip this step.
103
103
104
104
For more information about cluster plugins, refer to <ExternalSiteLink name="acp" href="extend/index.html" children="Alauda Container Platform - Extend" />.
105
105
:::
106
106
107
107
The procedure to upgrade cluster plugins involves uploading new version packages and then upgrading them from the Web Console. The following plugins require upgrading:
108
108
109
109
- Alauda AI Workbench
110
-
- Alauda AI MLflow
111
-
- Alauda AI Volcano
110
+
- MLflow
111
+
- Volcano
112
112
113
113
#### Uploading Cluster Plugins
114
114
@@ -124,6 +124,47 @@ After the upload is completed, wait approximately 10–15 minutes for the platfo
124
124
125
125
Navigate to **Administrator > Marketplace > Upload Packages** and switch to the **Cluster Plugin** tab. Locate each uploaded plugin to verify that the new version is displayed.
126
126
127
+
#### Troubleshooting
128
+
129
+
##### New version not visible after upload (ACP 4.0.x)
130
+
131
+
On **Alauda Container Platform (ACP) 4.0.x**, the Web Console may fail to show a newly uploaded cluster plugin version even though the upload succeeded. This behavior is a known **ACP** limitation; it has been addressed in newer **ACP** releases.
132
+
133
+
If the new version does not appear after waiting for synchronization, the following workaround can be used to set the target version on the corresponding `ModuleInfo` and trigger the plugin upgrade directly.
134
+
135
+
The following `kubectl` commands must run on the **global** cluster.
1. Resolve the `ModuleInfo` resource name. Replace `<Cluster Name>` with the target cluster name. For `<Plugin Identifier>`, use the value in the **Plugin Identifier** column of the table above:
The patch takes effect immediately and **directly triggers the cluster plugin upgrade** to `<New Version>`, bypassing the Web Console upgrade action. Verify the version string before running the command.
166
+
:::
167
+
127
168
#### Upgrading from Web Console
128
169
129
170
1. Navigate to **Administrator > Clusters > Clusters**.
In the **Administrator** view, navigate to **Marketplace > Cluster Plugins** and confirm that the following cluster plugins show `Installed` status with the new version:
0 commit comments