From 2df6547c8abf277afa6f71afc36d2b3ebb41101e Mon Sep 17 00:00:00 2001 From: Paul Wright Date: Thu, 28 Mar 2024 17:44:53 +0000 Subject: [PATCH] fix formats --- docs/docs/cli/index.html | 30 +++++++++---------- docs/docs/cli/native-security-options.html | 10 +++---- docs/docs/cli/podman.html | 10 +++---- input/docs/cli/index.md | 30 +++++++++---------- input/docs/cli/native-security-options.md | 8 ++--- input/docs/cli/podman.md | 10 +++---- subrepos/skupper-docs/cli/gateway.adoc | 10 +++---- subrepos/skupper-docs/cli/index.adoc | 10 +++---- subrepos/skupper-docs/cli/link-cost.adoc | 2 +- .../cli/native-security-options.adoc | 6 ++-- subrepos/skupper-docs/cli/network-status.adoc | 2 +- subrepos/skupper-docs/cli/podman.adoc | 2 +- subrepos/skupper-docs/cli/protocols.adoc | 2 +- 13 files changed, 66 insertions(+), 66 deletions(-) diff --git a/docs/docs/cli/index.html b/docs/docs/cli/index.html index 2d55dda8..630dce25 100644 --- a/docs/docs/cli/index.html +++ b/docs/docs/cli/index.html @@ -250,7 +250,7 @@ For example, in a two site network linked with a high cost with servers and clients on both sites, you can see that a client is served by the local servers while a local server is available.

-

Exposing services on the service network from a namespace

+

Exposing services on the service network from a namespace

After creating a service network, exposed services can communicate across that network.

The skupper CLI has two options for exposing services that already exist in a namespace:

-

Exposing simple services on the service network

+

Exposing simple services on the service network

This section describes how services can be enabled for a service network for simple use cases.

  1. Create a deployment, some pods, or a service in one of your sites, for example:

    @@ -290,7 +290,7 @@

    Exposing simple service

📌 NOTE
If you do not specify ports, skupper uses the containerPort value of the deployment.

-

Exposing complex services on the service network

+

Exposing complex services on the service network

This section describes how services can be enabled for a service network for more complex use cases.

  1. Create a deployment, some pods, or a service in one of your sites, for example:

    @@ -324,7 +324,7 @@

    Exposing complex servi

-

Exposing services from a different namespace to the service network

+

Exposing services from a different namespace to the service network

This section shows how to expose a service from a namespace where Skupper is not deployed.

Skupper allows you expose Kubernetes services from other namespaces for any site. However, if you want to expose workloads, for example deployments, you must create a site as described in this section.

@@ -363,7 +363,7 @@

Exp -

Exposing services on the service network from a local machine

+

Exposing services on the service network from a local machine

After creating a service network, you can expose services from a local machine on the service network.

For example, if you run a database on a server in your data center, you can deploy a front end in a cluster that can access the data as if the database was running in the cluster.

📌 NOTE
@@ -373,7 +373,7 @@

Exposing See Using Skupper Podman for information about using the Skupper CLI to create Podman sites.

-

Exposing simple local services to the service network

+

Exposing simple local services to the service network

This section shows how to expose a single service running locally on a service network.

-

Creating a gateway and applying it on a different machine

+

Creating a gateway and applying it on a different machine

If you have access to a cluster from one machine but want to create a gateway to the service network from a different machine, you can create the gateway definition bundle on the first machine and later apply that definition bundle on a second machine as described in this procedure. For example, if you want to expose a local database service to the service network, but you never want to access the cluster from the database server, you can use this procedure to create the definition bundle and apply it on the database server.

    @@ -569,7 +569,7 @@

    Creating a ga

📌 NOTE
If you need to change the gateway definition, for example to change port, you need to remove the existing gateway and repeat this procedure from the start to redefine the gateway.

-

Gateway YAML reference

+

Gateway YAML reference

The Creating a gateway and applying it on a different machine describes how to create a gateway to apply on a separate machine using a gateway definition YAML file.

The following are valid entries in a gateway definition YAML file.

-

Exploring a service network

+

Exploring a service network

Skupper includes a command to allow you report all the sites and the services available on a service network.