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

PTR records are created and served for non-cluster IPs #125

Open
thockin opened this issue Jul 7, 2017 · 5 comments
Open

PTR records are created and served for non-cluster IPs #125

thockin opened this issue Jul 7, 2017 · 5 comments
Assignees
Labels
lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness.

Comments

@thockin
Copy link
Member

thockin commented Jul 7, 2017

apiVersion: v1
kind: Service
metadata:
  name: manual-1
spec:
  clusterIP: None
  ports:
  - port: 80
apiVersion: v1
kind: Endpoints
metadata:
  name: manual-1
subsets:
- addresses:
  - ip: 8.8.8.8
    hostname: foo
  ports:
  - port: 80

Reverse lookups for 8.8.8.8 now return foo.manual-1.default.svc.cluster.local.

We should probably never create reverse records except for service IPs and real pod IPs.

@thockin
Copy link
Member Author

thockin commented Jul 7, 2017

Related to #124

@bowei bowei self-assigned this Aug 11, 2017
@bowei
Copy link
Member

bowei commented Aug 11, 2017

We can limit to check the ranges, but making it corresponds to a live pod will require watching all pods.

@sadlil
Copy link
Contributor

sadlil commented Aug 11, 2017

@bowei #124 (comment)

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

Prevent issues from auto-closing with an /lifecycle frozen comment.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or @fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 2, 2018
@thockin
Copy link
Member Author

thockin commented Jan 2, 2018

/lifecycle frozen
/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot added lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Jan 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness.
Projects
None yet
Development

No branches or pull requests

5 participants