mirror of
https://github.com/caprover/caprover
synced 2026-09-27 09:05:43 +00:00
Maybe fixed the cluster bug
This commit is contained in:
@@ -1385,7 +1385,9 @@ class DockerApi {
|
||||
updatedData.TaskTemplate.ContainerSpec.Labels || {}
|
||||
updatedData.TaskTemplate.ContainerSpec.Labels.randomLabelForceUpdate = uuid()
|
||||
|
||||
if (authObject) {
|
||||
// if (authObject) TODO
|
||||
// print updatedData.authconfig
|
||||
{
|
||||
updatedData.authconfig = authObject
|
||||
}
|
||||
|
||||
|
||||
@@ -657,7 +657,7 @@ class CaptainManager {
|
||||
})
|
||||
.on('ready', function() {
|
||||
Logger.d('SSH Client :: ready')
|
||||
|
||||
// TODO also run ufw allow stuff
|
||||
conn.exec(
|
||||
dockerApi.createJoinCommand(
|
||||
captainIpAddress,
|
||||
|
||||
Reference in New Issue
Block a user