This is an automated email from the ASF dual-hosted git repository.
lingsamuel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new 676be37f chore: correct Makefile comments (#2038)
676be37f is described below
commit 676be37fe1c704bff1653be0408fcf6bec3720a3
Author: Fucheng Jiang <[email protected]>
AuthorDate: Fri Nov 10 16:28:23 2023 +0800
chore: correct Makefile comments (#2038)
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 8f69c768..2c60bd17 100644
--- a/Makefile
+++ b/Makefile
@@ -318,14 +318,14 @@ GATEWAY_API_CRDS_LOCAL_PATH =
$(PWD)/samples/deploy/gateway-api/$(GATEWAY_API_VE
go-mod-download-gateway-api:
@go mod download $(GATEWAY_API_PACKAGE)
-### install: Install Gateway API into the K8s
cluster from go mod.
+### install-gateway-api: Install Gateway API
into the K8s cluster from go mod.
.PHONY: install-gateway-api
install-gateway-api: go-mod-download-gateway-api
kubectl apply -k $(GATEWAY_API_CRDS_GO_MOD_PATH)/config/crd
kubectl apply -k $(GATEWAY_API_CRDS_GO_MOD_PATH)/config/crd/experimental
kubectl apply -f $(GATEWAY_API_CRDS_GO_MOD_PATH)/config/webhook
-### install: Install Gateway API into the K8s
cluster from repo.
+### install-gateway-api-local: Install Gateway API
into the K8s cluster from repo.
.PHONY: install-gateway-api-local
install-gateway-api-local:
kubectl apply -f $(GATEWAY_API_CRDS_LOCAL_PATH)