Skip to content

Commit

Permalink
feat(faq): Add How to install k3s without Traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Aug 15, 2024
1 parent 46dbf5c commit 0897e11
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/data/faq-cs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
- id: instalace-k3s-bez-traefiku
question: Jak nainstalovat K3s bez Traefiku?
answer: |
```
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="server --no-deploy traefik" sh
```
Zdroj: https://github.com/k3s-io/k3s/issues/1160#issuecomment-562742130
- id: install-specific-gitlab-package
question: Jak nainstalovat specifickou verzi GitLabu?
answer: |
Expand Down
9 changes: 9 additions & 0 deletions packages/data/faq-en.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
- id: Install k3s without Traefik
question: How to install k3s without Traefik?
answer: |
```
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="server --no-deploy traefik" sh
```
Source: https://github.com/k3s-io/k3s/issues/1160#issuecomment-562742130
- id: install-specific-gitlab-package
question: How to install specific GitLab package?
answer: |
Expand Down

0 comments on commit 0897e11

Please sign in to comment.