Skip to content

Commit

Permalink
Fixes k3s container command flags
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeens committed Oct 24, 2023
1 parent 2372101 commit dddddb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public K3sContainer(DockerImageName dockerImageName) {
tmpFsMapping.put("/var/run", "");
setTmpFsMapping(tmpFsMapping);

setCommand("server", "--no-deploy=traefik", "--tls-san=" + this.getHost());
setCommand("server", "--disable=traefik", "--tls-san=" + this.getHost());
setWaitStrategy(new LogMessageWaitStrategy().withRegEx(".*Node controller sync successful.*"));
}

Expand Down

0 comments on commit dddddb5

Please sign in to comment.