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`
0 commit comments