Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add empty CRs #34

Merged
merged 1 commit into from Apr 12, 2019
Merged

add empty CRs #34

merged 1 commit into from Apr 12, 2019

Conversation

deads2k
Copy link
Contributor

@deads2k deads2k commented Apr 11, 2019

from #15

@deads2k deads2k added the lgtm Indicates that a PR is ready to be merged. label Apr 11, 2019
@openshift-ci-robot openshift-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Apr 11, 2019
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: deads2k

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

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 11, 2019
@deads2k
Copy link
Contributor Author

deads2k commented Apr 11, 2019

/retest

@deads2k
Copy link
Contributor Author

deads2k commented Apr 11, 2019

unauathorized. This may be workingish

/retest

@deads2k
Copy link
Contributor Author

deads2k commented Apr 11, 2019

/retest

2 similar comments
@deads2k
Copy link
Contributor Author

deads2k commented Apr 11, 2019

/retest

@soltysh
Copy link
Member

soltysh commented Apr 12, 2019

/retest

@openshift-merge-robot openshift-merge-robot merged commit eed9a57 into openshift:master Apr 12, 2019
wking added a commit to wking/cluster-config-operator that referenced this pull request Apr 12, 2019
This reverts commit f0d4122, openshift#34.

I don't know what the connection is, but soon after this PR landed we
started seeing many:

  ClusterOperatorNotAvailable: Cluster operator console has not yet reported success

And checking the runs from openshift#34's CI:

  $ curl -s https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/openshift_cluster-config-operator/34/pull-ci-openshift-cluster-config-operator-master-e2e-aws/148/ | grep 'Cluster operator console'
  Apr 11 12:46:40.467 E clusterversion/version changed Failing to True: ClusterOperatorNotAvailable: Cluster operator console has not yet reported success
  Apr 11 12:46:40.467 E clusterversion/version changed Failing to True: ClusterOperatorNotAvailable: Cluster operator console has not yet reported success
  $ curl -s https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/openshift_cluster-config-operator/34/pull-ci-openshift-cluster-config-operator-master-e2e-aws/154/ | grep 'Cluster operator console'
  Apr 11 14:19:02.495 E clusterversion/version changed Failing to True: ClusterOperatorNotAvailable: Cluster operator console has not yet reported success
  Apr 11 14:19:02.495 E clusterversion/version changed Failing to True: ClusterOperatorNotAvailable: Cluster operator console has not yet reported success
  $ curl -s https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/openshift_cluster-config-operator/34/pull-ci-openshift-cluster-config-operator-master-e2e-aws/159/ | grep 'Cluster operator console'
  Apr 11 15:43:07.639 E clusterversion/version changed Failing to True: ClusterOperatorNotAvailable: Cluster operator console has not yet reported success
  Apr 11 15:43:07.639 E clusterversion/version changed Failing to True: ClusterOperatorNotAvailable: Cluster operator console has not yet reported success
  $ curl -s https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/openshift_cluster-config-operator/34/pull-ci-openshift-cluster-config-operator-master-e2e-aws/164/ | grep 'Cluster operator console'
  Apr 11 17:48:05.132 E clusterversion/version changed Failing to True: ClusterOperatorNotAvailable: Cluster operator console has not yet reported success
  Apr 11 17:55:20.136 E clusterversion/version changed Failing to True: ClusterOperatorNotAvailable: Cluster operator console has not yet reported success
  Apr 11 17:48:05.132 E clusterversion/version changed Failing to True: ClusterOperatorNotAvailable: Cluster operator console has not yet reported success
  Apr 11 17:55:20.136 E clusterversion/version changed Failing to True: ClusterOperatorNotAvailable: Cluster operator console has not yet reported success
  $ curl -s https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/openshift_cluster-config-operator/34/pull-ci-openshift-cluster-config-operator-master-e2e-aws/167/ | grep 'Cluster operator console'
  level=fatal msg=&openshift#34;failed to initialize the cluster: Cluster operator console has not yet reported success: timed out waiting for the condition&openshift#34;

so this commit seems to be responsible.  Revert while we try and figure out why.
@wking wking mentioned this pull request Apr 12, 2019
@deads2k
Copy link
Contributor Author

deads2k commented Apr 12, 2019

The dockerfile changes and file moves actually came into master in #36 . #43 reverts the four empty config resources.

Most likely cause is authentication set here: https://github.com/openshift/cluster-authentication-operator/blob/36e2370500a73e638ac5730955f0e287a29f0a85/pkg/operator2/starter.go#L41-L48 , which doesn't reconcile and then causes https://github.com/openshift/cluster-kube-apiserver-operator/blob/master/pkg/operator/configobservation/auth/auth_metadata.go to never set the authConfig stanza.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants