Skip to content

Commit 76a6271

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8490ecd commit 76a6271

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/deployment/k3s.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Deploy a new mybinder.org federation member on a bare VM with `k3s`
22

33
[k3s](https://k3s.io/) is a popular kubernetes distribution that we can use
4-
to build *single node* kubernetes installations that satisfy the needs of the
4+
to build _single node_ kubernetes installations that satisfy the needs of the
55
mybinder project. By focusing on the simplest possible kubernetes installation,
66
we can get all the benefits of kubernetes (simplified deployment, cloud agnosticity,
77
unified tooling, etc) **except** autoscaling, and deploy **anywhere we can get a VM
@@ -23,7 +23,7 @@ but we have a slightly more opinionated list.
2323
## Installing `k3s`
2424

2525
We can use the [quickstart](https://docs.k3s.io/quick-start) on the `k3s` website, with the added
26-
config of *disabling traefik* that comes built in. We deploy nginx as part of our deployment, so we
26+
config of _disabling traefik_ that comes built in. We deploy nginx as part of our deployment, so we
2727
do not need traefik.
2828

2929
```bash
@@ -49,4 +49,4 @@ TODO
4949

5050
## Test and validate
5151

52-
## Add to the redirector
52+
## Add to the redirector

0 commit comments

Comments
 (0)