Skip to content

Commit 06a953e

Browse files
committed
Bumping versions
1 parent 2eb2494 commit 06a953e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.adoc

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

13121312
The application is published as a container and is available on https://hub.docker.com/r/springcloud/spring-cloud-kubernetes-configuration-watcher[Docker Hub].
1313+
However, if you need to customize the config watcher behavior or prefer to build the image yourself you can easily build your own
1314+
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.
13131315

13141316
Spring Cloud Kubernetes Configuration Watcher can send refresh notifications to applications in two ways.
13151317

@@ -1500,8 +1502,8 @@ This is component is completely optional. However, it allows you to continue to
15001502
you may have stored in existing environment repositories (Git, SVN, Vault, etc) with applications that you are running on Kubernetes.
15011503

15021504
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
1503-
the code and image yourself. However, if you need to customize the config server behavior you can easily build your own
1504-
image from the source code on GitHub and use that.
1505+
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
1506+
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.
15051507

15061508
### Configuration
15071509

@@ -1741,6 +1743,8 @@ instance of a given service. Below is a sample response when a `GET` request is
17411743
### Deployment YAML
17421744

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

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

0 commit comments

Comments
 (0)