File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242 run : |
4343 echo "Installing Kubeflow Trainer..."
4444 # Install the Trainer manager using kubectl with server-side apply to handle large CRDs
45- kubectl apply --server-side -k "github.com/opendatahub-io/trainer/manifests/overlays/manager?ref=master "
45+ kubectl apply --server-side -k "github.com/opendatahub-io/trainer/manifests/overlays/manager?ref=main "
4646
4747 # Wait for the trainer deployment to be ready
4848 echo "Waiting for Trainer controller to be ready..."
5555
5656 # Install the default training runtimes
5757 echo "Installing Trainer runtimes..."
58- kubectl apply --server-side -k "github.com/opendatahub-io/trainer/manifests/overlays/runtimes?ref=master "
58+ kubectl apply --server-side -k "github.com/opendatahub-io/trainer/manifests/overlays/runtimes?ref=main "
5959
6060 # Verify installation
6161 echo "Verifying Trainer installation..."
You can’t perform that action at this time.
0 commit comments