Skip to content

Commit

Permalink
Merge pull request #412 from revit13/minor15
Browse files Browse the repository at this point in the history
Remove creation of clusterrolebinding in kubeflow installation.
  • Loading branch information
roytman authored Jul 23, 2024
2 parents 76e3d9a + 81a55ed commit 62cf3d1
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 62cf3d1

Please sign in to comment.