Bug 1959479
| Summary: | machines doesn't support dual-stack loadbalancers on Azure | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Antonio Ojea <aojeagar> |
| Component: | Machine Config Operator | Assignee: | Antonio Ojea <aojeagar> |
| Status: | CLOSED ERRATA | QA Contact: | Milind Yadav <miyadav> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.8 | CC: | jhou, jspeed, mgahagan |
| Target Milestone: | --- | Keywords: | NeedsTestCase |
| Target Release: | 4.8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-07-27 23:07: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: | |||
|
Description
Antonio Ojea
2021-05-11 15:46:22 UTC
thanks @Mike ,
I also repeated , I could validate the machines and nodes are running properly and adding machine-controller logs and other details below :
Used - 4.8.0-0.nightly-2021-05-25-223219
step1.
Create a IPI azure cluster as mentioned in #c6 .
Make sure all nodes are in ready status and machines are running .
Monitor logs of machine-controller
.
.
.
.
I0526 03:51:24.508410 1 networkinterfaces.go:92] Found IPv6 address space. Adding IPv6 configuration to nic: miyadav-26-dkq4q-worker-centralus2-4wb44-nic
I0526 03:51:25.267687 1 reflector.go:255] Listing and watching *v1beta1.MachineSet from sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:241
I0526 03:51:25.280782 1 controller.go:73] controllers/MachineSet "msg"="Reconciling" "machineset"="miyadav-26-dkq4q-worker-centralus1" "namespace"="openshift-machine-api"
I0526 03:51:25.337441 1 reflector.go:255] Listing and watching *v1.Secret from sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:241
I0526 03:51:25.407382 1 controller.go:73] controllers/MachineSet "msg"="Reconciling" "machineset"="miyadav-26-dkq4q-worker-centralus2" "namespace"="openshift-machine-api"
I0526 03:51:25.421295 1 controller.go:73] controllers/MachineSet "msg"="Reconciling" "machineset"="miyadav-26-dkq4q-worker-centralus3" "namespace"="openshift-machine-api"
I0526 03:51:25.509234 1 reflector.go:255] Listing and watching *v1beta1.Machine from sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:241
I0526 03:51:25.747936 1 reflector.go:255] Listing and watching *v1.Infrastructure from sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:241
I0526 03:51:35.116375 1 networkinterfaces.go:289] successfully created network interface miyadav-26-dkq4q-worker-centralus2-4wb44-nic
.
.
.
Described the machine to confirm it has both addresses :
.
.
.
Status:
Addresses:
Address: miyadav-26-dkq4q-worker-centralus2-4wb44
Type: Hostname
Address: miyadav-26-dkq4q-worker-centralus2-4wb44
Type: InternalDNS
Address: miyadav-26-dkq4q-worker-centralus2-4wb44.ywamirewfskernh4d35byhn1mg.gx.internal.cloudapp.net
Type: InternalDNS
Address: 10.0.32.4
Type: InternalIP
Address: fd00:0:0:1::4
Type: InternalIP
.
.
[miyadav@miyadav ~]$ oc get machines
NAME PHASE TYPE REGION ZONE AGE
miyadav-26-dkq4q-master-0 Running Standard_D8s_v3 centralus 2 75m
miyadav-26-dkq4q-master-1 Running Standard_D8s_v3 centralus 3 75m
miyadav-26-dkq4q-master-2 Running Standard_D8s_v3 centralus 1 75m
miyadav-26-dkq4q-worker-centralus2-4wb44 Running Standard_D2s_v3 centralus 2 68m
miyadav-26-dkq4q-worker-centralus3-fq8lm Running Standard_D2s_v3 centralus 3 68m
[miyadav@miyadav ~]$
Additional Info :
Since the cluster installation failed with machine-config operator being degraded
I could see below in the config-operator pod logs , not sure if these are related to the change or entirely different and expected behavior please take a look , based on that we can move this to VERIFIED or wait for another PR if needed.
oc logs -f machine-config-operator-cb988447b-gcd7s
.
.
.
E0526 05:03:33.998741 1 sync.go:598] Error syncing Required MachineConfigPools: "error pool master is not ready, retrying. Status: (pool degraded: true total: 3, ready 0, updated: 0, unavailable: 3)"
E0526 05:03:35.001260 1 sync.go:598] Error syncing Required MachineConfigPools: "error pool master is not ready, retrying. Status: (pool degraded: true total: 3, ready 0, updated: 0, unavailable: 3)"
E0526 05:03:35.999896 1 sync.go:598] Error syncing Required MachineConfigPools: "error pool master is not ready, retrying. Status: (pool degraded: true total: 3, ready 0, updated: 0, unavailable: 3)"
E0526 05:03:37.000291 1 sync.go:598] Error syncing Required MachineConfigPools: "error pool master is not ready, retrying. Status: (pool degraded: true total: 3, ready 0, updated: 0, unavailable: 3)"
E0526 05:03:37.997342 1 sync.go:598] Error syncing Required MachineConfigPools: "error pool master is not ready, retrying. Status: (pool degraded: true total: 3, ready 0, updated: 0, unavailable: 3)"
E0526 05:03:39.002106 1 sync.go:598] Error syncing Required MachineConfigPools: "error pool master is not ready, retrying. Status: (pool degraded: true total: 3, ready 0, updated: 0, unavailable: 3)"
E0526 05:03:40.005047 1 sync.go:598] Error syncing Required MachineConfigPools: "error pool master is not ready, retrying. Status: (pool degraded: true total: 3, ready 0, updated: 0, unavailable: 3)"
E0526 05:03:41.001380 1 sync.go:598] Error syncing Required MachineConfigPools: "error pool master is not ready, retrying. Status: (pool degraded: true total: 3, ready 0, updated: 0, unavailable: 3)"
.
.
.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:2438 |