mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-27 09:22:18 +00:00
new draft
This commit is contained in:
parent
495440ca63
commit
3d3bb72ebf
1 changed files with 30 additions and 0 deletions
|
@ -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.
|
||||
---
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue