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

Remove scaffold code from operator-sdk init #604

Merged

Conversation

qu1queee
Copy link
Contributor

Changes

This code was generated as part of the scaffold when using the sdk. This code was intended to mitigate a user error observed when using "operator-sdk up local" cmd.

See operator-framework/operator-sdk#2190 for more information.

We do not longer need this code. The metrics endpoint for prometheus is initialized by controller-runtime in the background.

This addresses part of #584

Submitter Checklist

  • Includes tests if functionality changed/was added
  • Includes docs if changes are user-facing
  • Release notes block has been filled in, or marked NONE

Release Notes

NONE

@openshift-ci-robot openshift-ci-robot added the release-note-none Label for when a PR does not need a release note label Feb 19, 2021
Copy link
Member

@SaschaSchwarze0 SaschaSchwarze0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting that the watch namespace had not been propagated to the manager.Options.

/lgtm
/approve

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Feb 22, 2021
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: SaschaSchwarze0

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 Feb 22, 2021
@qu1queee qu1queee force-pushed the remove_sdk_deps_01 branch 2 times, most recently from b71075e to b717056 Compare February 22, 2021 15:25
@openshift-ci-robot openshift-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Feb 22, 2021
This code was generated as part of the scaffold when using the sdk. This
code was intended to mitigate a user error observed when using
"operator-sdk up local" cmd.

See operator-framework/operator-sdk#2190 for
more information.

We do not longer need this code. The metrics endpoint for prometheus is
initialized by controller-runtime in the background.

Signed-off-by: Matthias Diester <matthias.diester@de.ibm.com>
Copy link
Member

@SaschaSchwarze0 SaschaSchwarze0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Feb 22, 2021
@openshift-merge-robot openshift-merge-robot merged commit db1496d into shipwright-io:master Feb 22, 2021
@qu1queee qu1queee deleted the remove_sdk_deps_01 branch February 24, 2021 12:42
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. release-note-none Label for when a PR does not need a release note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants