Skip to content

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

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

All modified and coverable lines are covered by tests ✅

Project coverage is 76.04%. Comparing base (576326e) to head (0421646).
Report is 21 commits behind head on master.

Additional details and impacted files

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.

# for free to join this conversation on GitHub. Already have an account? # 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