docs: require external resources for production environment

- More secure
- We can still use development environment without external resources
This commit is contained in:
Khue Doan 2022-07-14 21:53:42 +07:00
parent 0cafd02d8c
commit 5ddb62c08b
5 changed files with 4 additions and 11 deletions

View File

@ -5,9 +5,7 @@
KUBECONFIG = $(shell pwd)/metal/kubeconfig.yaml
KUBE_CONFIG_PATH = $(KUBECONFIG)
default: metal bootstrap wait
all: metal bootstrap external wait
default: metal bootstrap external wait
configure:
./scripts/configure

View File

@ -35,7 +35,7 @@ git checkout dev
## Build
Open the tools container:
Open the tools container, which includes all the tools needed:
```sh
make tools

View File

@ -1,6 +1,6 @@
# Configuration
Open the tools container if you haven't already:
Open the tools container, which includes all the tools needed:
```sh
make tools

View File

@ -1,6 +1,6 @@
# Deployment
Open the tools container, which includes all the tools needed:
Open the tools container if you haven't already:
```sh
make tools

View File

@ -15,11 +15,6 @@ Below is a list of external resources and why we need them (also see some [alter
<!-- | Minio | Bucket | Onsite backup | -->
<!-- | AWS | S3 Glacier | Offsite backup | -->
This layer will:
- Create external resources
- Add external secrets to namespaces
## Create credentials
You'll be asked to provide these credentials on first build.