Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#1561 from amwat/ingallow
Browse files Browse the repository at this point in the history
Drop unnecessary kubelet arg in ingress guide.
  • Loading branch information
BenTheElder authored May 5, 2020
2 parents 471fa83 + 9a12fd8 commit 077cd16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion site/content/docs/user/ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ nodes:
nodeRegistration:
kubeletExtraArgs:
node-labels: "ingress-ready=true"
authorization-mode: "AlwaysAllow"
extraPortMappings:
- containerPort: 80
hostPort: 80
Expand Down

0 comments on commit 077cd16

Please sign in to comment.