-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathomni.yaml
More file actions
131 lines (124 loc) · 5.38 KB
/
omni.yaml
File metadata and controls
131 lines (124 loc) · 5.38 KB
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
navigation:
tabs:
- tab: "Omni"
icon: "/images/omni.svg"
groups:
- group: "Overview"
folder: "omni/overview"
pages:
- "what-is-omni.mdx"
- group: "Getting Started"
folder: "omni/getting-started"
pages:
- "how-to-install-talosctl.mdx"
- "install-and-configure-omnictl.mdx"
- "getting-started.mdx"
- "use-kubectl-with-omni.mdx"
- "create-a-cluster.mdx"
- "support-matrix.mdx"
- group: "Self Hosted"
folder: "omni/self-hosted"
pages:
- "options-for-running-omni.mdx"
- "omni-on-prem-hardware-requirements.mdx"
- "run-omni-on-prem.mdx"
- "omni-configuration-example.mdx"
- "enable-workload-proxy.mdx"
- "run-an-etcd-cluster.mdx"
- "run-omni-on-k8s.mdx"
- "run-omni-airgapped.mdx"
- "run-image-factory-on-prem.mdx"
- "configure-keycloak-for-omni.mdx"
- "expose-omni-with-nginx-https.mdx"
- "back-up-omni-db.mdx"
- "upgrading-omni.mdx"
- group: "Infrastructure and Extensions"
folder: "omni/infrastructure-and-extensions"
pages:
- "infrastructure-providers.mdx"
- "writing-infrastructure-providers.mdx"
- "machine-registration.mdx"
- "install-talos-linux-extensions.mdx"
- "modify-kernel-arguments.mdx"
- group: "Omni Cluster Setup"
folder: "omni/omni-cluster-setup"
pages:
- group: "Register machines with Omni"
pages:
- "registering-machines/register-machines-with-omni"
- "registering-machines/register-a-bare-metal-machine-iso"
- "registering-machines/register-a-bare-metal-machine-pxe-ipxe"
- "registering-machines/how-to-register-an-aws-ec2-instance"
- "registering-machines/register-an-azure-instance"
- "registering-machines/register-a-gcp-instance"
- "registering-machines/register-a-hetzner-server"
- "registering-machines/join-machines-to-omni"
- "create-a-kubeconfig-for-a-service-account.mdx"
- "create-a-machine-class.mdx"
- "cluster-template.mdx"
- "create-a-patch-for-cluster-machines.mdx"
- "create-an-omni-service-account.mdx"
- "how-to-set-initial-machine-labels.mdx"
- "setting-up-the-bare-metal-infrastructure-provider.mdx"
- "omni-firewall-egress-requirement.mdx"
- group: "Cluster Management"
folder: "omni/cluster-management"
pages:
- group: "Scale your cluster"
pages:
- "scale-your-cluster/scale-a-cluster-up-or-down"
- "scale-your-cluster/cluster-autoscaler"
- "scale-your-cluster/cluster-autoscaler-aws"
- "scale-your-cluster/karpenter"
- "create-a-hybrid-cluster.mdx"
- "sync-kubernetes-manifests.mdx"
- "upgrading-clusters.mdx"
- "omni-terraform.mdx"
- "expose-a-workload-via-service-proxy.mdx"
- "export-a-cluster-template-from-a-cluster-created-in-the-ui.mdx"
- "etcd-backups.mdx"
- "restore-etcd-of-a-cluster-managed-by-cluster-templates.mdx"
- "using-audit-log.mdx"
- "importing-talos-clusters.mdx"
- "wipe-a-machine.mdx"
- "talos-config-overrides.mdx"
- "override-ntp-servers.mdx"
- "support-bundle.mdx"
- "ca-rotation.mdx"
- group: "Security and Authentication"
folder: "omni/security-and-authentication"
pages:
- group: "Using SAML With Omni"
pages:
- "using-saml-with-omni/overview"
- "using-saml-with-omni/configure-saml-and-acls"
- "using-saml-with-omni/configure-okta-for-omni"
- "using-saml-with-omni/add-a-user-to-omni-with-saml-enabled"
- "using-saml-with-omni/auto-assign-roles-to-saml-users"
- "using-saml-with-omni/configure-unifi-identity-enterprise-for-omni"
- "using-saml-with-omni/configure-workspace-one-access-for-omni"
- "using-saml-with-omni/how-to-configure-entraid-for-omni"
- "using-saml-with-omni/configure-oracle-cloud-for-omni"
- "using-saml-with-omni/use-saml-groups-in-kubernetes"
- "authentication-and-authorization.mdx"
- "oidc-login-with-tailscale.mdx"
- "how-to-manage-acls.mdx"
- "omni-kms-disk-encryption.mdx"
- "break-glass-emergency-access.mdx"
- "rotate-siderolink-join-token.mdx"
- "security-model.mdx"
- group: "Reference"
folder: "omni/reference"
pages:
- "acls.mdx"
- "cli.mdx"
- "cluster-templates.mdx"
- "omni-configuration.mdx"
- "manage-omni-resources-with-omnictl.mdx"
- "image-factory-configuration.mdx"
- "generating-omnictl-cli-reference.mdx"
- group: Troubleshooting and Support
folder: omni/troubleshooting
pages:
- "troubleshooting.mdx"
- "faqs.mdx"