Skip to content

Commit

Permalink
Merge branch 'master' into member-info-in-spc-status_controller-part
Browse files Browse the repository at this point in the history
  • Loading branch information
metlos authored Jan 6, 2025
2 parents 00131d9 + fc38f5d commit ae90158
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions make/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,6 @@ print-operator-logs:
setup-toolchainclusters: ksctl
${KSCTL_BIN_DIR}ksctl adm register-member --host-ns="$(HOST_NS)" --member-ns="$(MEMBER_NS)" --host-kubeconfig="$(or ${KUBECONFIG}, ${HOME}/.kube/config)" --member-kubeconfig="$(or ${KUBECONFIG}, ${HOME}/.kube/config)" ${LETS_ENCRYPT_PARAM} -y
if [[ ${SECOND_MEMBER_MODE} == true ]]; then ${KSCTL_BIN_DIR}ksctl adm register-member --host-ns="$(HOST_NS)" --member-ns="$(MEMBER_NS_2)" --host-kubeconfig="$(or ${KUBECONFIG}, ${HOME}/.kube/config)" --member-kubeconfig="$(or ${KUBECONFIG}, ${HOME}/.kube/config)" ${LETS_ENCRYPT_PARAM} --name-suffix="2" -y ; fi
echo "Restart host operator pods so it can get the ToolchainCluster CRs while it's starting up".
oc delete pods --namespace ${HOST_NS} -l control-plane=controller-manager


.PHONY: deploy-single-member-e2e
Expand Down

0 comments on commit ae90158

Please sign in to comment.