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

source/service: if clusterIP: None, set TTL #546

Merged
merged 3 commits into from
May 8, 2018
Merged

source/service: if clusterIP: None, set TTL #546

merged 3 commits into from
May 8, 2018

Conversation

loshz
Copy link
Contributor

@loshz loshz commented May 6, 2018

REF: #544

If the Service was set to clusterIP: None, the generated endpoints would never use the configured TTL.

I have tested this with the exact config in the above referenced issue and it now works as expected by setting the configured TTL.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels May 6, 2018
@hjacobs
Copy link
Contributor

hjacobs commented May 7, 2018

Makes sense, can you add a test?

@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels May 7, 2018
@loshz
Copy link
Contributor Author

loshz commented May 7, 2018

Test added :)

@loshz
Copy link
Contributor Author

loshz commented May 7, 2018

Looks like gometalinter is exceeding the configured 50s deadline.

Not sure there's anything I can do on my end?

@loshz
Copy link
Contributor Author

loshz commented May 8, 2018

Rebased master and all seems to be fine.

@hjacobs hjacobs merged commit 0e99625 into kubernetes-sigs:master May 8, 2018
@loshz
Copy link
Contributor Author

loshz commented May 8, 2018

Thanks! Does a new image get built and deployed or will this fix be in the next release?

@hjacobs
Copy link
Contributor

hjacobs commented May 8, 2018

@danbondd the latest image is automatically built from master, please check https://registry.opensource.zalan.do/teams/teapot/artifacts/external-dns/tags

A new release will also be cut (when?) to include the change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants