Bug 2102682
| Summary: | Failed to watch *v1.Node: unknown (get nodes) error in the kubernates nmstate logs after sucsessful instalation | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Aleksandra Malykhin <amalykhi> |
| Component: | Networking | Assignee: | Christoph Stäbler <cstabler> |
| Networking sub component: | kubernetes-nmstate-operator | QA Contact: | Aleksandra Malykhin <amalykhi> |
| Status: | CLOSED WONTFIX | Docs Contact: | |
| Severity: | medium | ||
| Priority: | medium | CC: | cstabler, jgato |
| Version: | 4.11 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-04-30 18:04:53 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Verified with OCP version 4.12.0-ec.3 KNmstate version: 4.12.0-202209212037 no errors in logs OCP is no longer using Bugzilla and this bug appears to have been left in an orphaned state. If the bug is still relevant, please open a new issue in the OCPBUGS Jira project: https://issues.redhat.com/projects/OCPBUGS/summary |
Description of problem: No information about nmstate instance in Openshift UI consoleFailed to watch *v1.Node: unknown (get nodes) error in the kubernates nmstate logs after sucsessful instalation Version-Release number of selected component (if applicable): Cluster version is 4.11.0-0.nightly-2022-06-30-005428 Kubernetes NMState Operator 4.11.0-202206250809 How reproducible: 100% Steps to Reproduce: 1. Deploy the cluster 2. Install the knmstate operator 3. Check the operator pod logs [kni@provisionhost-0-0 ~]$ oc logs nmstate-operator-8cb796bd6-577zb Actual results: 2022/06/30 12:31:47 update was successful {"level":"info","ts":"2022-06-30T12:31:47.543Z","logger":"controllers.NMState","msg":"Reconcile complete."} E0630 12:31:48.700316 1 reflector.go:138] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:250: Failed to watch *v1.Node: unknown (get nodes) E0630 12:31:51.525805 1 reflector.go:138] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:250: Failed to watch *v1.Node: unknown (get nodes) E0630 12:31:57.862330 1 reflector.go:138] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:250: Failed to watch *v1.Node: unknown (get nodes) E0630 12:32:10.130812 1 reflector.go:138] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:250: Failed to watch *v1.Node: unknown (get nodes) Expected results: No errors in the logs after successful installation Additional info: