Closed tamama closed 7 years ago
Typically via options:
class{'mesos::master':
options => {
zk_session_timeout => 20
}
}
or via hiera config:
mesos::master::options:
zk_session_timeout: 20
Though I figured that out sometime ago from your source code, I thank you for confirming the answer. :)
Hi there, Greetings,
May I know what is the best practice here to add an
--zk_session_timeout
option when starting the Mesos master?Kind regards, Tamama