Open maxulm opened 1 month ago
I am not quite sure I understand this feature, would you like to elaborate a bit? What's Topgrade's current behavior?
I have several servers automatically updated with topgrade. On some of them, I don't want docker-containers to be updated automatically on others it should be done. It's a bit difficult to explain. Hope you got it.
Ok, I get it. Currently, you have to configure your servers separately, on the servers where you don't want Docker/Podman images to be updated, disable the containers
step.
So topgrade has a local config on the "slaves" and not just the config on the "master"?
So topgrade has a local config on the "slaves" and not just the config on the "master"?
True, every node should have its own configuration file or the default configuration will be used. The only thing that Topgrade's remote functionality will do is launch a Topgrade process on the remote node. And, Topgrade does not have a concept of cluster, they are all equivalent nodes.
Great! Thank you that much :) Von meinem iPhone gesendet
Am 24.10.2024 um 07:49 schrieb SteveLauC @.***>:
So topgrade has a local config on the "slaves" and not just the config on the "master"?
True, every node should have its own configuration file or the default configuration will be used. The only thing that Topgrade's remote functionality will do is launch a Topgrade process on the remote node. And, Topgrade does not have a concept of cluster, they are all equivalent nodes.
— Reply to this email directly, view it on GitHubhttps://github.com/topgrade-rs/topgrade/issues/967#issuecomment-2434357326, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AETDEEWZRQMAUDBWRTZ2MF3Z5CC7RAVCNFSM6AAAAABQPJI3J6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZUGM2TOMZSGY. You are receiving this because you authored the thread.Message ID: @.***>
I want to suggest a new step
--dry-run
option? i.e., print what should be done and exit--yes
option to skip this step?I want to suggest some general feature
Topgrade should be able to disable container-updates on a specific host
More information