From 946c2a956608a02901b14ea50056397d2cff402e Mon Sep 17 00:00:00 2001 From: Ganon Date: Wed, 27 Oct 2021 21:00:03 +0200 Subject: [PATCH] Update README.md Docker needed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5ed34a..5384848 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This is a project for starter to setup whole home in kubernetes infrastructure. ### Steps to use this repository -1. Install Ubuntu Server & Open SSH +1. Install Ubuntu Server & Open SSH & Docker 2. Install Kubernetes - K3s ```shell curl -sfL https://get.k3s.io | sh -s - --write-kubeconfig-mode 644 --docker --disable traefik,local-storage,metrics-server @@ -36,4 +36,4 @@ This is a project for starter to setup whole home in kubernetes infrastructure. 6. Access ArgoCD https://localhost:8080 with username `admin` and password got it in step 4 7. Configure Projects, Repositories 8. Fork the repository, make your changes and add it as repository -9. Create Application from Git and direct to `apps` folder and all the application should be created automatically. \ No newline at end of file +9. Create Application from Git and direct to `apps` folder and all the application should be created automatically.