Run reconciler locally ΒΆ
For quick development-and-test loop you'd like run reconciler locally, not in CD.
For this, needed:
- Install Golang 1.14 or higher
-
Export your Cloud credentials
export AWS_ACCESS_KEY_ID=ATIAAJSXDBUVOQ4JR export AWS_SECRET_ACCESS_KEY=SuperAwsSecret
-
Build reconciler
cd cluster.dev/ make
-
Run reconciler on needed cluster-dev manifest
./bin/reconciler --config .cluster.dev/aws-minikube.yaml --log-level debug