Update docs to reflect functionality (#16549)

* Update docs to reflect functionality

* make consistent with other client runtimes
This commit is contained in:
Tu Nguyen 2023-03-07 08:21:23 -08:00 committed by GitHub
parent 25ed13261b
commit 9a800c9c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -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>