crc-org / snc

Single Node Cluster creation scripts for OpenShift 4.x as used by CodeReady Containers
https://crc.dev
Apache License 2.0
100 stars 49 forks source link

Microshift: Use listenAddress value as null for microshift config #929

Closed praveenkumar closed 6 days ago

praveenkumar commented 1 week ago

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

Fixes: #928

openshift-ci[bot] commented 1 week ago

@praveenkumar: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-snc f5f2f53257a4b569e1836bc5c642135730496b10 link true /test e2e-snc

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
openshift-ci[bot] commented 6 days ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: adrianriobo Once this PR has been reviewed and has the lgtm label, please ask for approval from praveenkumar. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/crc-org/snc/blob/release-4.16/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
adrianriobo commented 6 days ago

Bundles built from this PR has been tested and working properly