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

Enable make bundle #130

Merged

Conversation

ArangoGutierrez
Copy link
Contributor

Now that we added a new check to the release issue template, this patch makes sure, make bundle works as expected to produce a bundle that can be promoted to https://github.com/k8s-operatorhub/community-operators/tree/main/operators/nfd-operator
Signed-off-by: Carlos Eduardo Arango Gutierrez carangog@redhat.com

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Feb 17, 2022
@ArangoGutierrez
Copy link
Contributor Author

/assign @marquiz

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Feb 17, 2022
@ArangoGutierrez
Copy link
Contributor Author

will add documentation on how to test this
/hold

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Feb 17, 2022
@ArangoGutierrez ArangoGutierrez force-pushed the devel/make_bundle branch 2 times, most recently from 6bcfc36 to 918548c Compare February 17, 2022 17:03
@ArangoGutierrez
Copy link
Contributor Author

Build the latest NFD operator and bundle images

This is the easiest way to test this , operator-sdk run bundle will run the bundle built after make bundle bundle-build bundle-push

ORG=<quay.io_username> PULLPOLICY=Always IMAGE_REGISTRY='quay.io/<quay.io_username>' 
IMAGE_PUSH_CMD='podman push' IMAGE_BUILD_CMD='podman build' make image push

export VERSION=0.0.1

echo $VERSION

make bundle bundle-build bundle-push VERSION=0.0.1
 
operator-sdk run bundle  "quay.io/<quay.io_username>/nfd-operator-bundle:0.0.1"

/unhold

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Feb 17, 2022
@ArangoGutierrez ArangoGutierrez force-pushed the devel/make_bundle branch 2 times, most recently from 04862d4 to d78babd Compare February 17, 2022 17:48
@ArangoGutierrez ArangoGutierrez added this to the v0.5.0 milestone Feb 17, 2022
config/rbac/role.yaml Outdated Show resolved Hide resolved
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
Copy link
Contributor

@marquiz marquiz left a comment

Choose a reason for hiding this comment

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

Looks good. We can have fixes in future PRs 😄
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 18, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ArangoGutierrez, marquiz

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:
  • OWNERS [ArangoGutierrez,marquiz]

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

@k8s-ci-robot k8s-ci-robot merged commit 48f50b3 into kubernetes-sigs:master Feb 18, 2022
@ArangoGutierrez ArangoGutierrez mentioned this pull request May 17, 2022
31 tasks
@ArangoGutierrez ArangoGutierrez deleted the devel/make_bundle branch March 13, 2023 10:32
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants