Skip to content

Commit 4c9784d

Browse files
committed
Fix README
1 parent 23145d8 commit 4c9784d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Jetski - the nimble local Kubernetes development environment
22

3-
`jetski` is a CLI tool that build on top of [multipass](https://github.com/canonical/multipass) and [k3s](https://github.com/k3s-io/k3s) to create the an ideal local Kubernetes development experience.
3+
`jetski` is a CLI tool built on top of [multipass](https://github.com/canonical/multipass) and [k3s](https://github.com/k3s-io/k3s) to create an ideal local Kubernetes development experience.
44

55
It embraces Infrastructure as Code practice and allows you to manage multiple local Kubernetes instances via their own type-safe config files. On top of that, it manages local routes and DNS rules such that you can access Kubernetes `Services` and/or `Pods` directly via their respective [DNS names](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#services), `Service IPs` or `ClusterIPs` from all your local tools. It's "magical", and once you have tried it, there's no going back.
66

7+
## License
8+
9+
[Apache 2.0 License](./LICENSE)
10+
711
## Getting started
812

913
First, install [multipass](https://github.com/canonical/multipass) on your local development computer.
@@ -54,10 +58,6 @@ const config: InstanceConfig = {
5458
serviceCidr: "10.254.255.0/24",
5559
clusterDnsIp: "10.254.255.10",
5660
clusterDomain: "jetski.local",
57-
disableComponents: {
58-
traefik: true,
59-
metricsServer: true
60-
},
6161
nodeLabels: {
6262
"com.jetski/foo": "bar",
6363
"com.jetski/baz": "boo",

0 commit comments

Comments
 (0)