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

update service will trigger nginx reload #2891

Closed
ziqingzhu opened this issue Aug 3, 2018 · 1 comment
Closed

update service will trigger nginx reload #2891

ziqingzhu opened this issue Aug 3, 2018 · 1 comment

Comments

@ziqingzhu
Copy link

ziqingzhu commented Aug 3, 2018


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

NGINX Ingress controller version:
0.15.0

Kubernetes version (use kubectl version):
Client Version: version.Info{Major:"1", Minor:"6+", GitVersion:"v1.6.1-2+ed9e3d33a07093", GitCommit:"ed9e3d33a07093451cdd6fc50027235cbf249df6", GitTreeState:"clean", BuildDate:"2017-04-13T04:49:56Z", GoVersion:"go1.7.1", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"6", GitVersion:"v1.6.1", GitCommit:"b0b7a323cc5a4a2019b2e9520c21c7830b7f708e", GitTreeState:"clean", BuildDate:"2017-04-03T20:33:27Z", GoVersion:"go1.7.5", Compiler:"gc", Platform:"linux/amd64"}

Environment:

  • Cloud provider or hardware configuration: Aliyun
  • OS (e.g. from /etc/os-release): CentOS Linux 7 (Core)
  • Kernel (e.g. uname -a): 3.10.0-514.26.2.el7.x86_64
  • Install tools:
  • Others:

What happened:
ingress reload when update service by kubectl apply -f service.yaml

apiVersion: v1
kind: Service
metadata:
  name: pushserver
  namespace: cloud
spec:
  ports:
  - port: 28002
    protocol: TCP
    targetPort: 28002
  selector:
    app: pushserver
    tier: backend
    version: v2.2.3
  type: NodePort

nginx log

I0803 10:44:01.039138 7 controller.go:168] backend reload required I0803 10:44:01.124037 7 controller.go:177] ingress backend successfully reloaded... I0803 10:44:01.125038 7 controller.go:193] dynamic reconfiguration succeeded

What you expected to happen:
update service will not trigger nginx reload

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

Anything else we need to know:

@aledbf
Copy link
Member

aledbf commented Aug 3, 2018

Closing. Please update to 0.17.1. This issue was fixed in #2598

@aledbf aledbf closed this as completed Aug 3, 2018
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