Update some docs

This commit is contained in:
kjeld Schouten-Lebbing 2021-08-18 22:52:39 +02:00
parent 9864882ed2
commit 437ce37396
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
3 changed files with 50 additions and 0 deletions

View File

@ -1,5 +1,30 @@
# 04 - Editing Apps
Editing Apps is possible since 21.08, although it has a slightly different GUI it exposes the same setting as installing an App.
##### Requirements
- Make sure your storage-pool is created and working
- Make Make sure you selected your storage-pool when you first opened the "Apps" interface, if not please refer to quick-start guide `01 - First time Apps setup`
- Make sure you have a working internet connection and can reach github and truecharts.org from the host system.
- Make sure you already added the TrueCharts catalog from guide 02
- Make sure your App is installed and, preferably, working
##### Editing the App
- Go to `Installed Applications`
- click the menu button on the right side of the App card
- Select `Edit`
- Change any settings you want to change
- Submit your changes
The App will then go through a process of submitting your changes. If the proces fails, your changes will not be submitted and the edit will be reverted.
The process popup disapears, it might take a few minutes to actually deploy your new changes, due to some things that happen in the background.
#### Video Guide
![type:video](https://www.youtube.com/embed/PseYHVlGYxE)
##### Notes
- It's NOT advisable to switch between Nodeport and Loadbalancer, using the same ports. This WILL cause problems. If you edit an app and switch between NodePort and Loadbalancer, please be sure to use different ports.

View File

@ -1,5 +1,29 @@
# 05 - Upgrading Apps
With TrueCharts we always push new versions of an App for any change. Even for the containers.
This ensures upgrading the App always gives you the Latest-and-Greatest from TrueCharts
##### Requirements
- Make sure your storage-pool is created and working
- Make Make sure you selected your storage-pool when you first opened the "Apps" interface, if not please refer to quick-start guide `01 - First time Apps setup`
- Make sure you have a working internet connection and can reach github and truecharts.org from the host system.
- Make sure you already added the TrueCharts catalog from guide 02
- Make sure your App is installed and, preferably, working
##### Upgrading the App
- Go to `Installed Applications`
- Make sure your App reports that an Upgrade is available on the App Card.
- Make note of the current version, you might want to revert to this version in the future.
- click the menu button on the right side of the App card
- Select `Upgrade`
- Confirm your wish to upgrade
The App will then go through a process of backuping(!) and upgrading your App your changes. If the proces fails, your changes will not be submitted and the edit will be reverted.
After the process popup disapears, it might take a few minutes to actually deploy your newly upgraded App, due to some things that happen in the background.
#### Video Guide
![type:video](https://www.youtube.com/embed/NsZAGtodJVk)

View File

@ -27,6 +27,7 @@ The goal is to gather some suggestions and forward them to iX-Systems.
- Allow changing colors (yellow/gold default) of catalogs/trains boxes in the available/installed apps tabs, to be easier to distinguish between catalog/train.
- Add option for separators and whitespace in questions.yaml [NAS-110750](https://jira.ixsystems.com/browse/NAS-110750)
- Allow showing 1 or more default entries when creating a list (instead of an empty list)
- When using rollback display a dropdown of available versions, instead of a textbox.
- :white_check_mark: Make timezone default to timezone set in TN System [NAS-110373](https://jira.ixsystems.com/browse/NAS-110373)
- :white_check_mark: Show all config options on "Confirm options" when installing an App