Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
krisgeus committed Jun 11, 2024
1 parent aac6a12 commit 575bf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter17/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docker exec -ti chapter17-k3s-cli-1 /bin/bash

#### K9s or local kubectl as an alternative

You could use [k9s](https://k9scli.io/) or install kubectl locally. To make sure you can connect to the k3s cluster you need to make sure the k3s-server hostname is known locally (add `127.0.0.1 k3s-server` to you hosts file) and you need to use the cluster config (`KUBECONFIG=.k3s/kubeconfig.yaml`)
You could use [k9s](https://k9scli.io/) or install kubectl locally. To make sure you can connect to the k3s cluster you need to make sure the k3s-server hostname is known locally (add `127.0.0.1 k3s-server` to your hosts file) and you need to use the cluster config (`KUBECONFIG=.k3s/kubeconfig.yaml`)

### Deployment of default airflow in K8S

Expand Down

0 comments on commit 575bf81

Please sign in to comment.