Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix typo #3300

Merged
merged 1 commit into from
Nov 4, 2024
Merged
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 docs/kubernetes/ingress-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Prerequisites:
manifests: `git clone https://github.com/zalando/skipper.git`
1. You should enter the cloned directory: `cd skipper`
1. You have to choose how to install skipper-ingress. You can install
it as [dameonset](#dameonset) or as [deployment](#deployment).
it as [daemonset](#daemonset) or as [deployment](#deployment).

Beware, in order to get traffic from the internet, we would need to
have a load balancer in front to direct all traffic to skipper. Skipper
Expand All @@ -290,7 +290,7 @@ definition.

### Deployment style

Follow the deployment style you like: [dameonset](#dameonset) or [deployment](#deployment).
Follow the deployment style you like: [daemonset](#daemonset) or [deployment](#deployment).

#### Daemonset

Expand Down
Loading