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

helm: gateway: also listen on IPv6 #9510

Merged
merged 1 commit into from
May 26, 2023

Conversation

rissson
Copy link
Contributor

@rissson rissson commented May 24, 2023

What this PR does / why we need it:

Currently the gateway only listens on IPv4. On IPv6-only clusters, this causes the readiness probe to fail, rendering the gateway unusable.

Which issue(s) this PR fixes:
No issue created

Special notes for your reviewer:

Checklist

  • Reviewed the CONTRIBUTING.md guide (required)
  • Documentation added
  • Tests updated
  • CHANGELOG.md updated
  • N/A Changes that require user attention or interaction to upgrade are documented in docs/sources/upgrading/_index.md

@rissson rissson requested a review from a team as a code owner May 24, 2023 15:30
@MichelHollands
Copy link
Contributor

@rissson Can you add a HELM changelog entry and update the Helm chart version to 5.5.8? An example can be found here.
Please also merge from main.
Once that is done this can be merged.

@rissson rissson force-pushed the helm-gateway-listen-on-ipv6 branch from a255ead to c0f7424 Compare May 26, 2023 14:31
@rissson rissson requested a review from JStickler as a code owner May 26, 2023 14:31
@github-actions github-actions bot added the type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories label May 26, 2023
@rissson
Copy link
Contributor Author

rissson commented May 26, 2023

I rebased this on #9509 to avoid conflicts for when #9509 is merged.

@MichelHollands
Copy link
Contributor

@rissson There's still a conflict there. Can you look at it?

@rissson rissson force-pushed the helm-gateway-listen-on-ipv6 branch from c0f7424 to 6f77170 Compare May 26, 2023 15:11
@pull-request-size pull-request-size bot added size/S and removed size/L labels May 26, 2023
@github-actions github-actions bot removed the type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories label May 26, 2023
@rissson
Copy link
Contributor Author

rissson commented May 26, 2023

Given than 5.5.8 has already been tagged, I updated to 5.5.9

@MichelHollands
Copy link
Contributor

@rissson This doesn't work. Please see the failing CI check.

@rissson rissson force-pushed the helm-gateway-listen-on-ipv6 branch from 6f77170 to 46587fb Compare May 26, 2023 15:57
@rissson
Copy link
Contributor Author

rissson commented May 26, 2023

Whoops, missed a : when copying from my values, my bad.

@MichelHollands
Copy link
Contributor

Whoops, missed a : when copying from my values, my bad.

There were a bunch of other PRs to merge as well so 5.5.9 is now used. Can you update it to use 5.5.10?

Signed-off-by: Marc 'risson' Schmitt <[email protected]>
@rissson
Copy link
Contributor Author

rissson commented May 26, 2023

Sure

@rissson rissson force-pushed the helm-gateway-listen-on-ipv6 branch from 46587fb to 729ee55 Compare May 26, 2023 16:38
@MichelHollands MichelHollands merged commit d1fd6b7 into grafana:main May 26, 2023
@rissson rissson deleted the helm-gateway-listen-on-ipv6 branch May 26, 2023 17:23
MichelHollands added a commit that referenced this pull request Jan 22, 2024
**What this PR does / why we need it**: Loki Gateway pod crashes on
systems that only have IPv4 enabled since PR
#9510

**Which issue(s) this PR fixes**:
Fixes #9681

**Special notes for your reviewer**:

**Checklist**
- [x] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)
- [x] Documentation added
- [ ] Tests updated
- [x] `CHANGELOG.md` updated
- [x] If the change is worth mentioning in the release notes, add
`add-to-release-notes` label
- [x] Changes that require user attention or interaction to upgrade are
documented in `docs/sources/setup/upgrade/_index.md`
- [x] For Helm chart changes bump the Helm chart version in
`production/helm/loki/Chart.yaml` and update
`production/helm/loki/CHANGELOG.md` and
`production/helm/loki/README.md`. [Example
PR](d10549e)
- [x] If the change is deprecating or removing a configuration option,
update the `deprecated-config.yaml` and `deleted-config.yaml` files
respectively in the `tools/deprecated-config-checker` directory.
[Example
PR](0d4416a)

---------

Signed-off-by: Pieter van der Giessen <[email protected]>
Co-authored-by: Michel Hollands <[email protected]>
rhnasc pushed a commit to inloco/loki that referenced this pull request Apr 12, 2024
**What this PR does / why we need it**: Loki Gateway pod crashes on
systems that only have IPv4 enabled since PR
grafana#9510

**Which issue(s) this PR fixes**:
Fixes grafana#9681

**Special notes for your reviewer**:

**Checklist**
- [x] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)
- [x] Documentation added
- [ ] Tests updated
- [x] `CHANGELOG.md` updated
- [x] If the change is worth mentioning in the release notes, add
`add-to-release-notes` label
- [x] Changes that require user attention or interaction to upgrade are
documented in `docs/sources/setup/upgrade/_index.md`
- [x] For Helm chart changes bump the Helm chart version in
`production/helm/loki/Chart.yaml` and update
`production/helm/loki/CHANGELOG.md` and
`production/helm/loki/README.md`. [Example
PR](grafana@d10549e)
- [x] If the change is deprecating or removing a configuration option,
update the `deprecated-config.yaml` and `deleted-config.yaml` files
respectively in the `tools/deprecated-config-checker` directory.
[Example
PR](grafana@0d4416a)

---------

Signed-off-by: Pieter van der Giessen <[email protected]>
Co-authored-by: Michel Hollands <[email protected]>
mraboosk pushed a commit to mraboosk/loki that referenced this pull request Oct 7, 2024
**What this PR does / why we need it**:

Currently the gateway only listens on IPv4. On IPv6-only clusters, this
causes the readiness probe to fail, rendering the gateway unusable.

**Which issue(s) this PR fixes**:
No issue created

**Special notes for your reviewer**:

**Checklist**
- [x] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)
- [ ] Documentation added
- [ ] Tests updated
- [x] `CHANGELOG.md` updated
- [x] N/A Changes that require user attention or interaction to upgrade
are documented in `docs/sources/upgrading/_index.md`

Signed-off-by: Marc 'risson' Schmitt <[email protected]>
mraboosk pushed a commit to mraboosk/loki that referenced this pull request Oct 7, 2024
**What this PR does / why we need it**: Loki Gateway pod crashes on
systems that only have IPv4 enabled since PR
grafana#9510

**Which issue(s) this PR fixes**:
Fixes grafana#9681

**Special notes for your reviewer**:

**Checklist**
- [x] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)
- [x] Documentation added
- [ ] Tests updated
- [x] `CHANGELOG.md` updated
- [x] If the change is worth mentioning in the release notes, add
`add-to-release-notes` label
- [x] Changes that require user attention or interaction to upgrade are
documented in `docs/sources/setup/upgrade/_index.md`
- [x] For Helm chart changes bump the Helm chart version in
`production/helm/loki/Chart.yaml` and update
`production/helm/loki/CHANGELOG.md` and
`production/helm/loki/README.md`. [Example
PR](grafana@2cef71e)
- [x] If the change is deprecating or removing a configuration option,
update the `deprecated-config.yaml` and `deleted-config.yaml` files
respectively in the `tools/deprecated-config-checker` directory.
[Example
PR](grafana@0d4416a)

---------

Signed-off-by: Pieter van der Giessen <[email protected]>
Co-authored-by: Michel Hollands <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants