Commit 0df7a8c
authored
fix(ci): increase wait kubeconfig and user-authz ready (#2336)
Description
Increase the waiting window for nested cluster kubeconfig validation and make the validation diagnostics non-fatal inside the retry loop.
The generated kubeconfig check now captures the kubectl get nodes error output, prints additional authorization diagnostics, and retries for longer while user-authz materializes the ClusterAuthorizationRule into RBAC bindings. The Deckhouse readiness helper also waits for the user-authz module in addition to user-authn.
---------------
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>1 parent eb8b3b3 commit 0df7a8c
2 files changed
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
193 | 195 | | |
194 | 196 | | |
195 | 197 | | |
196 | | - | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
197 | 203 | | |
198 | 204 | | |
199 | 205 | | |
| |||
203 | 209 | | |
204 | 210 | | |
205 | 211 | | |
206 | | - | |
207 | | - | |
| 212 | + | |
| 213 | + | |
208 | 214 | | |
209 | 215 | | |
210 | 216 | | |
| |||
0 commit comments