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.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@
4
4
## Description
5
5
// TODO(user): An in-depth paragraph about your project and overview of use
6
6
7
+
## Local testing
8
+
9
+
- Start an empty cluster using `k8s-clusters/local-test/empty-cluster.sh`
10
+
- Build and push the controller to the cluster using `build-and-push-locally.sh <controller-version>`
11
+
- Deploy a service to the cluster, for example (running from `k8s-clusters/local-test`): `OWNER=kadaster TECHNICAL_NAME=ad docker-compose -f ./docker-compose.yaml -f ./bundle-pollers/docker-compose.services.yaml up kustomize-init`
"If set, HTTP/2 will be enabled for the metrics and webhook servers")
100
105
flag.StringVar(&host, "baseurl", "", "The host which is used in the mapserver service.")
106
+
flag.StringVar(&mapserverImage, "mapserver-image", defaultMapserverImage, "The image to use in the blob download init-container.")
101
107
flag.StringVar(&multitoolImage, "multitool-image", defaultMultitoolImage, "The image to use in the blob download init-container.")
102
108
flag.StringVar(&mapfileGeneratorImage, "mapfile-generator-image", defaultMapfileGeneratorImage, "The image to use in the mapfile generator init-container.")
103
109
flag.StringVar(&capabilitiesGeneratorImage, "capabilities-generator-image", defaultCapabilitiesGeneratorImage, "The image to use in the capabilities generator init-container.")
0 commit comments