Skip to content

Commit a9efd5d

Browse files
committed
Change the directResponse.body.bytes format to byte
According to our documentation, base64-encoded values should be used in this field, in which case `byte` is the correct format rather than `binary`.
1 parent 62ed4ff commit a9efd5d

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

kubernetes/customresourcedefinitions.gen.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

releasenotes/notes/58461.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apiVersion: release-notes/v2
2+
kind: bug-fix
3+
area: installation
4+
issue:
5+
- https://github.com/istio/istio/issues/58461
6+
7+
releaseNotes:
8+
- |
9+
**Fixed** warning when installing VirtualService CRD due to 'unrecognized format "binary"' by switching to `format: byte` for the field `spec.http.directResponse.body.bytes`. This does not impact user experience, as input is still expected in base64-encoded form as is already documented.

0 commit comments

Comments
 (0)