Skip to content

Commit

Permalink
Second PR for transforming the README.md file into TOC with links (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
KoryKessel-Mirantis authored Jun 14, 2024
1 parent f06bae6 commit fdc36b0
Showing 1 changed file with 34 additions and 14 deletions.
48 changes: 34 additions & 14 deletions content/releases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,45 @@

## MKE 4

### Concepts and Architecture

- [Architecture](../docs/concepts/architecture/architecture.md)
- [Configuration](../docs/concepts/architecture/configuration.md)
- [Migrate configuration](../docs/concepts/architecture/migrate-configuration.md)

### Setup
[Install mkectl](../docs/setup/getting-started/install-mke4-cli.md)

[Get Started with MKE 4](../docs/setup/getting-started/create-a-cluster.md)
- Get Started with MKE 4
- [Prerequisites](../docs/setup/getting-started/prerequisites.md)
- [Create a cluster](../docs/setup/getting-started/create-a-cluster.md)
- [Using the cluster](../docs/setup/getting-started/Using-the-cluster.md)
- [nstall MKE 4 CLI](../docs/setup/getting-started/install-mke4-cli.md)
- [k0s in AWS](../docs/setup/getting-started/k0s-in-aws/terraform-scenario.md)
- [Uninstallation](../docs/setup/getting-started/uninstallation.md)
- [Upgrade from MKE 3](../docs/setup/upgrade-from-mke-3/perform-upgrade.md)

### Reference

- [Authentication](../docs/reference/authentication/authentication.md)
- [Backup and restore](../docs/reference/backuprestore/backup-restore.md)
- [Ingress controller](../docs/reference/ingress/ingress-controller.md)
- [Monitoring](../docs/reference/monitoring/monitoring.md)
- [Support bundle](../docs/reference/supportbundle/support-bundle.md)

[Upgrade from MKE 3](../docs/setup/upgrade-from-mke-3/perform-upgrade.md)
### Known issues

- [Known issues](../docs/known-issues.md)

### Features
This table summarizes MKE 4 features, their status, and links to guides

The table that follows details MKE 4 features and their current status. In
addition, where applicable, the table offers links to associated documentation.

| Feature | Pre-Release | Status |
|------------------------------------------------------------------|-------|----------|
| [Authentication](../docs/reference/authentication/README.md) | alpha.1| MVP |
| Authorization | | |
| [Backup & Restore](../docs/reference/backuprestore/backup-restore.md) | alpha.1 | MVP |
| Authentication | alpha.1| MVP |
| Authorization | alpha.1 | MVP |
| [Backup and restore](../docs/reference/backuprestore/backup-restore.md) | alpha.1 | MVP |
| CIS Benchmark | | |
| CLI | | |
| Cloud Providers | | |
Expand All @@ -26,23 +49,20 @@ This table summarizes MKE 4 features, their status, and links to guides
| gMSA | | |
| GPU Feature Discovery | | |
| [Ingress](../docs/reference/ingress/ingress-controller.md) | alpha.1| MVP | |
| [Kubernetes](../docs/concepts/architecture/README.md#Components) | alpha.1 | MVP 1.29 | |
| [Kubernetes](../docs/concepts/architecture/architecture.md#components) | alpha.1 | MVP 1.29 | |
| Life Cycle Management | | |
| Licensing | | |
| Load Balancing | | |
| [Logging, Monitoring and Alerting](../docs/reference/monitoring/monitoring.md) | alpha.1 | MVP |
| [Networking (CNI)](../docs/concepts/architecture/README.md#CNI) | alpha.1 | MVP |
| Logging, Monitoring and Alerting | alpha.1 | MVP |
| [Networking (CNI)](../docs/concepts/architecture/architecture.md#container-network-interface) | alpha.1 | MVP |
| Node Feature Discovery | | |
| Offline Bundle | | |
| OpsCare | | |
| Policy Controller | | |
| Storage (CSI) | | |
| [Support Dump](../docs/reference/supportbundle/support-bundle.md) | alpha.1 | |
| Support Dump | | |
| Telemetry | | |
| TLS | | |
| 2FA | | |
| Web UI | alpha 2 | |
| Windows | | |

### Known Issues
[Known Issues for alpha.1](../docs/known-issues.md)

0 comments on commit fdc36b0

Please sign in to comment.