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
Microshift: Use listenAddress value as null for microshift config
Because of https://issues.redhat.com//browse/OCPBUGS-35468 bug
microshift is failed to start and as workaround the value of
`listenAddress` should be `null`. It will fix following error
```
Jul 03 04:30:53 api.crc.testing microshift[1933]: ??? I0703 04:30:53.417607 1933 run.go:64] "Version" microshift="4.16.0" base="4.16.0"
Jul 03 04:30:53 api.crc.testing microshift[1933]: ??? E0703 04:30:53.421007 1933 run.go:74] "command failed" err="invalid configuration: error validating ingress.listenAddress: interface not present in the host
```
0 commit comments