Skip to content

Commit

Permalink
Update __init__.py debug print pod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noama-nv authored Jun 30, 2024
1 parent 61643b5 commit 3528414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ailib/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ def create_onprem(overrides={}, debug=False):
copy2(f"{tmpdir}/pod.yml", '.')
if debug:
print(open(f"{tmpdir}/configmap.yml").read())
print(open(f"{tmpdir}/pod.yml").read())
if ipv6:
cmd = "podman network create --subnet fd00::1:8:0/112 --gateway 'fd00::1:8:1' --ipv6 assistedv6"
info(f"Running: {cmd}")
Expand Down

0 comments on commit 3528414

Please sign in to comment.