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

[backend] Error when installing kfp in a custom namespace #11561

Open
gopalsarda opened this issue Jan 28, 2025 · 0 comments
Open

[backend] Error when installing kfp in a custom namespace #11561

gopalsarda opened this issue Jan 28, 2025 · 0 comments

Comments

@gopalsarda
Copy link

Environment

  • KFP version:
    • git branch origin/release-2.4.0
  • KFP SDK version:
    • N/A

Materials and Reference

I followed the steps listed in the docs to install kfp in a different namespace but I get an error like below -

Error from server (Forbidden): error when creating "/manifests/kustomize/cluster-scoped-resources": clusterroles.rbac.authorization.k8s.io "kubeflow-pipelines-cache-deployer-clusterrole" is forbidden: user "[email protected]" (groups=["..." "system:authenticated"]) is attempting to grant RBAC permissions not currently held:
{APIGroups:["admissionregistration.k8s.io"], Resources:["mutatingwebhookconfigurations"], Verbs:["create" "delete" "get" "list" "patch"]}
{APIGroups:["certificates.k8s.io"], Resources:["certificatesigningrequests"], Verbs:["create" "delete" "get" "update"]}
{APIGroups:["certificates.k8s.io"], Resources:["certificatesigningrequests/approval"], Verbs:["create" "delete" "get" "update"]}
{APIGroups:["certificates.k8s.io"], Resources:["signers"], ResourceNames:["kubernetes.io/*"], Verbs:["approve"]}

I see there has been a similar issue reported in the past (#4781) but it does not seem to have any resolution. We do not need the caching feature for our installation. What would be the recommended steps to solve this?


Impacted by this bug? Give it a 👍.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant