diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..c267599 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,13 @@ +/.github +/bin +/charts +/kubernetes + +/.gitignore +/.goreleaser.yaml +/CONTRIBUTING.md +/ct.yaml +/skaffold.yaml +/README.md +/Makefile +/LICENSE.txt \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1c7ff38..0646565 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,41 +1,20 @@ ## Requirements - A running kubernetes cluster (if you don't have one see *Setup a local cluster* section) + - [skaffold](https://skaffold.dev/) installed on your machine - [helm 3](https://helm.sh/) installed on your machine - [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl/) installed on your machine - - [skaffold](https://skaffold.dev/) installed on your machine ### Setup a local cluster - You need a machine with [docker](https://docker.io) up & running - - You need to install [kind](https://kind.sigs.k8s.io/) on your machine - -Then we can create a two nodes cluster (one master and one worker): - -```bash -cat <