forked from k0sproject/k0s
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
114 lines (110 loc) · 4.36 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
site_name: Documentation
site_description: Documentation for k0s, the Zero friction Kubernetes distribution.
site_author: Mirantis, Inc.
site_url: https://docs.k0sproject.io
docs_dir: docs/
repo_name: GitHub
repo_url: https://github.com/k0sproject/k0s
copyright: Copyright © 2021 <a href="https://mirantis.com/">Mirantis Inc.</a>
- All rights reserved.
edit_uri: ""
nav:
- Overview: README.md
- Install:
- Quick Start Guide: install.md
- Install using k0sctl: k0sctl-install.md
- Alternative Install Methods:
- Manual Install (advanced): k0s-multi-node.md
- Docker: k0s-in-docker.md
- Windows (experimental): experimental-windows.md
- Raspberry Pi 4: raspberry-pi4.md
- Ansible Playbook: examples/ansible-playbook.md
- Airgap Install: airgap-install.md
- Upgrade: upgrade.md
- Backup/Restore: backup.md
- Uninstall/Reset: reset.md
- System Requirements: system-requirements.md
- OS Dependencies: os-deps.md
- Usage:
- Configuration Options: configuration.md
- Dynamic Configuration: dynamic-configuration.md
- Configuration Validation: configuration-validation.md
- Worker Node Configuration: worker-node-config.md
- Networking (CNI): networking.md
- Runtime (CRI): runtime.md
- Storage (CSI): storage.md
- Manifest Deployer: manifests.md
- Helm Charts: helm-charts.md
- Cloud Providers: cloud-providers.md
- IPv4/IPv6 Dual-Stack: dual-stack.md
- Control Plane High Availability: high-availability.md
- Shell Completion: shell-completion.md
- User Management: user-management.md
- Configuration of Environment Variables: environment-variables.md
- OpenID Connect: ./examples/oidc/oidc-cluster-configuration.md
- Extensions:
- MetalLB Load Balancer: examples/metallb-loadbalancer.md
- NGINX Ingress Controller: examples/nginx-ingress.md
- Traefik Ingress Controller: examples/traefik-ingress.md
- Ambassador API Gateway: examples/ambassador-ingress.md
- Ceph Storage with Rook: examples/rook-ceph.md
- Troubleshooting:
- FAQ: FAQ.md
- Common Pitfalls: troubleshooting.md
- Reference:
- Architecture: architecture.md
- CIS Benchmark: cis_benchmark.md
- Releases: releases.md
- Contributing:
- Overview: contributors/overview.md
- GitHub Workflow: contributors/github_workflow.md
- Testing: contributors/testing.md
- Documentation: internal/publishing_docs_using_mkdocs.md
theme:
name: 'material'
highlightjs: true
language: 'en'
custom_dir: docs/custom_theme
favicon: img/k0s_social.png
logo: img/k0s_social.png
palette:
- scheme: default
toggle:
icon: material/toggle-switch
name: Switch to light mode
- scheme: slate
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
features:
- toc.autohide
- search.suggest
- search.highlight
extra_css:
- stylesheets/extra.css
plugins:
- search
markdown_extensions:
- pymdownx.highlight: {}
- pymdownx.superfences: {}
- pymdownx.inlinehilite: {}
- toc:
permalink: "#"
toc_depth: 3
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/k0sproject/k0s
name: k0s on GitHub
- icon: fontawesome/brands/twitter
link: https://twitter.com/k0sproject
name: k0s on Twitter
- icon: fontawesome/brands/slack
link: http://k8slens.slack.com/
name: k0s on Slack
- icon: fontawesome/solid/link
link: https://k0sproject.io/
name: k0s Website
version:
method: mike