Add podinfo-source.yaml
This commit is contained in:
parent
8b3ebbb943
commit
b72025b126
11
clusters/my-cluster/podinfo-source.yaml
Normal file
11
clusters/my-cluster/podinfo-source.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: GitRepository
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1m0s
|
||||
ref:
|
||||
branch: master
|
||||
url: https://github.com/stefanprodan/podinfo
|
40
pull
40
pull
@ -1,40 +0,0 @@
|
||||
E0619 07:54:09.528768 790 remote_image.go:171] "PullImage from image service failed" err=<
|
||||
rpc error: code = Unknown desc = writing blob: adding layer with blob "sha256:4418ace46c3dd933f98d83f357f31048e72d5db3d97bccfdb0acef769ee8234f": processing tar file(time="2023-06-19T07:52:46+05:00" level=warning msg="Failed to read CAP_SYS_ADMIN presence for the current process"
|
||||
time="2023-06-19T07:52:46+05:00" level=warning msg="hasFullUsersMappings:content="
|
||||
time="2023-06-19T07:52:46+05:00" level=warning msg="Failed to read current user namespace mappings"
|
||||
time="2023-06-19T07:52:46+05:00" level=warning msg="IsRootless_CONTAINERS_ROOTLESS_UID=%!!(MISSING)d(string=)"
|
||||
time="2023-06-19T07:52:46+05:00" level=warning msg="IsRootless_CONTAINERS_ROOTLESS_GID=%!!(MISSING)d(string=)"
|
||||
time="2023-06-19T07:52:46+05:00" level=warning msg="_CONTAINERS_USERNS_CONFIGURED="
|
||||
time="2023-06-19T07:52:46+05:00" level=warning msg="_UsernsEnvName="
|
||||
goroutine 1 [running, locked to thread]:
|
||||
runtime/debug.Stack()
|
||||
runtime/debug/stack.go:24 +0x65
|
||||
runtime/debug.PrintStack()
|
||||
runtime/debug/stack.go:16 +0x19
|
||||
github.com/containers/storage/pkg/unshare.IsRootless.func1()
|
||||
github.com/containers/storage@v1.46.1/pkg/unshare/unshare_linux.go:432 +0x2ac
|
||||
sync.(*Once).doSlow(0xc00010fa40?, 0x0?)
|
||||
sync/once.go:74 +0xc2
|
||||
sync.(*Once).Do(...)
|
||||
sync/once.go:65
|
||||
github.com/containers/storage/pkg/unshare.IsRootless()
|
||||
github.com/containers/storage@v1.46.1/pkg/unshare/unshare_linux.go:413 +0x31
|
||||
github.com/containers/storage/pkg/archive.GetOverlayXattrName({0x294c146, 0x6})
|
||||
github.com/containers/storage@v1.46.1/pkg/archive/archive.go:1551 +0x27
|
||||
github.com/containers/storage/pkg/archive.getOverlayOpaqueXattrName(...)
|
||||
github.com/containers/storage@v1.46.1/pkg/archive/archive_linux.go:16
|
||||
github.com/containers/storage/pkg/archive.overlayWhiteoutConverter.ConvertReadWithHandler({{0x0, 0x3b678b0, 0x2cb3080}}, 0xc0001ec9a0, {0xc00010fa40, 0x1c}, {0x2cc29d0, 0x3c79498})
|
||||
github.com/containers/storage@v1.46.1/pkg/archive/archive_linux.go:121 +0xd1
|
||||
github.com/containers/storage/pkg/archive.overlayWhiteoutConverter.ConvertRead(...)
|
||||
github.com/containers/storage@v1.46.1/pkg/archive/archive_linux.go:173
|
||||
github.com/containers/storage/pkg/archive.Unpack({0x2cb0880?, 0xc000014010}, {0x7ffe1ec5b4f7, 0x1}, 0xc0002fc0c0)
|
||||
github.com/containers/storage@v1.46.1/pkg/archive/archive.go:1086 +0xa9c
|
||||
github.com/containers/storage/pkg/chrootarchive.untar()
|
||||
github.com/containers/storage@v1.46.1/pkg/chrootarchive/archive_unix.go:49 +0x151
|
||||
github.com/containers/storage/pkg/reexec.Init(...)
|
||||
github.com/containers/storage@v1.46.1/pkg/reexec/reexec.go:30
|
||||
main.main()
|
||||
github.com/cri-o/cri-o/cmd/crio/main.go:118 +0x6fe
|
||||
operation not permitted): exit status 1
|
||||
> image="quay.io/keycloak/keycloak:16.1.1"
|
||||
time="2023-06-19T07:54:09+05:00" level=fatal msg="pulling image: rpc error: code = Unknown desc = writing blob: adding layer with blob \"sha256:4418ace46c3dd933f98d83f357f31048e72d5db3d97bccfdb0acef769ee8234f\": processing tar file(time=\"2023-06-19T07:52:46+05:00\" level=warning msg=\"Failed to read CAP_SYS_ADMIN presence for the current process\"\ntime=\"2023-06-19T07:52:46+05:00\" level=warning msg=\"hasFullUsersMappings:content=\"\ntime=\"2023-06-19T07:52:46+05:00\" level=warning msg=\"Failed to read current user namespace mappings\"\ntime=\"2023-06-19T07:52:46+05:00\" level=warning msg=\"IsRootless_CONTAINERS_ROOTLESS_UID=%!!(MISSING)d(string=)\"\ntime=\"2023-06-19T07:52:46+05:00\" level=warning msg=\"IsRootless_CONTAINERS_ROOTLESS_GID=%!!(MISSING)d(string=)\"\ntime=\"2023-06-19T07:52:46+05:00\" level=warning msg=\"_CONTAINERS_USERNS_CONFIGURED=\"\ntime=\"2023-06-19T07:52:46+05:00\" level=warning msg=\"_UsernsEnvName=\"\ngoroutine 1 [running, locked to thread]:\nruntime/debug.Stack()\n\truntime/debug/stack.go:24 +0x65\nruntime/debug.PrintStack()\n\truntime/debug/stack.go:16 +0x19\ngithub.com/containers/storage/pkg/unshare.IsRootless.func1()\n\tgithub.com/containers/storage@v1.46.1/pkg/unshare/unshare_linux.go:432 +0x2ac\nsync.(*Once).doSlow(0xc00010fa40?, 0x0?)\n\tsync/once.go:74 +0xc2\nsync.(*Once).Do(...)\n\tsync/once.go:65\ngithub.com/containers/storage/pkg/unshare.IsRootless()\n\tgithub.com/containers/storage@v1.46.1/pkg/unshare/unshare_linux.go:413 +0x31\ngithub.com/containers/storage/pkg/archive.GetOverlayXattrName({0x294c146, 0x6})\n\tgithub.com/containers/storage@v1.46.1/pkg/archive/archive.go:1551 +0x27\ngithub.com/containers/storage/pkg/archive.getOverlayOpaqueXattrName(...)\n\tgithub.com/containers/storage@v1.46.1/pkg/archive/archive_linux.go:16\ngithub.com/containers/storage/pkg/archive.overlayWhiteoutConverter.ConvertReadWithHandler({{0x0, 0x3b678b0, 0x2cb3080}}, 0xc0001ec9a0, {0xc00010fa40, 0x1c}, {0x2cc29d0, 0x3c79498})\n\tgithub.com/containers/storage@v1.46.1/pkg/archive/archive_linux.go:121 +0xd1\ngithub.com/containers/storage/pkg/archive.overlayWhiteoutConverter.ConvertRead(...)\n\tgithub.com/containers/storage@v1.46.1/pkg/archive/archive_linux.go:173\ngithub.com/containers/storage/pkg/archive.Unpack({0x2cb0880?, 0xc000014010}, {0x7ffe1ec5b4f7, 0x1}, 0xc0002fc0c0)\n\tgithub.com/containers/storage@v1.46.1/pkg/archive/archive.go:1086 +0xa9c\ngithub.com/containers/storage/pkg/chrootarchive.untar()\n\tgithub.com/containers/storage@v1.46.1/pkg/chrootarchive/archive_unix.go:49 +0x151\ngithub.com/containers/storage/pkg/reexec.Init(...)\n\tgithub.com/containers/storage@v1.46.1/pkg/reexec/reexec.go:30\nmain.main()\n\tgithub.com/cri-o/cri-o/cmd/crio/main.go:118 +0x6fe\noperation not permitted): exit status 1"
|
Loading…
x
Reference in New Issue
Block a user