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

--sort-backends flag not working with 0.23 release #3865

Closed
dileep-p opened this issue Mar 7, 2019 · 2 comments
Closed

--sort-backends flag not working with 0.23 release #3865

dileep-p opened this issue Mar 7, 2019 · 2 comments

Comments

@dileep-p
Copy link

dileep-p commented Mar 7, 2019

Is this a request for help? (If yes, you should use our troubleshooting guide and community support channels, see https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/.):

What keywords did you search in NGINX Ingress controller issues before filing this one? (If you have found any duplicates, you should instead reply there.):


Is this a BUG REPORT or FEATURE REQUEST? (choose one):

NGINX Ingress controller version:

Kubernetes version (use kubectl version):

Environment:

  • Cloud provider or hardware configuration:
  • OS (e.g. from /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:

What happened:

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know:

@dileep-p
Copy link
Author

dileep-p commented Mar 7, 2019

  containers:
    - name: nginx-ingress-controller
      image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.23.0
      args:
        - /nginx-ingress-controller
        - --configmap=$(POD_NAMESPACE)/nginx-configuration-web
        - --tcp-services-configmap=$(POD_NAMESPACE)/tcp-services-web
        - --udp-services-configmap=$(POD_NAMESPACE)/udp-services-web
        - --publish-service=$(POD_NAMESPACE)/ingress-nginx-web
        - --ingress-class=ingress-nginx-web
        - --annotations-prefix=nginx.ingress.kubernetes.io
        - --sort-backends

± |develop U:2 ?:5 ✗| → kubectl logs -f nginx-ingress-controller-web-b65d9bf8-7l6tr -n ingress-nginx-web

NGINX Ingress controller
Release: 0.23.0
Build: git-be1329b22
Repository: https://github.com/kubernetes/ingress-nginx

unknown flag: --sort-backends

@aledbf
Copy link
Member

aledbf commented Mar 8, 2019

Closing. The flag sort-backends was removed in 0.22.0. Please check #3655

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants