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

Add helm chart #132

Closed
wants to merge 1 commit into from
Closed

Add helm chart #132

wants to merge 1 commit into from

Conversation

voigt
Copy link
Contributor

@voigt voigt commented May 19, 2024

Describe your changes

Issue ticket number and link

Checklist before requesting a review

  • I have performed a self-review of my code
  • I tested the changes with the following distributions:
    • Kind

Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

@voigt voigt linked an issue May 20, 2024 that may be closed by this pull request
Copy link

@michelleN michelleN left a comment

Choose a reason for hiding this comment

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

I'm seeing the following rbac related error from the runtimeclassmanager pod when installing this helm chart:

s.batch is forbidden: User "system:serviceaccount:default:runtimeclassmanager-runtime-class-manager" cannot list resource "jobs" in API group "batch" at the cluster scope
E0905 23:10:55.647188       1 reflector.go:147] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:229: Failed to watch *v1.Job: failed to list *v1.Job: jobs.batch is forbidden: User "system:serviceaccount:default:runtimeclassmanager-runtime-class-manager" cannot list resource "jobs" in API group "batch" at the cluster scope
W0905 23:10:56.791820       1 reflector.go:539] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:229: failed to list *v1alpha1.Shim: shims.runtime.kwasm.sh is forbidden: User "system:serviceaccount:default:runtimeclassmanager-runtime-class-manager" cannot list resource "shims" in API group "runtime.kwasm.sh" at the cluster scope
E0905 23:10:56.792362       1 reflector.go:147] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:229: Failed to watch *v1alpha1.Shim: failed to list *v1alpha1.Shim: shims.runtime.kwasm.sh is forbidden: User "system:serviceaccount:default:runtimeclassmanager-runtime-class-manager" cannot list resource "shims" in API group "runtime.kwasm.sh" at the cluster scope
W0905 23:11:06.089392       1 reflector.go:539] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:229: failed to list *v1alpha1.Shim: shims.runtime.kwasm.sh is forbidden: User "system:serviceaccount:default:runtimeclassmanager-runtime-class-manager" cannot list resource "shims" in API group "runtime.kwasm.sh" at the cluster scope
E0905 23:11:06.089444       1 reflector.go:147] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:229: Failed to watch *v1alpha1.Shim: failed to list *v1alpha1.Shim: shims.runtime.kwasm.sh is forbidden: User "system:serviceaccount:default:runtimeclassmanager-runtime-class-manager" cannot list resource "shims" in API group "runtime.kwasm.sh" at the cluster scope
W0905 23:11:08.184250       1 reflector.go:539] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:229: failed to list *v1.Job: jobs.batch is forbidden: User "system:serviceaccount:default:runtimeclassmanager-runtime-class-manager" cannot list resource "jobs" in API group "batch" at the cluster scope
E0905 23:11:08.184560       1 reflector.go:147] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:229: Failed to watch *v1.Job: failed to list *v1.Job: jobs.batch is forbidden: User "system:serviceaccount:default:runtimeclassmanager-runtime-class-manager" cannot list resource "jobs" in API group "batch" at the cluster scope
W0905 23:11:19.643233       1 reflector.go:539] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:229: failed to list *v1alpha1.Shim: shims.runtime.kwasm.sh is forbidden: User "system:serviceaccount:default:runtimeclassmanager-runtime-class-manager" cannot list resource "shims" in API group "runtime.kwasm.sh" at the cluster scope
E0905 23:11:19.643355       1 reflector.go:147] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:229: Failed to watch *v1alpha1.Shim: failed to list *v1alpha1.Shim: shims.runtime.kwasm.sh is forbidden: User "system:serviceaccount:default:runtimeclassmanager-runtime-class-manager" cannot list resource "shims" in API group "runtime.kwasm.sh" at the cluster scope

@vdice vdice mentioned this pull request Sep 11, 2024
11 tasks
@vdice
Copy link
Collaborator

vdice commented Sep 11, 2024

#204 incorporates this work and adds a handful of changes to get it all working and updated with the latest rcm code.

@voigt
Copy link
Contributor Author

voigt commented Sep 30, 2024

Thank you @vdice - closing this PR. We will proceed in #204 .

@voigt voigt closed this Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helm Chart for runtime-class-manager
3 participants