You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1310,6 +1310,8 @@ To achieve this configuration refresh of a Spring Cloud app running on Kubernete
1310
1310
Kubernetes Configuration Watcher controller into your Kubernetes cluster.
1311
1311
1312
1312
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.
1313
1315
1314
1316
Spring Cloud Kubernetes Configuration Watcher can send refresh notifications to applications in two ways.
1315
1317
@@ -1500,8 +1502,8 @@ This is component is completely optional. However, it allows you to continue to
1500
1502
you may have stored in existing environment repositories (Git, SVN, Vault, etc) with applications that you are running on Kubernetes.
1501
1503
1502
1504
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.
1505
1507
1506
1508
### Configuration
1507
1509
@@ -1741,6 +1743,8 @@ instance of a given service. Below is a sample response when a `GET` request is
1741
1743
### Deployment YAML
1742
1744
1743
1745
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.
1744
1748
1745
1749
Below is a sample deployment YAML you can use to deploy the Kubernetes Configuration Watcher to Kubernetes.
0 commit comments