You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
Flux output error logs in GKE 1.10, complaining about a non matching regex. The nvidia-gpu-device-plugin image is used in a DaemonSet (same name) located in kube-system namespace.
It seems that GKE use a SHA256 id instead of a tag. I don't know how Flux can manage this kind of specificity but it is a bit noisy when we look at the logs.
Ugh, yeah Flux doesn't handle images that use digests instead of tags. It definitely should -- for many purposes, using digests is preferable to using tags.
Parsing image refs that use digests isn't difficult, and we already fetch digests from the image registries. The hurdle is figuring out when it should use digests instead tags (perhaps when the repository uses a digest?), and how to represent them in the user interface, and that sort of thing.
Hi,
Flux output error logs in GKE 1.10, complaining about a non matching regex. The nvidia-gpu-device-plugin image is used in a DaemonSet (same name) located in kube-system namespace.
It seems that GKE use a SHA256 id instead of a tag. I don't know how Flux can manage this kind of specificity but it is a bit noisy when we look at the logs.
The text was updated successfully, but these errors were encountered: