You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In API Server, passing extra args with `service-account-issuer` will add them to default value.
Fixes#11694
Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com>
Copy file name to clipboardExpand all lines: hack/release.toml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,12 @@ Several Talos configuration fields that previously accepted single string values
136
136
This includes fields such as `.cluster.apiServer.extraArgs`.
137
137
138
138
BREAKING: If you were relying on the resources EtcdConfigs, KubeletConfigs, ControllerManagerConfigs, SchedulerConfigs or APIServerConfigs, the protobuf format has changed from `map<string,string>` to `map<string,message>`.
139
+
"""
140
+
141
+
[notes.serviceAccountIssuer]
142
+
title = "Service Account Issuer configuration"
143
+
description = """\
144
+
In API Server, passing extra args with `service-account-issuer` will prepend them before default value.
0 commit comments