Tabs fix again

This commit is contained in:
boruszak 2022-10-04 10:00:53 -05:00
parent 631e7c1d7b
commit b455e0d5c8
2 changed files with 4 additions and 5 deletions

View File

@ -4,6 +4,7 @@ page_title: Cluster Peering - Create and Manage Connections
description: >- description: >-
Generate a peering token to establish communication, export services, and authorize requests for cluster peering connections. Learn how to create, list, read, check, and delete peering connections. Generate a peering token to establish communication, export services, and authorize requests for cluster peering connections. Learn how to create, list, read, check, and delete peering connections.
--- ---
<TabProvider>
# Create and Manage Cluster Peering Connections # Create and Manage Cluster Peering Connections
@ -520,3 +521,4 @@ spec:
``` ```
</CodeTabs> </CodeTabs>
</TabProvider>

View File

@ -4,7 +4,6 @@ page_title: Exported Services - Configuration Entry Reference
description: >- description: >-
An exported services configuration entry defines the availability of a cluster's services to cluster peers and local admin partitions. Learn about `""exported-services""` config entry parameters and exporting services to other datacenters. An exported services configuration entry defines the availability of a cluster's services to cluster peers and local admin partitions. Learn about `""exported-services""` config entry parameters and exporting services to other datacenters.
--- ---
<TabProvider>
# Exported Services Configuration Entry # Exported Services Configuration Entry
@ -679,5 +678,3 @@ An ACL token with `service:write` permissions is required for the cluster the qu
Exports are available to all services in the consumer cluster. In the previous example, any service with `write` permissions for the `frontend` partition can read exports. Exports are available to all services in the consumer cluster. In the previous example, any service with `write` permissions for the `frontend` partition can read exports.
For additional information, refer to [Health HTTP Endpoint](/api-docs/health). For additional information, refer to [Health HTTP Endpoint](/api-docs/health).
</TabProvider>