Skip to content

Commit

Permalink
install appwrapper controller for multikueue e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss committed Jan 17, 2025
1 parent 028f35c commit 1502079
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hack/multikueue-e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ function kind_load {
install_jobset "$WORKER1_KIND_CLUSTER_NAME"
install_jobset "$WORKER2_KIND_CLUSTER_NAME"

# APPWRAPPER SETUP
install_appwrapper "$MANAGER_KIND_CLUSTER_NAME"
install_appwrapper "$WORKER1_KIND_CLUSTER_NAME"
install_appwrapper "$WORKER2_KIND_CLUSTER_NAME"

# KUBEFLOW SETUP
# In order for MPI-operator and Training-operator to work on the same cluster it is required that:
# 1. 'kubeflow.org_mpijobs.yaml' is removed from base/crds/kustomization.yaml - https://github.com/kubeflow/training-operator/issues/1930
Expand Down

0 comments on commit 1502079

Please sign in to comment.