Skip to content

Commit

Permalink
Fix release notes text in map files adding single quotes and pipe bre…
Browse files Browse the repository at this point in the history
…ak line
  • Loading branch information
ramrodo committed Nov 23, 2022
1 parent df0dba1 commit 2cb9977
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions releases/release-1.26/release-notes/maps/pr-112907-map.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 112907
releasenote:
text: |
`registered_metric_total` will now report the number of metrics broken down by
stability level and deprecated version.
'`registered_metric_total` will now report the number of metrics broken down by
stability level and deprecated version.'
24 changes: 12 additions & 12 deletions releases/release-1.26/release-notes/maps/pr-86139-map.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
pr: 86139
releasenote:
text: Container `preStop` and `postStart` lifecycle handlers using `httpGet` now
honor the specified `scheme` and `headers` fields. This enables setting custom
headers and changing the scheme to `HTTPS`, consistent with container
startup/readiness/liveness probe capabilities. Lifecycle handlers configured
with `scheme: HTTPS` that encounter errors indicating the endpoint is actually
using HTTP fall back to making the request over HTTP for compatibility with
previous releases. When this happens, a `LifecycleHTTPFallback` event is recorded
in the namespace of the pod and a `kubelet_lifecycle_handler_http_fallbacks_total`
metric in the kubelet is incremented. Cluster administrators can opt out of the
expanded lifecycle handler capabilities by setting
`--feature-gates=ConsistentHTTPGetHandlers=false` in `kubelet`.

text: |
'Container `preStop` and `postStart` lifecycle handlers using `httpGet` now
honor the specified `scheme` and `headers` fields. This enables setting custom
headers and changing the scheme to `HTTPS`, consistent with container
startup/readiness/liveness probe capabilities. Lifecycle handlers configured
with `scheme: HTTPS` that encounter errors indicating the endpoint is actually
using HTTP fall back to making the request over HTTP for compatibility with
previous releases. When this happens, a `LifecycleHTTPFallback` event is recorded
in the namespace of the pod and a `kubelet_lifecycle_handler_http_fallbacks_total`
metric in the kubelet is incremented. Cluster administrators can opt out of the
expanded lifecycle handler capabilities by setting
`--feature-gates=ConsistentHTTPGetHandlers=false` in `kubelet`.'

0 comments on commit 2cb9977

Please sign in to comment.