mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 20:34:32 +07:00
docs: require external resources for production environment
- More secure - We can still use development environment without external resources
This commit is contained in:
parent
0cafd02d8c
commit
5ddb62c08b
4
Makefile
4
Makefile
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user