Bug 1665779
Summary: | [cloud] Current logging in the machineset controller using klog does not work | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | sunzhaohua <zhsun> |
Component: | Cloud Compute | Assignee: | Jan Chaloupka <jchaloup> |
Status: | CLOSED ERRATA | QA Contact: | sunzhaohua <zhsun> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | jhou |
Target Milestone: | --- | ||
Target Release: | 4.1.0 | ||
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: | 2019-06-04 10:41:49 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
sunzhaohua
2019-01-14 01:37:18 UTC
Verified. $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.0.0-0.nightly-2019-01-17-185315 True False 1h Cluster version is 4.0.0-0.nightly-2019-01-17-185315 Create a new machine, check logs. $ oc logs -f clusterapi-manager-controllers-64584db79-d2hq5 -c machine-controller I0118 07:09:43.902388 1 controller.go:113] Running reconcile Machine for zhsun-worker-us-east-2a I0118 07:09:43.907973 1 actuator.go:401] checking if machine exists I0118 07:09:43.956277 1 actuator.go:409] instance does not exist I0118 07:09:43.961396 1 controller.go:181] Reconciling machine object zhsun-worker-us-east-2a triggers idempotent create. I0118 07:09:43.961504 1 actuator.go:110] creating machine I0118 07:09:43.983946 1 instances.go:44] no stopped instances found for machine zhsun-worker-us-east-2a I0118 07:09:43.988827 1 instances.go:141] Using AMI ami-085b89e82b74a76b5 I0118 07:09:43.988926 1 instances.go:73] Describing security groups based on filters I0118 07:09:44.069888 1 instances.go:118] Describing subnets based on filters I0118 07:09:44.877535 1 actuator.go:498] updating status I0118 07:09:44.877665 1 actuator.go:542] finished calculating AWS status I0118 07:09:44.877794 1 actuator.go:144] machine status has changed, updating I0118 07:09:44.887182 1 actuator.go:560] instance state still pending, returning an error to requeue W0118 07:09:44.887205 1 controller.go:183] unable to create machine zhsun-worker-us-east-2a: requeue in: 20s I0118 07:09:44.887225 1 controller.go:185] Actuator returned requeue-after error: requeue in: 20s I0118 07:09:44.887584 1 controller.go:113] Running reconcile Machine for zhsun-worker-us-east-2a I0118 07:09:44.887618 1 actuator.go:401] checking if machine exists I0118 07:09:45.080442 1 actuator.go:414] instance exists as "i-06ff9bddbb6ea21ca" I0118 07:09:45.080475 1 controller.go:170] Reconciling machine object zhsun-worker-us-east-2a triggers idempotent update. I0118 07:09:45.080518 1 actuator.go:331] updating machine I0118 07:09:45.080630 1 actuator.go:339] obtaining EC2 client for region I0118 07:09:45.119829 1 actuator.go:355] found 1 instances for machine I0118 07:09:45.124140 1 actuator.go:373] instance found I0118 07:09:45.124159 1 actuator.go:498] updating status I0118 07:09:45.124255 1 actuator.go:542] finished calculating AWS status I0118 07:09:45.124387 1 actuator.go:153] status unchanged I0118 07:09:45.124399 1 actuator.go:560] instance state still pending, returning an error to requeue I0118 07:09:45.124413 1 controller.go:173] Actuator returned requeue-after error: requeue in: 20s I0118 07:10:04.887503 1 controller.go:113] Running reconcile Machine for zhsun-worker-us-east-2a I0118 07:10:04.887568 1 actuator.go:401] checking if machine exists I0118 07:10:05.011314 1 actuator.go:414] instance exists as "i-06ff9bddbb6ea21ca" I0118 07:10:05.011348 1 controller.go:170] Reconciling machine object zhsun-worker-us-east-2a triggers idempotent update. I0118 07:10:05.011395 1 actuator.go:331] updating machine I0118 07:10:05.011503 1 actuator.go:339] obtaining EC2 client for region I0118 07:10:05.052654 1 actuator.go:355] found 1 instances for machine I0118 07:10:05.052681 1 actuator.go:373] instance found I0118 07:10:05.052692 1 actuator.go:498] updating status I0118 07:10:05.052767 1 actuator.go:542] finished calculating AWS status I0118 07:10:05.052926 1 actuator.go:144] machine status has changed, updating I0118 07:10:05.061950 1 controller.go:113] Running reconcile Machine for zhsun-worker-us-east-2a I0118 07:10:05.062068 1 actuator.go:401] checking if machine exists I0118 07:10:05.096972 1 actuator.go:414] instance exists as "i-06ff9bddbb6ea21ca" I0118 07:10:05.096998 1 controller.go:170] Reconciling machine object zhsun-worker-us-east-2a triggers idempotent update. I0118 07:10:05.097028 1 actuator.go:331] updating machine I0118 07:10:05.097114 1 actuator.go:339] obtaining EC2 client for region I0118 07:10:05.139602 1 actuator.go:355] found 1 instances for machine I0118 07:10:05.139716 1 actuator.go:373] instance found I0118 07:10:05.139782 1 actuator.go:498] updating status I0118 07:10:05.139919 1 actuator.go:542] finished calculating AWS status I0118 07:10:05.140046 1 actuator.go:153] status unchanged 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, 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/RHBA-2019:0758 |