monogon-dev / monogon

The Monogon Monorepo. May contain traces of peanuts and a ✨pure Go Linux userland✨. Work in progress!
https://monogon.tech
Apache License 2.0
377 stars 9 forks source link

Containerd preseed logs are confusing to read #287

Closed fionera closed 7 months ago

fionera commented 7 months ago

We are currently prepending the namespace in the logs which seems wrong:

01|          k8s preseed I Successfully imported preseeded bundle k8s.io/k8s.io/pause:local into containerd
01|          k8s preseed I Successfully imported preseeded bundle
01|                      | k8s.io/docker.io/bazel/metropolis/test/e2e/preseedtest:preseedtest_image into containerd

These images have the following tags defined inside bazel:

k8s.io/pause:local
bazel/metropolis/test/e2e/preseedtest:preseedtest_image
fionera commented 7 months ago

This is not wrong but just confusing, as we are importing these image into the k8s.io namespace inside containerd. The image path does not have anything todo with that.