Skip to content

Commit

Permalink
Add more behavior for registering app
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshiki Fujikane <ffjlabo@gmail.com>
  • Loading branch information
ffjlabo committed Jul 30, 2024
1 parent c41b467 commit 6677edf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/rfcs/0014-multi-cluster-deployment-for-k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ We propose the feature to apply the manifests to multiple-clusters in one applic

## How it works

### Register Application with multiple platform providers

On the application register part, we can choose multiple platform providers.
At first, user add the first platform provider.
If we want to use the feature for deploying multi-cluster, we can set more platform providers. This is optional.
Only the platform providers specified here can be configured for multi-target.

![image](assets/0014-choose-multiple-providers.png)

Also, we can can the list of platform providers on the piped list page to verify the platform providers.

![image](assets/0014-piped-list.png)

### QickSync

Piped asynchronously applies the resources to each environment based on the platform provider and resourceDir specified by the user.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/rfcs/assets/0014-piped-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6677edf

Please sign in to comment.