Update MVK documentation and configuration; correct LOG_FORMAT variable and enhance index description.
This commit is contained in:
parent
2804824444
commit
cad1e562ac
3 changed files with 10 additions and 2 deletions
|
|
@ -37,6 +37,10 @@ export default defineConfig({
|
|||
{ label: 'Configuration', slug: 'infctl/configuration' },
|
||||
],
|
||||
},
|
||||
// {
|
||||
// label: 'MVK',
|
||||
// autogenerate: { directory: 'mvk' },
|
||||
// },
|
||||
{
|
||||
label: 'Microlearning',
|
||||
autogenerate: { directory: 'guides' },
|
||||
|
|
@ -55,6 +59,10 @@ export default defineConfig({
|
|||
|
||||
// ],
|
||||
},
|
||||
{
|
||||
label: 'MVK Templates',
|
||||
autogenerate: { directory: 'templates' },
|
||||
},
|
||||
{
|
||||
label: 'Reference',
|
||||
autogenerate: { directory: 'reference' },
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ We should see pretty much an empty list but for default rules assigned for us by
|
|||
To build the infrastructure :
|
||||
|
||||
```bash
|
||||
LOGFORMAT=none infctl -f gcloud/tf/scripts/build-gcloud-k3s-pipeline.json
|
||||
LOG_FORMAT=none infctl -f gcloud/tf/scripts/build-gcloud-k3s-pipeline.json
|
||||
```
|
||||
You should see a successful build ending with something like:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Welcome to Minimal Viable Kubernetes
|
||||
description: Get started building your docs site with Starlight.
|
||||
description: MVK is a fast path method to stand up and stage K8s infrastructures.
|
||||
template: splash
|
||||
hero:
|
||||
tagline: Tools and patterns to deliver self hosted, minimal, viable k8s!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue