mirror of https://github.com/hashicorp/consul
Backport of [NET-9510] Document known OpenShift issue for consul-k8s 1.2.x, 1.3.x and 1.4.x into release/1.18.x (#21229)
* backport of commitpull/21248/head9c08582a74
* backport of commit1e57409548
--------- Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
parent
c5fec4df22
commit
3b3c028351
|
@ -75,6 +75,14 @@ We are pleased to announce the following Consul updates.
|
||||||
|
|
||||||
For more detailed information, please refer to the [upgrade details page](/consul/docs/upgrading/upgrade-specific) and the changelogs.
|
For more detailed information, please refer to the [upgrade details page](/consul/docs/upgrading/upgrade-specific) and the changelogs.
|
||||||
|
|
||||||
|
## Known Issues
|
||||||
|
|
||||||
|
The following issues are known to exist in the v1.2.x releases. Refer to the changelog for more information.
|
||||||
|
|
||||||
|
- v1.2.8 - Service-to-service networking is broken when deployed on OpenShift. OpenShift users are advised to avoid deploying this version of consul-k8s.
|
||||||
|
A fix is present in the v1.2.9 release [[GH-4038](https://github.com/hashicorp/consul-k8s/pull/4038)].
|
||||||
|
|
||||||
|
|
||||||
## Changelogs
|
## Changelogs
|
||||||
|
|
||||||
The changelogs for this major release version and any maintenance versions are listed below.
|
The changelogs for this major release version and any maintenance versions are listed below.
|
||||||
|
|
|
@ -45,6 +45,8 @@ For more detailed information, please refer to the [upgrade details page](/consu
|
||||||
The following issues are known to exist in the v1.3.x releases. Refer to the changelog for more information.
|
The following issues are known to exist in the v1.3.x releases. Refer to the changelog for more information.
|
||||||
|
|
||||||
- When using the v2 API with transparent proxy, Kubernetes pods cannot use L7 liveness, readiness, or startup probes.
|
- When using the v2 API with transparent proxy, Kubernetes pods cannot use L7 liveness, readiness, or startup probes.
|
||||||
|
- v1.3.5 - Service-to-service networking is broken when deployed on OpenShift. OpenShift users are advised to avoid deploying this version of consul-k8s.
|
||||||
|
A fix is present in the v1.3.6 release [[GH-4037](https://github.com/hashicorp/consul-k8s/pull/4037)].
|
||||||
|
|
||||||
## Changelogs
|
## Changelogs
|
||||||
|
|
||||||
|
|
|
@ -41,6 +41,13 @@ Refer to [Supported Consul and Kubernetes versions](/consul/docs/v1.18.x/k8s/com
|
||||||
|
|
||||||
For more detailed information, please refer to the [upgrade details page](/consul/docs/upgrading/upgrade-specific) and the changelogs.
|
For more detailed information, please refer to the [upgrade details page](/consul/docs/upgrading/upgrade-specific) and the changelogs.
|
||||||
|
|
||||||
|
## Known issues
|
||||||
|
|
||||||
|
The following issues are known to exist in the v1.4.x releases:
|
||||||
|
|
||||||
|
- v1.4.2 - Service-to-service networking is broken when deployed on OpenShift. OpenShift users are advised to avoid deploying this version of consul-k8s.
|
||||||
|
A fix is present in the v1.4.3 release [[GH-4034](https://github.com/hashicorp/consul-k8s/pull/4034)].
|
||||||
|
|
||||||
## Changelogs
|
## Changelogs
|
||||||
|
|
||||||
The changelogs for this major release version and any maintenance versions are listed below.
|
The changelogs for this major release version and any maintenance versions are listed below.
|
||||||
|
|
Loading…
Reference in New Issue