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 Mar 7, 2023. It is now read-only.
Theila is crashing with a SIGSEGV when navigating to the Overpage page and the Kubernetes cluster is using images with a port. For instance, I'm using a local cache registry and the image for kube-apiserver is registry:5443/k8s.gcr.io/kube-apiserver:v1.22.8. It seems it's trying to parse out v1.22.8 but instead getting 5443/k8s
Use the last `:` in the image reference.
Handle the case when no version was discovered.
See siderolabs/theila#138
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
Use the last `:` in the image reference.
Handle the case when no version was discovered.
See siderolabs/theila#138
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
Use the last `:` in the image reference.
Handle the case when no version was discovered.
See siderolabs/theila#138
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
(cherry picked from commit 0cb84e8)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Theila is crashing with a SIGSEGV when navigating to the Overpage page and the Kubernetes cluster is using images with a port. For instance, I'm using a local cache registry and the image for kube-apiserver is
registry:5443/k8s.gcr.io/kube-apiserver:v1.22.8
. It seems it's trying to parse outv1.22.8
but instead getting5443/k8s
The text was updated successfully, but these errors were encountered: