Skip to content

Commit

Permalink
Update docs to reflect functionality (#16549)
Browse files Browse the repository at this point in the history
* Update docs to reflect functionality

* make consistent with other client runtimes
  • Loading branch information
im2nguyen authored Mar 7, 2023
1 parent f5641ff commit a5b8256
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions website/content/docs/enterprise/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,17 @@ Consul Enterprise feature availability can change depending on your server and c

| Enterprise Feature | VM Client | K8s Client | ECS Client |
| ----------------------------------------------------------------------- | :-------: | :--------: | :--------: |
| [Admin Partitions](/consul/docs/enterprise/admin-partitions) | ✅ | ✅ | ❌ |
| [Audit Logging](/consul/docs/enterprise/audit-logging) | ✅ | ✅ | ❌ |
| [Automated Server Backups](/consul/docs/enterprise/backups) | ✅ | ✅ | ❌ |
| [Admin Partitions](/consul/docs/enterprise/admin-partitions) | ✅ | ✅ | ✅ |
| [Audit Logging](/consul/docs/enterprise/audit-logging) | ✅ | ✅ | ✅ |
| [Automated Server Backups](/consul/docs/enterprise/backups) | ✅ | ✅ | ✅ |
| [Automated Server Upgrades](/consul/docs/enterprise/upgrades) | ❌ | ❌ | ❌ |
| [Enhanced Read Scalability](/consul/docs/enterprise/read-scale) | ❌ | ❌ | ❌ |
| [Namespaces](/consul/docs/enterprise/namespaces) | ✅ | ✅ | ❌ |
| [Network Areas](/consul/docs/enterprise/federation) | ✅ | ✅ | ❌ |
| [Namespaces](/consul/docs/enterprise/namespaces) | ✅ | ✅ | ✅ |
| [Network Areas](/consul/docs/enterprise/federation) | ✅ | ✅ | ✅ |
| [Network Segments](/consul/docs/enterprise/network-segments/network-segments-overview) | ❌ | ❌ | ❌ |
| [OIDC Auth Method](/consul/docs/security/acl/auth-methods/oidc) | ✅ | ✅ | ❌ |
| [OIDC Auth Method](/consul/docs/security/acl/auth-methods/oidc) | ✅ | ✅ | ✅ |
| [Redundancy Zones](/consul/docs/enterprise/redundancy) | ❌ | ❌ | ❌ |
| [Sentinel ](/consul/docs/enterprise/sentinel) | ✅ | ✅ | ❌ |
| [Sentinel ](/consul/docs/enterprise/sentinel) | ✅ | ✅ | ✅ |

</Tab>

Expand Down

0 comments on commit a5b8256

Please sign in to comment.