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

Update manifests to include latest required RBAC permissions for statefulsets #303

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yyin-sc
Copy link

@yyin-sc yyin-sc commented Oct 19, 2021

Fixing operator error like this:

E1017 04:50:00.170828 1 controller.go:327] error syncing cluster 'default/m3db-cluster-prod-30day': statefulsets.apps "m3db-cluster-prod-30day-rep0" is forbidden: User "system:serviceaccount:default:m3db-operator" cannot update resource "statefulsets/status" in API group "apps" in the namespace "default"

Fixing operator error like this: 

E1017 04:50:00.170828       1 controller.go:327] error syncing cluster 'default/m3db-cluster-prod-30day': statefulsets.apps "m3db-cluster-prod-30day-rep0" is forbidden: User "system:serviceaccount:default:m3db-operator" cannot update resource "statefulsets/status" in API group "apps" in the namespace "default"
@schallert schallert added the CI Adding this label triggers a CI run label Oct 20, 2021
@robskillington robskillington changed the title Update bundle.yaml Update manifests to include latest required RBAC permissions for statefulsets Oct 20, 2021
@codecov
Copy link

codecov bot commented Oct 20, 2021

Codecov Report

Merging #303 (0421646) into master (576326e) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #303   +/-   ##
=======================================
  Coverage   76.04%   76.04%           
=======================================
  Files          32       32           
  Lines        2571     2571           
=======================================
  Hits         1955     1955           
  Misses        437      437           
  Partials      179      179           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 576326e...0421646. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Adding this label triggers a CI run
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants