Skip to content

Commit 177c383

Browse files
committed
Updating documentation
1 parent 41d7ae4 commit 177c383

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

docs/modules/ROOT/pages/spring-cloud-kubernetes-configserver.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ https://kubernetes.io/docs/concepts/configuration/configmap/[Config Maps] and ht
77
This component is completely optional. However, it allows you to continue to leverage configuration
88
you may have stored in existing environment repositories (Git, SVN, Vault, etc) with applications that you are running on Kubernetes.
99

10-
A default image is located on https://hub.docker.com/r/springcloud/spring-cloud-kubernetes-configserver[Docker Hub] which will allow you to easily get a Config Server deployed on Kubernetes without building
11-
the code and image yourself. However, if you need to customize the config server behavior or prefer to build the image yourself you can easily build your own
12-
image from the https://github.com/spring-cloud/spring-cloud-kubernetes/tree/main/spring-cloud-kubernetes-controllers/spring-cloud-kubernetes-configserver[source code on GitHub] and use that.
10+
You can build a Docker image from the https://github.com/spring-cloud/spring-cloud-kubernetes/tree/main/spring-cloud-kubernetes-controllers/spring-cloud-kubernetes-configserver[source code on GitHub] and use that to deploy to Kubernetes.
1311

1412
## Configuration
1513

docs/modules/ROOT/pages/spring-cloud-kubernetes-configuration-watcher.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ actuator endpoint `/refresh` or via publishing a `RefreshRemoteApplicationEvent`
1111
To achieve this configuration refresh of a Spring Cloud app running on Kubernetes, you can deploy the Spring Cloud
1212
Kubernetes Configuration Watcher controller into your Kubernetes cluster.
1313

14-
The application is published as a container and is available on https://hub.docker.com/r/springcloud/spring-cloud-kubernetes-configuration-watcher[Docker Hub].
15-
However, if you need to customize the config watcher behavior or prefer to build the image yourself you can easily build your own
16-
image from the https://github.com/spring-cloud/spring-cloud-kubernetes/tree/main/spring-cloud-kubernetes-controllers/spring-cloud-kubernetes-configuration-watcher[source code on GitHub] and use that.
14+
You can build a Docker image from the https://github.com/spring-cloud/spring-cloud-kubernetes/tree/main/spring-cloud-kubernetes-controllers/spring-cloud-kubernetes-configuration-watcher[source code on GitHub] and use that to deploy to Kubernetes.
1715

1816
Another option to configure it is to provide some environment variables in the deployment.yaml used to deploy configuration watcher. Here are some important ones:
1917

docs/modules/ROOT/pages/spring-cloud-kubernetes-discoveryserver.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,7 @@ instance of a given service. Below is a sample response when a `GET` request is
119119

120120
## Deployment YAML
121121

122-
An image of the Spring Cloud Discovery Server is hosted on https://hub.docker.com/r/springcloud/spring-cloud-kubernetes-discoveryserver[Docker Hub].
123-
However, if you need to customize the discovery server behavior or prefer to build the image yourself you can easily build your own
124-
image from the https://github.com/spring-cloud/spring-cloud-kubernetes/tree/main/spring-cloud-kubernetes-controllers/spring-cloud-kubernetes-discoveryserver[source code on GitHub] and use that.
122+
You can build a Docker image from the https://github.com/spring-cloud/spring-cloud-kubernetes/tree/main/spring-cloud-kubernetes-controllers/spring-cloud-kubernetes-discoveryserver[source code on GitHub] and use that to deploy to Kubernetes.
125123

126124
Below is a sample deployment YAML you can use to deploy the Kubernetes Discovery Server to Kubernetes.
127125

0 commit comments

Comments
 (0)