● podman.service - Podman API Service
Loaded: loaded (/usr/lib/systemd/system/podman.service; static; vendor preset: disabled)
Active: inactive (dead) since Thu 2023-09-14 08:49:04 KST; 21s ago
Docs: man:podman-system-service(1)
Process: 19988 ExecStart=/usr/bin/podman $LOGGING system service (code=exited, status=0/SUCCESS)
Main PID: 19988 (code=exited, status=0/SUCCESS)
Sep 14 08:48:59 master1 podman[19988]: time="2023-09-14T08:48:59+09:00" level=warning msg="Error initializing configured OC>
Sep 14 08:48:59 master1 podman[19988]: time="2023-09-14T08:48:59+09:00" level=warning msg="Error initializing configured OC>
Sep 14 08:48:59 master1 podman[19988]: time="2023-09-14T08:48:59+09:00" level=info msg="Found CNI network cni0 (type=calico>
Sep 14 08:48:59 master1 podman[19988]: time="2023-09-14T08:48:59+09:00" level=info msg="Found CNI network podman (type=brid>
Sep 14 08:48:59 master1 podman[19988]: time="2023-09-14T08:48:59+09:00" level=warning msg="Default CNI network name podman >
Sep 14 08:48:59 master1 podman[19988]: time="2023-09-14T08:48:59+09:00" level=info msg="Setting parallel job count to 13"
Sep 14 08:48:59 master1 podman[19988]: time="2023-09-14T08:48:59+09:00" level=info msg="using systemd socket activation to >
Sep 14 08:48:59 master1 podman[19988]: time="2023-09-14T08:48:59+09:00" level=info msg="using API endpoint: ''"
Sep 14 08:48:59 master1 podman[19988]: time="2023-09-14T08:48:59+09:00" level=info msg="API server listening on \"/run/podm>
Sep 14 08:48:59 master1 systemd[1]: Started Podman API Service.-- Unit tmaxcloud.service has begun starting up.
Sep 14 08:32:10 master1 podman[1856]: time="2023-09-14T08:32:10+09:00" level=error msg="Error adding network: failed to allocate for range 0: 10.88.0.13 has been allocated to 9c29c2ce40459ee7436e9eb09b8486a1db26d98ac1db6c88fb5472128b3af917, duplicate allocation is not allowed"
Sep 14 08:32:10 master1 podman[1856]: time="2023-09-14T08:32:10+09:00" level=error msg="Error while adding pod to CNI network \"podman\": failed to allocate for range 0: 10.88.0.13 has been allocated to 9c29c2ce40459ee7436e9eb09b8486a1db26d98ac1db6c88fb5472128b3af917, duplicate allocation is not allowed"
Sep 14 08:32:10 master1 podman[1856]: Error: unable to start container "9c29c2ce40459ee7436e9eb09b8486a1db26d98ac1db6c88fb5472128b3af917": error configuring network namespace for container 9c29c2ce40459ee7436e9eb09b8486a1db26d98ac1db6c88fb5472128b3af917: failed to allocate for range 0: 10.88.0.13 has been allocated to 9c29c2ce40459ee7436e9eb09b8486a1db26d98ac1db6c88fb5472128b3af917, duplicate allocation is not allowed
Sep 14 08:32:10 master1 systemd[1]: tmaxcloud.service: Control process exited, code=exited status=125
Sep 14 08:32:10 master1 podman[1943]: 9c29c2ce40459ee7436e9eb09b8486a1db26d98ac1db6c88fb5472128b3af917
Sep 14 08:32:10 master1 systemd[1]: tmaxcloud.service: Failed with result 'exit-code'.
Sep 14 08:32:10 master1 systemd[1]: Failed to start Podman container-9c29c2ce40459ee7436e9eb09b8486a1db26d98ac1db6c88fb5472128b3af917.service.
-- Subject: Unit tmaxcloud.service has failedpodman 컨테이너 런타임 설정
# vi /etc/containers/containers.conf
[engine]
runtime="runc"
systemctl start podman
이미지 레지스트리 ip파일 삭제
rm /var/lib/cni/networks/podman/10.88.0.13
systemctl status tmaxcloud
podman psImagePullBackOff 에러가 뜨는 이미지 전부 재기동
kubectl -n {NAMESPACE} rollout restart deploy