-
Notifications
You must be signed in to change notification settings - Fork 364
/
mkdocs.yml
169 lines (164 loc) · 5.43 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
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: ""
# ~~~ START NAV SNIPPET ~~~
nav:
- Overview: README.md
- Installation:
- Quick Start Guide: install.md
- Using k0sctl: k0sctl-install.md
- Alternative Methods:
- Manual (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
- Using custom CA certificate (advanced): custom-ca.md
- System Requirements: system-requirements.md
- External runtime dependencies: external-runtime-deps.md
- Verifying Signed Binaries: verifying-signs.md
# ~~~ END NAV SNIPPET ~~~
- Maintenance:
- Upgrade: upgrade.md
- Backup/Restore: backup.md
- Remove/Replace a controller: remove_controller.md
- Reset (Uninstall): reset.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
- System Components Monitoring: system-monitoring.md
- Manifest Deployer: manifests.md
- Helm Charts: helm-charts.md
- Cloud Providers: cloud-providers.md
- IPv4/IPv6 dual-stack networking: dual-stack.md
- Control Plane High Availability: high-availability.md
- Node-local load balancing: nllb.md
- Control plane load balancing: cplb.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
- SELinux: selinux.md
- Pod Security Standards: podsecurity.md
- Re-install: reinstall-k0sctl.md
- Auto Updates:
- Overview: autopilot.md
- Multi-Command Plans: autopilot-multicommand.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
- GitOps with Flux: examples/gitops-flux.md
- OpenEBS storage: examples/openebs.md
- Troubleshooting:
- FAQ: FAQ.md
- Logs: logs.md
- Common Pitfalls: troubleshooting.md
- Support Insights: support-dump.md
- Reference:
- Architecture: architecture/index.md
- Command Line: cli/README.md
- Kube-bench Security Benchmark: cis_benchmark.md
- Releases & Support: releases.md
- Commercial support: commercial-support.md
- Adopters: adopters.md
- Contributing:
- Getting Started: contributors/index.md
- GitHub Workflow: contributors/github_workflow.md
- Testing: contributors/testing.md
- Documentation: contributors/docs.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
primary: custom
accent: custom
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
- macros:
j2_variable_start_string: "{{{"
j2_variable_end_string: "}}}"
- exclude:
glob:
- internal/*
- "*.etag"
- custom_theme/*
- Dockerfile.serve-dev
- k0s
- k0s.exe
- Makefile*
- requirements_pip.txt
- requirements.txt
- include-markdown
markdown_extensions:
- pymdownx.highlight: {}
- pymdownx.superfences: {}
- pymdownx.inlinehilite: {}
- mdx_truly_sane_lists: # https://github.com/mkdocs/mkdocs/issues/545#issuecomment-522196661
nested_indent: 2
truly_sane: true
- toc:
permalink: "#"
toc_depth: 3
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- footnotes
extra:
k8s_version: !!python/object/apply:os.getenv ["KUBERNETES_VERSION"]
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/k0sproject/k0s
name: k0s on GitHub
- icon: fontawesome/brands/x-twitter
link: https://x.com/k0sproject
name: k0s on X
- icon: fontawesome/brands/medium
link: https://medium.com/k0sproject
name: k0s on Medium
- icon: fontawesome/brands/discourse
link: https://forums.k8slens.dev/
name: k0s on the Lens Forums
- icon: fontawesome/solid/link
link: https://k0sproject.io/
name: k0s Website
version:
provider: mike
default: stable