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

Ingress's address has many repeated ip or hostname #48654

Closed
FengyunPan opened this issue Jul 8, 2017 · 3 comments
Closed

Ingress's address has many repeated ip or hostname #48654

FengyunPan opened this issue Jul 8, 2017 · 3 comments
Labels
kind/bug Categorizes issue or PR as related to a bug. sig/cli Categorizes an issue or PR as relevant to SIG CLI.

Comments

@FengyunPan
Copy link

FengyunPan commented Jul 8, 2017

Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug

What happened:
# kubectl get ingress -o wide
NAME HOSTS ADDRESS PORTS AGE
nginx-ingress www.cluster.local 10.0.0.9,10.0.0.5,10.0.0.8,10.0.0.8,10.0.0.6,10.0.0.6 80, 443 1m

# kubectl describe ing
Name: nginx-ingress
Namespace: default
Address: 10.0.0.9,10.0.0.5,10.0.0.8,10.0.0.8,10.0.0.6,10.0.0.6
Default backend: default-http-backend:80 (10.100.99.12:8080)

What you expected to happen:
ADDRESS just be 10.0.0.5,10.0.0.6,10.0.0.8,10.0.0.9

How to reproduce it (as minimally and precisely as possible):
kubectl get ingress -o wide
kubectl describe ingress

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Jul 8, 2017
@k8s-github-robot
Copy link

@FengyunPan There are no sig labels on this issue. Please add a sig label by:
(1) mentioning a sig: @kubernetes/sig-<team-name>-misc
e.g., @kubernetes/sig-api-machinery-* for API Machinery
(2) specifying the label manually: /sig <label>
e.g., /sig scalability for sig/scalability

Note: method (1) will trigger a notification to the team. You can find the team list here and label list here

@k8s-github-robot k8s-github-robot added the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Jul 8, 2017
@FengyunPan
Copy link
Author

/sig api

@xiangpengzhao
Copy link
Contributor

/sig cli

@k8s-ci-robot k8s-ci-robot added the sig/cli Categorizes an issue or PR as relevant to SIG CLI. label Jul 8, 2017
@k8s-github-robot k8s-github-robot removed the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Jul 8, 2017
FengyunPan pushed a commit to FengyunPan/kubernetes that referenced this issue Jul 29, 2017
k8s-github-robot pushed a commit that referenced this issue Aug 8, 2017
Automatic merge from submit-queue

Filter duplicate ips or hostnames for ingress

Fix issue: #48654

**Release note**:
```release-note
NONE
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. sig/cli Categorizes an issue or PR as relevant to SIG CLI.
Projects
None yet
Development

No branches or pull requests

4 participants