mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-21 06:22:19 +00:00
new post, new series
This commit is contained in:
parent
49a0b6c7bb
commit
5504739e02
9 changed files with 1327 additions and 7 deletions
|
@ -14,7 +14,7 @@ usePageBundles: true
|
||||||
# thumbnail: "thumbnail.png" # Sets thumbnail image appearing inside card on homepage.
|
# thumbnail: "thumbnail.png" # Sets thumbnail image appearing inside card on homepage.
|
||||||
# shareImage: "share.png" # Designate a separate image for social media sharing.
|
# shareImage: "share.png" # Designate a separate image for social media sharing.
|
||||||
codeLineNumbers: false # Override global value for showing of line numbers within code block.
|
codeLineNumbers: false # Override global value for showing of line numbers within code block.
|
||||||
series: Tips # Projects, Scripts, vRA8
|
series: Tips # Projects, Scripts, vRA8, K8s on vSphere
|
||||||
tags:
|
tags:
|
||||||
- vmware
|
- vmware
|
||||||
- linux
|
- linux
|
||||||
|
@ -64,6 +64,9 @@ tags:
|
||||||
- security
|
- security
|
||||||
- serverless
|
- serverless
|
||||||
- api
|
- api
|
||||||
|
- infrastructure-as-code
|
||||||
|
- packer
|
||||||
|
- terraform
|
||||||
comment: true # Disable comment if false.
|
comment: true # Disable comment if false.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -3,25 +3,30 @@
|
||||||
url = ""
|
url = ""
|
||||||
weight = -110
|
weight = -110
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
name = "K8s on vSphere"
|
||||||
|
url = "series/k8s-on-vsphere/"
|
||||||
|
weight = -109
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "vRA 8"
|
name = "vRA 8"
|
||||||
url = "series/vra8/"
|
url = "series/vra8/"
|
||||||
weight = -109
|
weight = -108
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "Projects"
|
name = "Projects"
|
||||||
url = "series/projects/"
|
url = "series/projects/"
|
||||||
weight = -108
|
weight = -107
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "Scripts"
|
name = "Scripts"
|
||||||
url = "series/scripts"
|
url = "series/scripts"
|
||||||
weight = -107
|
weight = -106
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "Tips"
|
name = "Tips"
|
||||||
url = "series/tips/"
|
url = "series/tips/"
|
||||||
weight = -106
|
weight = -105
|
||||||
|
|
||||||
# Submenus
|
# Submenus
|
||||||
[[main]]
|
[[main]]
|
||||||
|
|
1312
content/posts/k8s-on-vsphere-node-template-with-packer/index.md
Normal file
1312
content/posts/k8s-on-vsphere-node-template-with-packer/index.md
Normal file
File diff suppressed because it is too large
Load diff
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
Binary file not shown.
After Width: | Height: | Size: 218 KiB |
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
|
@ -14,7 +14,7 @@ usePageBundles: true
|
||||||
thumbnail: "ldaps_test.png" # Sets thumbnail image appearing inside card on homepage.
|
thumbnail: "ldaps_test.png" # Sets thumbnail image appearing inside card on homepage.
|
||||||
shareImage: "ldaps_test.png" # Designate a separate image for social media sharing.
|
shareImage: "ldaps_test.png" # Designate a separate image for social media sharing.
|
||||||
codeLineNumbers: false # Override global value for showing of line numbers within code block.
|
codeLineNumbers: false # Override global value for showing of line numbers within code block.
|
||||||
series: Projects
|
series: K8s on vSphere
|
||||||
tags:
|
tags:
|
||||||
- vmware
|
- vmware
|
||||||
- kubernetes
|
- kubernetes
|
||||||
|
|
|
@ -14,7 +14,7 @@ usePageBundles: true
|
||||||
thumbnail: "tanzu_community_edition.png" # Sets thumbnail image appearing inside card on homepage.
|
thumbnail: "tanzu_community_edition.png" # Sets thumbnail image appearing inside card on homepage.
|
||||||
# shareImage: "share.png" # Designate a separate image for social media sharing.
|
# shareImage: "share.png" # Designate a separate image for social media sharing.
|
||||||
codeLineNumbers: false # Override global value for showing of line numbers within code block.
|
codeLineNumbers: false # Override global value for showing of line numbers within code block.
|
||||||
series: Projects
|
series: K8s on vSphere
|
||||||
tags:
|
tags:
|
||||||
- vmware
|
- vmware
|
||||||
- linux
|
- linux
|
||||||
|
|
Loading…
Reference in a new issue