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

Add 1.17 upgrade-specific note for upstream normalization. #19181

Merged
merged 8 commits into from
Oct 12, 2023
10 changes: 10 additions & 0 deletions website/content/docs/upgrading/upgrade-specific.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ upgrade flow.
Prior to Consul 1.17.0, audit logs contained timestamps on both the original log file names as well as rotated log file names.
After Consul 1.17.0, only timestamps will be included in rotated log file names.

#### Service-defaults upstream config (Enterprise)
Prior to Consul 1.17.0, [Consul-k8s upstreams](/consul/docs/k8s/annotations-and-labels#consul-hashicorp-com-connect-service-upstreams)
that did not explicitly specify a namespace or partition would incorrectly use service-defaults configuration (such as protocol)
from the default partition / namespace, rather than the local partition / namespace.
hashi-derek marked this conversation as resolved.
Show resolved Hide resolved
hashi-derek marked this conversation as resolved.
Show resolved Hide resolved

This bug is fixed starting in Consul 1.17.0, and the service-defaults from the local partition and namespace will now be fetched instead.
hashi-derek marked this conversation as resolved.
Show resolved Hide resolved
If using non-default partitions and namespaces with Consul-k8s, it is advised to explicitly define these fields for all upstreams and to
hashi-derek marked this conversation as resolved.
Show resolved Hide resolved
ensure proper service-defaults entries exist in each namespace / partition before upgrading so that no unexpected protocol changes occur.
hashi-derek marked this conversation as resolved.
Show resolved Hide resolved
hashi-derek marked this conversation as resolved.
Show resolved Hide resolved


## Consul 1.16.x

### Known issues
Expand Down
Loading