Skip to content

Commit 2eb2494

Browse files
committed
Add links to GitHub to build docker images. Fixes #1125
1 parent 43866de commit 2eb2494

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/src/main/asciidoc/spring-cloud-kubernetes-configserver.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This is component is completely optional. However, it allows you to continue to
88
you may have stored in existing environment repositories (Git, SVN, Vault, etc) with applications that you are running on Kubernetes.
99
1010
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 you can easily build your own
12-
image from the source code on GitHub and use that.
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.
1313
1414
### Configuration
1515

docs/src/main/asciidoc/spring-cloud-kubernetes-configuration-watcher.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ To achieve this configuration refresh of a Spring Cloud app running on Kubernete
1212
Kubernetes Configuration Watcher controller into your Kubernetes cluster.
1313

1414
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.
1517

1618
Spring Cloud Kubernetes Configuration Watcher can send refresh notifications to applications in two ways.
1719

docs/src/main/asciidoc/spring-cloud-kubernetes-discoveryserver.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ instance of a given service. Below is a sample response when a `GET` request is
126126
### Deployment YAML
127127

128128
An image of the Spring Cloud Discovery Server is hosted on https://hub.docker.com/r/springcloud/spring-cloud-kubernetes-discoveryserver[Docker Hub].
129+
However, if you need to customize the discovery server behavior or prefer to build the image yourself you can easily build your own
130+
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.
129131

130132
Below is a sample deployment YAML you can use to deploy the Kubernetes Configuration Watcher to Kubernetes.
131133

0 commit comments

Comments
 (0)