-
Notifications
You must be signed in to change notification settings - Fork 83
/
mkdocs.yml
257 lines (235 loc) Β· 9.34 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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
site_name: OpenShift Examples
# Project information
# site_description: My /
site_author: Robert Bohne
site_url: https://examples.openshift.pub
# Repository
repo_name: openshift-examples/web
repo_url: https://github.com/openshift-examples/web
edit_uri: edit/master/content/
# Copyright
copyright: <a href="/impressum/">Impressum</a>
# Configuration
theme:
name: material
language: en
custom_dir: overrides
# logo: images/desk.png
# favicon: images/favicon.png
palette:
- primary: black
accent: red
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
- scheme: slate
primary: black
accent: red
toggle:
icon: material/lightbulb
name: Switch to dark mode
font:
text: Overpass
code: Overpass Mono
favicon: images/favicon.png
icon:
logo: simple/redhatopenshift
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.top
- navigation.indexes
- navigation.tracking
- content.code.copy
# Extras
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/rbo
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/robertbohne
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/robertbohne
# Extensions
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
linenums: true
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
- pymdownx.tasklist
# Use --8<-- "content/cluster-lifecycle/backup/pod.yaml"
- pymdownx.snippets:
check_paths: true
- meta
- attr_list
plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: false
type: timeago
- git-authors
- tags:
tags_file: tags.md
- macros:
verbose: false
- glightbox
hooks:
- hooks/sha256_filter.py
extra_css:
- assets/stylesheets/powered-by.css
# gsed -E "s/\* \[(.+)\]\((.+)\)/- \'\1\': '\2'/" docs/SUMMARY.md
# :material-folder-plus:
nav:
- Cluster installation:
- cluster-installation/index.md
- Air-gapped: cluster-installation/air-gapped.md
- SNO on OCP-V: cluster-installation/sno-on-ocpv/index.md
- VMware/vSphere:
- cluster-installation/vmware/index.md
- "Example installation": cluster-installation/vmware/example/index.md
- "IPI & Proxy": cluster-installation/vmware/ipi-proxy.md
- "MachineSet & UPI": cluster-configuration/MachineSets/VMware-UPI/index.md
- "Agent-based non-integrated": cluster-installation/vmware/agent-base-non-integrated/index.md
- Hosted Control Plane: cluster-installation/hosted-control-plane.md
- Nvidia GPU:
- cluster-installation/gpu/index.md
- GPU on-prem: cluster-installation/gpu/gpu-on-prem.md
- GPU on AWS: cluster-installation/gpu/gpu-on-aws.md
- GPU debugging: cluster-installation/gpu/gpu-debuging.md
- Windows Container:
- VMware IPI: cluster-installation/windows-container/VMware-ipi.md
- DevPreview: cluster-installation/windows-container/dev-prev.md
- Adjust RHCOS.ISO: cluster-installation/adjust-rhcos.iso.md
- Cluster configuration:
- cluster-configuration/index.md
- Authentication:
- cluster-configuration/authentication/index.md
- Client Certificate: cluster-configuration/authentication/client-certificate/index.md
- ActiveDirectory / LDAP: cluster-configuration/authentication/activedirectory-ldap.md
- Red Hat SSO - via Google: cluster-configuration/authentication/redhat-sso.md
- Basic Authentication (Remote): cluster-configuration/authentication/auth-basic-authentication.md
- Cluster entitlement:
- cluster-configuration/full-cluster-entitlement/index.md
- Debugging: cluster-configuration/full-cluster-entitlement/debugging.md
- External DNS: cluster-configuration/external-dns/index.md
- Kernel Module: cluster-configuration/build-load-kernel-module/index.md
- Storage:
- NFS Client provisioner: cluster-configuration/storage/nfs.md
- NTP: cluster-configuration/ntp.md
- Monitoring:
- Alertmanager:
- cluster-configuration/monitoring/alertmanager/index.md
- Debug receiver: cluster-configuration/monitoring/alertmanager/debug-receiver.md
- Github receiver: cluster-configuration/monitoring/alertmanager/github-receiver.md
- Telegram receiver: cluster-configuration/monitoring/alertmanager/telegram-receiver.md
- Logging:
- Log Forwarding API: cluster-configuration/logging/forwarding-demo/index.md
- Image Registry: cluster-configuration/image-registry.md
- MachineConfig:
- cluster-configuration/machine-config/index.md
- Machine Config Server: cluster-configuration/machine-config/machine-config-server.md
- MachineSets:
- Debugging: cluster-configuration/MachineSets/debugging.md
- "VMware UPI": cluster-configuration/MachineSets/VMware-UPI/index.md
- Cluster autoscaler: cluster-configuration/cluster-autoscaling.md
- Cluster lifecycle:
- cluster-lifecycle/index.md
- Over-the-Air Upgrades: cluster-lifecycle/oat-upgrades.md
- Monitoring:
- Metrics: cluster-lifecycle/monitoring/metrics.md
- cloud.redhat.com: cluster-lifecycle/cloud-redhat-com.md
- Backup:
- Etcd: cluster-lifecycle/backup/etcd.md
- Restore & Recovery: cluster-lifecycle/restore.md
- Troubleshooting: troubleshooting/index.md
- Client: client/index.md
- Build:
- build/index.md
- Entitled: build/entitled.md
- Tekton/Pipelines:
- build/pipeline/index.md
- BuildPacks: build/pipeline/buildpacks.md
- Jenkins Pipeline: build/jenkins.md
- S2I - R shiny: build/s2i-r-shiny.md
- Universal Base Images: build/universal-base-image.md
- Deploy:
- deploy/index.md
- Keycloak: deploy/keycloak/index.md
- Liveness probe - WiP: deploy/liveness-probe.md
- Storage: deploy/storage.md
- ImageStreams: deploy/imagestreams.md
- StatefulSet: deploy/statefulset.md
- Quota - WiP: deploy/quota.md
- SCC anyuid example: deploy/scc-anyuid.md
- Init containers: deploy/initcontainers.md
- Nginx reverse proxy: deploy/nginx-reverse-proxy.md
- EAP Cluster demo: deploy/eap-cluster.md
- Pod Autoscaling: deploy/autoscaling/index.md
- Scale down DC: deploy/scale-down-deploymentconfigs.md
- Ops Container: deploy/ops-container.md
- Java/JAR: deploy/jar.md
- Token: cluster-configuration/authentication/token.md
- Faketime (libtaketime): deploy/faketime.md
- Monitoring:
- Workload: deploy/monitoring/workload.md
- Workload examples:
- JFrog Artifactory: deploy/workload/jfrog-artifactory-enterprise-operator-air-gapped.md
- Own apache: deploy/workload/own-apache-container.md
- Gitlab Runner: deploy/workload/gitlab-runner.md
- Grafana with OAuth Proxy: deploy/workload/grafana-oauth.md
- Quake 3 Arena: deploy/workload/quake3.md
- GitOps:
- gitops/index.md
- Networking:
- networking/index.md
- Services & Routes:
- Service Certificate: networking/services-routes/service-serving-certificate-secrets.md
- Route encryption: networking/services-routes/route-encryption.md
- Multus: networking/multus.md
- Network Policy:
- networking/network-policy/index.md
- Demo: networking/network-policy/network-policy-demo/README.md
- OVNKubernetes: networking/network-policy/OVNKubernetes.md
- OpenShiftSDN: networking/network-policy/OpenShiftSDN.md
- Router sharding: networking/services-routes/router-sharding.md
- Egress IP testing: networking/egress-ip.md
- Kubernetes iptables chains: networking/k8s-iptables-chains.md
- Operators:
- operators/index.md
- Custom Resource Definition (CRD): operators/custom-ressource-definition.md
- Air-gapped OLM >= 4.6: operators/air-gapped-4.6.md
- Air-gapped OperatorHub - pre 4.6: operators/air-gapped-pre-4.6.md
- Ansible Operator: operators/ansible-operator.md
- OperatorHub: operators/operatorhub.md
- Install Operator as a User - WiP: operators/install-operator-as-a-user.md
- Cluster Configurator: operators/cluster-configurator.md
- Simple Application Operator - WiP: operators/simple-application-operator.md
- OpenShift Virtualization:
- kubevirt/index.md
- Templates: kubevirt/template.md
- Ansible: kubevirt/ansible/README.md
- Networking: kubevirt/networking.md
- Local-storage: kubevirt/local-storage.md
- Certificates: certificate.md
- My Lab notes:
- my-lab/index.md
- Hetzner Storage Box: my-lab/storage-box.md
- Local fedora: my-lab/local-fedora.md
- SSH: my-lab/ssh.md
- OCP Remote worker: my-lab/remote-worker.md
- Workstation: my-lab/fedora-workstation.md
- OpenShift.tv:
- openshift-tv/index.md
- vSphere IPI & disconnected environment: openshift-tv/2021-04-14-vpshere-ipi-disconnected.md
- Tags: tags.md
docs_dir: content/