From 3d3bb72ebfc20ebfb3649cf9e8bd12d836403fa5 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 3 Dec 2022 12:39:31 -0800 Subject: [PATCH] new draft --- .../index.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 content/posts/k8s-on-vsphere-node-template-with-packer/index.md diff --git a/content/posts/k8s-on-vsphere-node-template-with-packer/index.md b/content/posts/k8s-on-vsphere-node-template-with-packer/index.md new file mode 100644 index 0000000..ca0408f --- /dev/null +++ b/content/posts/k8s-on-vsphere-node-template-with-packer/index.md @@ -0,0 +1,30 @@ +--- +title: "K8s on vSphere: Building a Node Template With Packer" # Title of the blog post. +date: 2022-12-03T10:41:17-08:00 # Date of post creation. +# lastmod: 2022-12-03T10:41:17-08:00 # Date when last modified +description: "Using HashiCorp Packer to automatically build Kubernetes node templates" # Description used for search engine. +featured: false # Sets if post is a featured post, making appear on the home page side bar. +draft: true # Sets whether to render this page. Draft of true will not be rendered. +toc: true # Controls if a table of contents should be generated for first-level links automatically. +usePageBundles: true +# menu: main +# featureImage: "file.png" # Sets featured image on blog post. +# featureImageAlt: 'Description of image' # Alternative text for featured image. +# featureImageCap: 'This is the featured image.' # Caption (optional). +# thumbnail: "thumbnail.png" # Sets thumbnail image appearing inside card on homepage. +# shareImage: "share.png" # Designate a separate image for social media sharing. +codeLineNumbers: false # Override global value for showing of line numbers within code block. +series: Projects +tags: + - vmware + - linux + - shell + - automation + - kubernetes + - containers + - InfrastructureAsCode +comment: true # Disable comment if false. +--- + + +