-
Notifications
You must be signed in to change notification settings - Fork 154
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
LOG-4445: Forwarder must use hosted cluster_id on HCP cluster #2990
Conversation
@Clee2691: This pull request references LOG-4445 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/hold pending feedback from QE team |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alanconway, Clee2691, jcantrill 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 |
@Clee2691: This pull request references LOG-4445 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/retest |
1 similar comment
/retest |
@anpingli: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/label qe-approved |
@Clee2691: This pull request references LOG-4445 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
QE Test pass
File a bug https://issues.redhat.com/browse/LOG-6921. Please feel free to close it as known issue. |
/retest |
/hold cancel |
@Clee2691: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
@@ -68,6 +68,7 @@ func init() { | |||
utilruntime.Must(monitoringv1.AddToScheme(scheme)) | |||
utilruntime.Must(configv1.AddToScheme(scheme)) | |||
utilruntime.Must(securityv1.AddToScheme(scheme)) | |||
utilruntime.Must(hypershiftv1beta1.AddToScheme(scheme)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't that what the e2e tests basically confirm? CLO is able to be installed and send logs even with the hypershift scheme added. On each reconcile, it will try to fetch the clusterID
and version
so if it failed, none of those tests would have passed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on regular cluster, the clusterID present correctly. No regression issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/hold
/hold cancel |
bcc5421
into
openshift:release-6.2
/cherry-pick master |
@Clee2691: #2990 failed to apply on top of branch "master":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Description
This PR updates #2280 to use the
hypershift API
instead of the unstructured object.The
github.com/openshift/hypershift/api
package is added as a dependency.New permissions are added to the role that CLO's
serviceAccount
is bound to:Lastly, this PR adds the
VRL
transform thatkubeAPI
audit logs should go through as it was missing for http receiver inputs./cc @cahartma @vparfonov @alanconway
/assign @jcantrill
Links