Skip to content

Commit

Permalink
Debug, will be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mszadkow committed Aug 27, 2024
1 parent 691d506 commit e231672
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile-deps.mk
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ kf-training-operator-crd: ## Copy the CRDs from the training-operator to the dep

.PHONY: kf-training-operator-manifest
kf-training-operator-manifest: ## Copy the manifest from the training-operator to the dep-manifests directory.
printenv
if [ -d $(EXTERNAL_MANIFESTS_DIR)/training-operator ]; then rm -rf $(EXTERNAL_MANIFESTS_DIR)/training-operator ; fi
mkdir -p $(EXTERNAL_MANIFESTS_DIR)/training-operator
cp -rf $(KF_TRAINING_ROOT)/manifests/ $(EXTERNAL_MANIFESTS_DIR)/training-operator/ ;
Expand Down
3 changes: 3 additions & 0 deletions hack/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ function install_jobset {
}

function patch_kubeflow_manifest {
echo "DEBUG patch_kubeflow_manifest - ENVS"
printenv

# 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
chmod -R u+w "${KUBEFLOW_MANIFEST_DIR}/"
Expand Down

0 comments on commit e231672

Please sign in to comment.