Update gce docs (#8866)
* update GCE doc with proxy protocol and some fixes Signed-off-by: James Strong <strong.james.e@gmail.com> * update gke docs Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
fe116d62cb
commit
91e6174556
2 changed files with 100 additions and 41 deletions
7
Makefile
7
Makefile
|
|
@ -56,7 +56,7 @@ endif
|
|||
MAC_OS = $(shell uname -s)
|
||||
|
||||
ifeq ($(MAC_OS), Darwin)
|
||||
MAC_DOCKER_FLAGS=
|
||||
MAC_DOCKER_FLAGS="--load"
|
||||
else
|
||||
MAC_DOCKER_FLAGS=
|
||||
endif
|
||||
|
|
@ -220,7 +220,10 @@ dev-env-stop: ## Deletes local Kubernetes cluster created by kind.
|
|||
|
||||
.PHONY: live-docs
|
||||
live-docs: ## Build and launch a local copy of the documentation website in http://localhost:8000
|
||||
@docker build ${PLATFORM_FLAG} ${PLATFORM} -t ingress-nginx-docs .github/actions/mkdocs
|
||||
@docker build ${PLATFORM_FLAG} ${PLATFORM} \
|
||||
--no-cache \
|
||||
$(MAC_DOCKER_FLAGS) \
|
||||
-t ingress-nginx-docs .github/actions/mkdocs
|
||||
@docker run ${PLATFORM_FLAG} ${PLATFORM} --rm -it \
|
||||
-p 8000:8000 \
|
||||
-v ${PWD}:/docs \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue