Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated update of containers via descriptor files #220

Merged

Conversation

stoyan-zoubev
Copy link
Contributor

[#219] Provide user documentation for the automated update of containers

Daemon configuration updated.

Signed-off-by: Stoyan Zoubev [email protected]

…te of containers

Daemon configuration updated.



Signed-off-by: Stoyan Zoubev <[email protected]>
@dimitar-dimitrow dimitar-dimitrow merged commit a28973f into eclipse-kanto:main Apr 24, 2023
@dimitar-dimitrow dimitar-dimitrow deleted the auto-update-containers-docs branch April 24, 2023 14:27
@@ -80,8 +80,10 @@ To control all aspects of the container manager behavior.
| log_file_size | int | 2 | Log file size in MB before it gets rotated |
| syslog | bool | false | Route logs to the local syslog |
| **Deployment** | | | |
| enable | bool | true | Permit the deployment manager service providing installation/update of containers via the container descriptor files |
| mode | string | update | Deployment manager mode, the possible values are: init (container descriptors are processed only on first start, new containers are deployed and started), update (container descriptors are processed on each restart, new containers can be deploed and started, existing containers may be updated, no container removals) |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo :)

deploed -> deployed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide user documentation for the automated update of containers
3 participants