Skip to content

Commit

Permalink
remove unused make targets
Browse files Browse the repository at this point in the history
  • Loading branch information
sjenning committed Sep 19, 2024
1 parent 312dd73 commit c7b72c6
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -243,27 +243,6 @@ docker-build:
docker-push:
${RUNTIME} push ${IMG}

.PHONY: run-local
run-local:
bin/hypershift-operator run

.PHONY: ci-install-hypershift
ci-install-hypershift: ci-install-hypershift-private

.PHONY: ci-install-hypershift-private
ci-install-hypershift-private:
bin/hypershift install --hypershift-image $(HYPERSHIFT_RELEASE_LATEST) \
--oidc-storage-provider-s3-credentials=/etc/hypershift-pool-aws-credentials/credentials \
--oidc-storage-provider-s3-bucket-name=hypershift-ci-oidc \
--oidc-storage-provider-s3-region=us-east-1 \
--private-platform=AWS \
--aws-private-creds=/etc/hypershift-pool-aws-credentials/credentials \
--aws-private-region=us-east-1 \
--external-dns-provider=aws \
--external-dns-credentials=/etc/hypershift-pool-aws-credentials/credentials \
--external-dns-domain-filter=service.ci.hypershift.devcluster.openshift.com \
--wait-until-available

.PHONY: regenerate-pki
regenerate-pki:
REGENERATE_PKI=1 $(GO) test ./control-plane-pki-operator/...
Expand Down

0 comments on commit c7b72c6

Please sign in to comment.