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:
Lucas Käldström
2018-12-04 18:44:17 +02:00
committed by Kubernetes Prow Robot
parent 7408605d04
commit 551489f196
8 changed files with 144 additions and 8 deletions
+2 -2
View File
@@ -15,10 +15,10 @@ HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.deploy-preview]
command = "hugo --enableGitInfo -b $DEPLOY_PRIME_URL"
command = "hugo --enableGitInfo --buildFuture -b $DEPLOY_PRIME_URL"
[context.branch-deploy]
command = "hugo --enableGitInfo -b $DEPLOY_PRIME_URL"
command = "hugo --enableGitInfo --buildFuture -b $DEPLOY_PRIME_URL"
[context.master]
# This context is triggered by the `master` branch and allows search indexing