Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create cluster configuration section #268

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/docs/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The information herein is designed to guide you in setting up, maintaining, and
{{< cards >}}
{{< card link="authentication" title="Authentication" icon="cog" >}}
{{< card link="backup-restore" title="Backup and restore" icon="cog" >}}
{{< card link="cluster-configuration" title="Cluster configuration" icon="cog" >}}
{{< card link="kubernetes" title="Kubernetes Components" icon="cog" >}}
{{< card link="ingress" title="Ingress controller" icon="cog" >}}
{{< card link="monitoring" title="Monitoring" icon="cog" >}}
Expand Down
21 changes: 21 additions & 0 deletions content/docs/configuration/cluster-configuration/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Cluster configuration
weight: 1
---

{{< callout type="important" >}}The MKE configuration file documentation is up-to-date for the latest MKE
release. As such, if you are running an earlier version of MKE, you may
encounter detail for configuration options and parameters that are not
applicable to the version of MKE you are currently running.

Refer to the MKE Release Notes for specific version-by-version information on
MKE configuration file additions and changes.
{{< /callout >}}

The configuring of an MKE cluster
takes place through the application of a TOML file. You use this file, the MKE
configuration file, to import and export MKE configurations, to both create new
MKE instances and to modify existing ones.

Refer to example-config in the MKE CLI reference documentation to learn how to
download an example MKE configuration file.
Loading