Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/unbound] add clusterIP #15304

Merged
merged 2 commits into from
Nov 17, 2019
Merged

[stable/unbound] add clusterIP #15304

merged 2 commits into from
Nov 17, 2019

Conversation

n0rad
Copy link
Contributor

@n0rad n0rad commented Jul 7, 2019

Add clusterIP value to unbound service

@helm-bot helm-bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 7, 2019
@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jul 7, 2019
@k8s-ci-robot
Copy link
Contributor

Hi @n0rad. Thanks for your PR.

I'm waiting for a helm member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@helm-bot helm-bot added the Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). label Jul 7, 2019
@n0rad
Copy link
Contributor Author

n0rad commented Jul 7, 2019

/assign @scottrigby

@stale
Copy link

stale bot commented Aug 7, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.

@stale stale bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Aug 7, 2019
@n0rad
Copy link
Contributor Author

n0rad commented Aug 7, 2019

I'm using unbound as a forward server for coredns and it can only be set by IP.
So to stay in the cluster, setting clusterIP is required.

@scottrigby can you review the PR please ?

@stale stale bot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Aug 7, 2019
@stale
Copy link

stale bot commented Sep 6, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.

@stale stale bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Sep 6, 2019
@n0rad
Copy link
Contributor Author

n0rad commented Sep 6, 2019

@viglesiasce, can you review the PR ?

@stale stale bot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Sep 6, 2019
@stale
Copy link

stale bot commented Oct 6, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.

@stale stale bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Oct 6, 2019
@n0rad
Copy link
Contributor Author

n0rad commented Oct 6, 2019

up

@stale stale bot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Oct 6, 2019
@zanhsieh
Copy link
Collaborator

zanhsieh commented Oct 7, 2019

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Oct 7, 2019
@n0rad
Copy link
Contributor Author

n0rad commented Oct 28, 2019

up

@scottrigby
Copy link
Member

This chart doesn't appear to be maintained. No OWNERS file, one of the containers googlecontainer/exechealthz repo doesn't exist on docker hub anymore, so this doesn't install with default values (the source code repo was also retired: https://github.com/kubernetes-retired/contrib/tree/master/exec-healthz). Is this a good candidate for sunsetting?

@zanhsieh
Copy link
Collaborator

@scottrigby @n0rad
For me, yes, it's a good candidate for sunsetting, unless:

  • The contributor(s) find other repo for hosting container.
  • Find new chart owners.

I hope even chart sunsetting, it won't get deleted. Otherwise it will take a lot of efforts to climb back from incubator to stable.

@WyriHaximus
Copy link
Contributor

  • Find new chart owners.

Where do I sign up for that?

This chart doesn't appear to be maintained. No OWNERS file, one of the containers googlecontainer/exechealthz repo doesn't exist on docker hub anymore, so this doesn't install with default values (the source code repo was also retired: https://github.com/kubernetes-retired/contrib/tree/master/exec-healthz). Is this a good candidate for sunsetting?

Currently working on preparing a PR on fixing that dependency, also bumping the version of unbound, and also do some other small fixes in the chart it self like #18569 .

Signed-off-by: Arnaud Lemaire <[email protected]>
@zanhsieh
Copy link
Collaborator

zanhsieh commented Nov 6, 2019

@n0rad

I1106 07:55:44.573]   Warning  Failed     9m42s (x2 over 9m58s)  kubelet, gke-jenkins-default-pool-51cafeba-9gxc  Failed to pull image "googlecontainer/exechealthz:1.2": rpc error: code = Unknown desc = Error response from daemon: pull access denied for googlecontainer/exechealthz, repository does not exist or may require 'docker login'
I1106 07:55:44.573]   Warning  Failed     9m42s (x2 over 9m58s)  kubelet, gke-jenkins-default-pool-51cafeba-9gxc  Error: ErrImagePull

@WyriHaximus
Copy link
Contributor

@n0rad I'm also looking into the specific error that @zanhsieh mentioned. Are you also doing that or should I continue?

@n0rad
Copy link
Contributor Author

n0rad commented Nov 7, 2019

@WyriHaximus I'm not and was looking for your PR/issue, but I suppose you did not submitted it yet.

@WyriHaximus
Copy link
Contributor

@n0rad haven't submitted it yet as I was intending to it in a PR that also bumps the image and some other stuff. But fixing this issue turned out a bit harder then I thought. I'll submit an issue about this issue and also mention that I'm working on a fix so if anyone else bumps into it they can more easily find out. 👍

@helm-bot helm-bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). labels Nov 15, 2019
@helm-bot helm-bot added the Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). label Nov 15, 2019
@n0rad
Copy link
Contributor Author

n0rad commented Nov 15, 2019

I added a commit to fix the exechealthz container that do not exists anymore and fixed the deprecated deployment app version that is not compatible with new versions of kubernetes.

I can join the maintainers if you need some.

@zanhsieh
Copy link
Collaborator

/retest

@davidkarlsen
Copy link
Member

/assign
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Nov 17, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: davidkarlsen, n0rad

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 17, 2019
@k8s-ci-robot k8s-ci-robot merged commit 1fd5cd5 into helm:master Nov 17, 2019
@WyriHaximus
Copy link
Contributor

Sweet! This also resolves #18664 and closes #18683 👍

JoseAlban pushed a commit to JoseAlban/charts that referenced this pull request Nov 22, 2019
* [stable/unbound] add clusterIP

Signed-off-by: Arnaud Lemaire <[email protected]>

* [unbound] fix exechealthz container & deploy app/v1

Signed-off-by: Arnaud Lemaire <[email protected]>
hakman pushed a commit to hakman/charts that referenced this pull request Dec 5, 2019
* [stable/unbound] add clusterIP

Signed-off-by: Arnaud Lemaire <[email protected]>

* [unbound] fix exechealthz container & deploy app/v1

Signed-off-by: Arnaud Lemaire <[email protected]>
dargolith pushed a commit to dargolith/charts that referenced this pull request Jan 10, 2020
* [stable/unbound] add clusterIP

Signed-off-by: Arnaud Lemaire <[email protected]>

* [unbound] fix exechealthz container & deploy app/v1

Signed-off-by: Arnaud Lemaire <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). lgtm Indicates that a PR is ready to be merged. ok-to-test size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants