-
Notifications
You must be signed in to change notification settings - Fork 4k
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
fix(helm): add clusterIP to values.yaml #6657
fix(helm): add clusterIP to values.yaml #6657
Conversation
Welcome @eshiettjoseph! |
Hi @eshiettjoseph. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the 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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: eshiettjoseph The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @eshiettjoseph JFYI: you have to install Pre-commit hooks before working in the Charts. |
@@ -349,6 +349,8 @@ service: | |||
# service.externalIPs -- List of IP addresses at which the service is available. Ref: https://kubernetes.io/docs/user-guide/services/#external-ips. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# service.externalIPs -- List of IP addresses at which the service is available. Ref: https://kubernetes.io/docs/user-guide/services/#external-ips. | |
# service.externalIPs -- List of IP addresses at which the service is available. Ref: https://kubernetes.io/docs/concepts/services-networking/service/#external-ips. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, update the above outdated link.
charts/cluster-autoscaler/Chart.yaml
Outdated
@@ -11,4 +11,4 @@ name: cluster-autoscaler | |||
sources: | |||
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler | |||
type: application | |||
version: 9.36.0 | |||
version: 9.37.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version: 9.37.0 | |
version: 9.36.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As we are resolving a bug not adding new functionality it should be a Patch version, not a Minor version
/ok-to-test |
/lgtm |
Hi @gjtempleton Thanks! |
PR needs rebase. 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-sigs/prow repository. |
externalIPs: [] | ||
|
||
# service.clusterIP -- IP address to assign to service | ||
clusterIP: "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know the original issue noted this was missing, but is there a reason you would actually set clusterIP? I would think that we should actually remove it from the template itself?
See this comment here: #6631 (comment) The main thing we want to do here is to add clusterIP to the values.yaml file, and to run If there are links in the comments that need to be updated for other properties that should be a discrete PR. Happy to review that quickly, if so. IMO the changes here shouldn't need a helm chart version bump, but we'll see what the linter says. :) |
/lgtm cancel /remove-kind/bug |
/label kind-bug |
@jackfrancis: The label(s) In response to this:
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-sigs/prow repository. |
/label kind/bug |
@jackfrancis: The label(s) In response to this:
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-sigs/prow repository. |
Hi @jackfrancis, we also have to update the link, it will be good if we can do it in this PR only but I'm also OK with another PR for it. |
/remove-kind bug |
/kind cleanup |
@@ -11,4 +11,4 @@ name: cluster-autoscaler | |||
sources: | |||
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler | |||
type: application | |||
version: 9.36.0 | |||
version: 9.36.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO we don't need to rev the chart version, as we aren't adding or removing or changing any functionality. We can drop this change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as per the comment, we need to change the chart version.
| service.create | bool | `true` | If `true`, a Service will be created. | | ||
| service.externalIPs | list | `[]` | List of IP addresses at which the service is available. Ref: https://kubernetes.io/docs/user-guide/services/#external-ips. | | ||
| service.externalIPs | list | `[]` | List of IP addresses at which the service is available. Ref: https://kubernetes.io/docs/concepts/services-networking/service/#external-ips. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I know it's more work but let's drop these link fixes and submit a separate PR to address them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok @jackfrancis, I will open a seperate PR for this one.
Hi @eshiettjoseph, please update the PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have raised a PR #7317 to fix the link.
Hi @eshiettjoseph, Is there any update on this PR? |
@eshiettjoseph @Shubham82 this PR is next in the queue for merging, so if you rebase on top of master and rev the chart version again it should be the last time you have to do that! |
@eshiettjoseph, are you working on this PR, if Yes then could you please resolve the merge conflicts so that it will be merged? Thanks! |
Hi @jackfrancis, no response from @eshiettjoseph till now, should we open a new PR for it and close this one, or should we wait more? |
If you are ok, then I will open a new PR for it. |
@Shubham82 I'll happily lgtm an equivalent version of this change in a new PR! |
Thanks @jackfrancis for the confirmation, I will open a new PR for this fix. |
I have raised a new PR #7452 to fix this. |
Close this PR once PR #7452 is merged. |
closing this PR, as PR #7452 is merged now. |
/close |
@Shubham82: Closed this PR. In response to this:
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-sigs/prow repository. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Supports
service.clusterIP
template for autoscaler chart.Which issue(s) this PR fixes:
Fixes #6631