Skip to content

Commit

Permalink
Remove creation of clusterrolebinding in kubeflow installation.
Browse files Browse the repository at this point in the history
Signed-off-by: Revital Sur <[email protected]>
  • Loading branch information
revit13 committed Jul 15, 2024
1 parent c334038 commit 81a55ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/k8s-setup/tools/install_kubeflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ deploy() {
echo "Kubeflow deployment unsuccessful."
exit 1
fi
kubectl create clusterrolebinding pipeline-runner-extend --clusterrole cluster-admin --serviceaccount=kubeflow:pipeline-runner
echo "Finished Kubeflow deployment."
rm -rf $TEMP_DIR
}
Expand Down

0 comments on commit 81a55ed

Please sign in to comment.