Replies: 2 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
-
Ideally, yes.
…On Tue, May 6, 2025 at 9:47 PM a76yyyy ***@***.***> wrote:
im working on landing #67799
<#67799> at the moment, and follow
up PR's to centralize parts of salt to interact through this cache
interface, and finally a sqlalchemy driven cache & returner backend. when
we get these all landed the necessity for a shared file system can be
removed for clustered masters
From
https://github.com/saltstack/salt/blob/master/doc%2Ftopics%2Ftutorials%2Fmaster-cluster.rst#L17-L25,
I see that configuring SaltStack's cluster mode requires not only setting
up cluster_pki_dir on a shared filesystem but also configuring cache_dir.
Will this PR address both issues at once?
—
Reply to this email directly, view it on GitHub
<#67970 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAK2VXYIFLRTOFXZFI7JFL25FQZJAVCNFSM6AAAAAB3N7IDGKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMBVG4ZTKMI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to horizontally scale the master nodes in a SaltStack master cluster. Could you help clarify the following:
Automatic node management:
Does SaltStack support automatic joining/leaving of master nodes in a master cluster without manual modifications to the
cluster_peers
configuration in master config files?Configuration synchronization:
If manual configuration is required, must the
cluster_peers
list be updated on all existing master nodes when adding/removing a node?Service impact:
If configuration changes are needed:
Automation workflow:
Are there recommended methods to streamline these operations? Specifically:
Thank you for your insights!
Beta Was this translation helpful? Give feedback.
All reactions