@@ -721,7 +721,7 @@ clean.environment.dev.kind:
721
721
environment.dev.kubernetes.infrastructure :
722
722
ifeq ($(strip $(INFRASTRUCTURE_OVERRIDE ) ) ,true)
723
723
@echo "Deploying OpenShift Infrastructure Components"
724
- kustomize build deploy/environments/dev/kubernetes-infra | kubectl apply --server-side --force-conflicts -f -
724
+ kustomize build deploy/environments/dev/kubernetes-istio- infra | kubectl apply --server-side --force-conflicts -f -
725
725
else
726
726
$(error "Error: The environment variable INFRASTRUCTURE_OVERRIDE must be set to true in order to run this target.")
727
727
endif
@@ -743,7 +743,7 @@ ifeq ($(strip $(INFRASTRUCTURE_OVERRIDE)),true)
743
743
@echo "This is extremely destructive. We'll provide 5 seconds before starting to give you a chance to cancel."
744
744
sleep 5
745
745
@echo "Tearing Down OpenShift Infrastructure Components"
746
- kustomize build deploy/environments/dev/kubernetes-infra | kubectl delete -f - || true
746
+ kustomize build deploy/environments/dev/kubernetes-istio- infra | kubectl delete -f - || true
747
747
else
748
748
$(error "Error: The environment variable INFRASTRUCTURE_OVERRIDE must be set to true in order to run this target.")
749
749
endif
@@ -776,7 +776,7 @@ endif
776
776
@echo "INFO: Creating namespace (if needed) and setting context to $(NAMESPACE)..."
777
777
kubectl create namespace $(NAMESPACE) 2>/dev/null || true
778
778
@echo "INFO: Deploying Development Environment in namespace $(NAMESPACE)"
779
- kustomize build deploy/environments/dev/kubernetes | envsubst | kubectl -n $(NAMESPACE) apply -f -
779
+ kustomize build deploy/environments/dev/kubernetes-istio | envsubst | kubectl -n $(NAMESPACE) apply -f -
780
780
@echo "INFO: Waiting for Pods in namespace $(NAMESPACE) to become ready"
781
781
kubectl -n $(NAMESPACE) wait --for=condition=Ready --all pods --timeout=300s
782
782
@echo "INFO: Waiting for Gateway in namespace $(NAMESPACE) to become ready"
0 commit comments