Skip to content

Commit 1a3560f

Browse files
committed
docs: update remote upgrade and remote config features note
1 parent ebed636 commit 1a3560f

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/content/en/docs-v1.0.x/user-guide/managing-piped/remote-upgrade-remote-config.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,23 @@ description: >
66
This page describes how to use remote upgrade and remote config features.
77
---
88

9-
## Remote upgrade
9+
>**NOTE:**
10+
>
11+
>Remote Upgrade and Remote Config features are not available right now for PipeCD versions 1.0.0 and above.
12+
> We are working on them, and will update this page as soon as they are ready.
13+
14+
15+
16+
17+
18+
<!-- ## Remote upgrade
1019
1120
The remote upgrade is the ability to restart the currently running Piped with another version from the web console.
1221
This reduces the effort involved in updating Piped to newer versions.
1322
All Pipeds that are running by the provided Piped container image can be enabled to use this feature.
1423
It means Pipeds running on a Kubernetes cluster, a virtual machine, a serverless service can be upgraded remotely from the web console.
1524
16-
Basically, in order to use this feature you must run Piped with `/launcher` command instead of `/piped` command as usual.
25+
In order to use this feature you must run Piped with `/launcher` command instead of `/piped` command as usual.
1726
Please check the [installation](../../../installation/install-piped/) guide on each environment to see the details.
1827
1928
After starting Piped with the remote-upgrade feature, you can go to the Settings page then click on `UPGRADE` button on the top-right corner.
@@ -35,4 +44,4 @@ This feature requires the remote-upgrade feature to be enabled simultaneously. P
3544
## Summary
3645
3746
- By `remote-upgrade` you can upgrade your Piped to a newer version by clicking on the web console
38-
- By `remote-config` you can enforce your Piped to use the latest config data just by updating its config file stored in a Git repository
47+
- By `remote-config` you can enforce your Piped to use the latest config data just by updating its config file stored in a Git repository -->

0 commit comments

Comments
 (0)