Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
9. Create Application from Git and direct to `apps` folder and all the application should be created automatically.