File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
docs/content/en/docs-v1.0.x/user-guide/managing-piped Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff 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
1120The remote upgrade is the ability to restart the currently running Piped with another version from the web console.
1221This reduces the effort involved in updating Piped to newer versions.
1322All Pipeds that are running by the provided Piped container image can be enabled to use this feature.
1423It 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.
1726Please check the [installation](../../../installation/install-piped/) guide on each environment to see the details.
1827
1928After 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 -->
You can’t perform that action at this time.
0 commit comments