Support GO Template #4391
Labels
Good First Issue
This issue would be a good issue for a first time contributor to undertake.
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
stale-issue
/kind bug
Description
Just like closed issues #2688 and #2671, but with the "info" option.
Steps to reproduce the issue:
kubeadm init --apiserver-advertise-address=192.168.122.1 --pod-network-cidr=192.168.123.0/24
Describe the results you received:
Describe the results you expected:
docker info --format '{{ json .}}'
and
podman info --format '{{ json .}}'
should produce json output
Additional information you deem important (e.g. issue happens only occasionally):
In the above kubeadm error, podman is symlinked to docker.
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):The text was updated successfully, but these errors were encountered: