This repository has been archived by the owner on Mar 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #293 from stakater/update-tronador-docs
Update tronador docs
- Loading branch information
Showing
5 changed files
with
44 additions
and
4 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
title Tronador Workflow | ||
|
||
actor Developer | ||
participant Code Repo | ||
participant Tekton | ||
participant Image Registry | ||
participant GitOps Repo | ||
participant Argo | ||
participant K8s Cluster | ||
participant K8s Build | ||
participant Tronador | ||
participant Helm Controller | ||
participant Tenant Operator | ||
participant K8s Preview | ||
|
||
Developer->Code Repo: git push | ||
Developer->Code Repo: create pull request | ||
Code Repo->Tekton: SCM event | ||
Tekton->Image Registry: upload\nsnapshot image | ||
note over Tekton: create EP CR | ||
Tekton->GitOps Repo: push EP CR | ||
Argo->GitOps Repo: git pull | ||
Argo->K8s Cluster: sync | ||
Tronador->K8s Cluster: watch EP | ||
Tronador->+K8s Preview: create PR namespace | ||
Tronador->K8s Preview: create helm release | ||
Helm Controller->K8s Preview: watch helm release | ||
K8s Build->K8s Preview: sync git secrets | ||
Code Repo->K8s Preview: pull helm chart | ||
Helm Controller->K8s Preview: create deployment | ||
Tenant Operator->K8s Preview: sync image\nregistry secrets | ||
Image Registry->K8s Preview: pull application snapshot image | ||
note over K8s Preview: environment provisioning\n completed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters