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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Add missing battery annotation for root-compute-workspace #2474

Merged
merged 1 commit into from
Dec 13, 2022

Conversation

qiujian16
Copy link
Contributor

Signed-off-by: Jian Qiu jqiu@redhat.com

Summary

the annotation should be added to all resources in root:compute workspace

Related issue(s)

Fixes #2406

astefanutti added a commit to astefanutti/camel-kcp that referenced this pull request Dec 12, 2022
@@ -1,6 +1,9 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
annotations:
bootstrap.kcp.dev/create-only: "true"
Copy link
Member

Choose a reason for hiding this comment

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

Do we really want to use createOnly here ?

Don't we want the policy to be updated if necessary at every restart, in order to update the rules for every resource ? Never updating it seems strange to me, and will make future additions of GVRs in the root:compute:kubernetes APIExport quite hard.
By the way the same question stands for the apiexport-kubernetes.k8s.io.yaml file.
@sttts thoughts ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated

Signed-off-by: Jian Qiu <jqiu@redhat.com>
@openshift-ci openshift-ci bot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Dec 13, 2022
@ncdc
Copy link
Member

ncdc commented Dec 13, 2022

kcp-dev/contrib-tmc#93
/retest

@ncdc
Copy link
Member

ncdc commented Dec 13, 2022

#2479
/retest-required

@ncdc
Copy link
Member

ncdc commented Dec 13, 2022

Not sure why the GH actions jobs for e2e-sharded and e2e-shared-server are not running. I'm going to close and reopen the PR to see if that will trigger them.

@ncdc ncdc closed this Dec 13, 2022
@ncdc ncdc reopened this Dec 13, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 13, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: davidfestal, stevekuznetsov

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

@ncdc ncdc added this to the v0.10 milestone Dec 13, 2022
@ncdc
Copy link
Member

ncdc commented Dec 13, 2022

/retest

@ncdc
Copy link
Member

ncdc commented Dec 13, 2022

/test e2e-sharded

@ncdc
Copy link
Member

ncdc commented Dec 13, 2022

/test test

Flake kcp-dev/contrib-tmc#69

@openshift-merge-robot openshift-merge-robot merged commit 2525454 into kcp-dev:main Dec 13, 2022
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: turning off root-compute-workspace causes a pile up of error logs
5 participants