Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions kubeflow/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ hydrate-kubeflow:
kustomize build --load_restrictor none -o $(BUILD_DIR)/metacontroller $(KF_DIR)/metacontroller
mkdir -p $(BUILD_DIR)/kubeflow-issuer
kustomize build --load_restrictor none -o $(BUILD_DIR)/kubeflow-issuer $(KF_DIR)/kubeflow-issuer
mkdir -p $(BUILD_DIR)/cluster-local-gateway
kustomize build --load_restrictor none -o $(BUILD_DIR)/cluster-local-gateway $(MANIFESTS_DIR)/istio/cluster-local-gateway/base_v3



# Hydrate resources to mirror images
Expand Down Expand Up @@ -219,6 +222,8 @@ apply-kubeflow: hydrate
kubectl --context=$(KFCTXT) apply -f ./$(BUILD_DIR)/application
kubectl --context=$(KFCTXT) apply -f ./$(BUILD_DIR)/cloud-endpoints
kubectl --context=$(KFCTXT) apply -f ./$(BUILD_DIR)/iap-ingress
kubectl --context=$(KFCTXT) apply -f ./$(BUILD_DIR)/cluster-local-gateway


# Apply the namespace first
kubectl --context=${KFCTXT} apply -f ./$(BUILD_DIR)/knative/~g_v1_namespace_knative-serving.yaml
Expand Down