Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Commit 2615bf0

Browse files
committed
Fixed kubectl apply issue
1 parent d96999e commit 2615bf0

File tree

1 file changed

+1
-1
lines changed
  • 04-path-security-and-networking/405-ingress-controllers

1 file changed

+1
-1
lines changed

04-path-security-and-networking/405-ingress-controllers/readme.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To configure the Nginx Ingress Controller with RBAC roles use the following comm
4343
To configure with RBAC:
4444

4545
curl https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/rbac.yaml | kubectl apply -f -
46-
curl https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/with-rbac.yaml | kubectl apply -f
46+
curl https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/with-rbac.yaml | kubectl apply -f -
4747

4848
The AWS ELB allows you to apply both L4 and L7 network protocols for ingress behind `Type=LoadBalancer`. Layer 4 uses TCP as the listener protocol for ports 80 and 443. Layer 7 uses HTTP for port 80 and terminates TLS at the ELB.
4949

0 commit comments

Comments
 (0)