From 2eb2494b6db9d89ca50d8b12b2e8239b6bfa9258 Mon Sep 17 00:00:00 2001 From: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com> Date: Mon, 7 Nov 2022 15:05:54 -0500 Subject: [PATCH] Add links to GitHub to build docker images. Fixes #1125 --- .../main/asciidoc/spring-cloud-kubernetes-configserver.adoc | 4 ++-- .../spring-cloud-kubernetes-configuration-watcher.adoc | 2 ++ .../asciidoc/spring-cloud-kubernetes-discoveryserver.adoc | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-kubernetes-configserver.adoc b/docs/src/main/asciidoc/spring-cloud-kubernetes-configserver.adoc index 88446cbe..23cb8c12 100644 --- a/docs/src/main/asciidoc/spring-cloud-kubernetes-configserver.adoc +++ b/docs/src/main/asciidoc/spring-cloud-kubernetes-configserver.adoc @@ -8,8 +8,8 @@ This is component is completely optional. However, it allows you to continue to you may have stored in existing environment repositories (Git, SVN, Vault, etc) with applications that you are running on Kubernetes. 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 -the code and image yourself. However, if you need to customize the config server behavior you can easily build your own -image from the source code on GitHub and use that. +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 +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. ### Configuration diff --git a/docs/src/main/asciidoc/spring-cloud-kubernetes-configuration-watcher.adoc b/docs/src/main/asciidoc/spring-cloud-kubernetes-configuration-watcher.adoc index e8764c74..030979a4 100644 --- a/docs/src/main/asciidoc/spring-cloud-kubernetes-configuration-watcher.adoc +++ b/docs/src/main/asciidoc/spring-cloud-kubernetes-configuration-watcher.adoc @@ -12,6 +12,8 @@ To achieve this configuration refresh of a Spring Cloud app running on Kubernete Kubernetes Configuration Watcher controller into your Kubernetes cluster. The application is published as a container and is available on https://hub.docker.com/r/springcloud/spring-cloud-kubernetes-configuration-watcher[Docker Hub]. + However, if you need to customize the config watcher behavior or prefer to build the image yourself you can easily build your own +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. Spring Cloud Kubernetes Configuration Watcher can send refresh notifications to applications in two ways. diff --git a/docs/src/main/asciidoc/spring-cloud-kubernetes-discoveryserver.adoc b/docs/src/main/asciidoc/spring-cloud-kubernetes-discoveryserver.adoc index 849351c3..32211b19 100644 --- a/docs/src/main/asciidoc/spring-cloud-kubernetes-discoveryserver.adoc +++ b/docs/src/main/asciidoc/spring-cloud-kubernetes-discoveryserver.adoc @@ -126,6 +126,8 @@ instance of a given service. Below is a sample response when a `GET` request is ### Deployment YAML An image of the Spring Cloud Discovery Server is hosted on https://hub.docker.com/r/springcloud/spring-cloud-kubernetes-discoveryserver[Docker Hub]. +However, if you need to customize the discovery server behavior or prefer to build the image yourself you can easily build your own +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. Below is a sample deployment YAML you can use to deploy the Kubernetes Configuration Watcher to Kubernetes.