summaryrefslogtreecommitdiff
path: root/pkg/domain/infra/abi/play.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-10-01 13:27:17 -0400
committerGitHub <noreply@github.com>2021-10-01 13:27:17 -0400
commit1b88b678cf14946c4392bccfd9db2ff8510066ee (patch)
tree2b83b71166121cf0a85b3a8869627a481bd0a5de /pkg/domain/infra/abi/play.go
parentc6a896b0c705415a9115dff354b0a19a2c08ce50 (diff)
parent641f0ccc4eb999af3c2a01d709769287ba45451c (diff)
downloadpodman-1b88b678cf14946c4392bccfd9db2ff8510066ee.tar.gz
podman-1b88b678cf14946c4392bccfd9db2ff8510066ee.tar.bz2
podman-1b88b678cf14946c4392bccfd9db2ff8510066ee.zip
Merge pull request #11707 from rhatdan/play
Add podman play kube --no-hosts options
Diffstat (limited to 'pkg/domain/infra/abi/play.go')
-rw-r--r--pkg/domain/infra/abi/play.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/domain/infra/abi/play.go b/pkg/domain/infra/abi/play.go
index cf72a6253..751d6cc05 100644
--- a/pkg/domain/infra/abi/play.go
+++ b/pkg/domain/infra/abi/play.go
@@ -181,7 +181,7 @@ func (ic *ContainerEngine) playKubePod(ctx context.Context, podName string, podY
}
}
- podOpt := entities.PodCreateOptions{Infra: true, Net: &entities.NetOptions{StaticIP: &net.IP{}, StaticMAC: &net.HardwareAddr{}}}
+ podOpt := entities.PodCreateOptions{Infra: true, Net: &entities.NetOptions{StaticIP: &net.IP{}, StaticMAC: &net.HardwareAddr{}, NoHosts: options.NoHosts}}
podOpt, err = kube.ToPodOpt(ctx, podName, podOpt, podYAML)
if err != nil {
return nil, err