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
590 B

  1. kubectl apply -f ingress.yaml
  2. # Deploy nginx-ingress core files
  3. kubectl apply -f nginx-ingress$([IO.Path]::DirectorySeparatorChar)namespace.yaml
  4. kubectl apply -f nginx-ingress$([IO.Path]::DirectorySeparatorChar)default-backend.yaml
  5. kubectl apply -f nginx-ingress$([IO.Path]::DirectorySeparatorChar)configmap.yaml
  6. kubectl apply -f nginx-ingress$([IO.Path]::DirectorySeparatorChar)tcp-services-configmap.yaml
  7. kubectl apply -f nginx-ingress$([IO.Path]::DirectorySeparatorChar)udp-services-configmap.yaml
  8. kubectl apply -f nginx-ingress$([IO.Path]::DirectorySeparatorChar)without-rbac.yaml