kubeadm GA blog post (#11462)
* kubeadm GA blog post * Change file name and add post metadata * Update CSS for blog post tables * More formatting and wording changes * Change build process to allow for displaying future blog posts * Add links to command documentation * Change blog post date and address PR feedback * More wording updates
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
7408605d04
commit
551489f196
@@ -36,7 +36,7 @@ sass-develop:
|
||||
scripts/sass.sh develop
|
||||
|
||||
serve: ## Boot the development server.
|
||||
hugo server --ignoreCache --disableFastRender
|
||||
hugo server --ignoreCache --disableFastRender --buildFuture
|
||||
|
||||
docker-image:
|
||||
$(DOCKER) build . --tag $(DOCKER_IMAGE) --build-arg HUGO_VERSION=$(HUGO_VERSION)
|
||||
@@ -45,4 +45,4 @@ docker-build:
|
||||
$(DOCKER_RUN) $(DOCKER_IMAGE) hugo
|
||||
|
||||
docker-serve:
|
||||
$(DOCKER_RUN) -p 1313:1313 $(DOCKER_IMAGE) hugo server --watch --bind 0.0.0.0
|
||||
$(DOCKER_RUN) -p 1313:1313 $(DOCKER_IMAGE) hugo server --buildFuture --bind 0.0.0.0
|
||||
|
||||
Reference in New Issue
Block a user