tuxtof / kube-vip-website

kube-vip website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guide

This guide covers the necessary bits. As the project evolves, it will only become more comprehensive

Updating

This site uses the Compose Hugo theme loaded as a Hugo module. Updating the theme from the base site directory: hugo mod get -u ./...

To run a live server as you're working on doc updates, please use the following command:

hugo server -b `hostname -f`

If you're wanting to access the exposed server, then you can bind it either to a specific external IP or all IPs with --bind 0.0.0.0.

About

kube-vip website

License:Apache License 2.0


Languages

Language:Shell 100.0%