You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
380 B

  1. kubectl apply -f ingress.yaml
  2. # Deploy nginx-ingress core files
  3. kubectl apply -f nginx-ingress\namespace.yaml
  4. kubectl apply -f nginx-ingress\default-backend.yaml
  5. kubectl apply -f nginx-ingress\configmap.yaml
  6. kubectl apply -f nginx-ingress\tcp-services-configmap.yaml
  7. kubectl apply -f nginx-ingress\udp-services-configmap.yaml
  8. kubectl apply -f nginx-ingress\without-rbac.yaml