Skip to content

Commit

Permalink
Remove unused tag for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Oct 20, 2023
1 parent a160c79 commit 5557cb3
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@ public void shouldStartAndHaveListableNodeUsingLowerVersion() throws IOException
}

private void runK3s(DockerImageName k3sDockerImage) throws IOException, ApiException {
try (
// starting_k3s {
K3sContainer k3s = new K3sContainer(k3sDockerImage)
.withLogConsumer(new Slf4jLogConsumer(log))
// }
) {
try (K3sContainer k3s = new K3sContainer(k3sDockerImage).withLogConsumer(new Slf4jLogConsumer(log))) {
k3s.start();

// connecting_with_k8sio {
Expand Down

0 comments on commit 5557cb3

Please sign in to comment.