Open akgalwas opened 2 months ago
Findings:
Gardener API create error
. We should add more descriptive error here (it shouldn't be detailed go error, rather description of the error category (e.g. validation error)). For now we will provide detailed error message to make things more descriptive, but it should be cleaned up at some point.PRs:
Latest findings:
Audit Logs not visible in Auditlog-Viewer During my verification, I found that the Audit Service took about 20 minutes to successfully record the action performed on the cluster in the audit log viewer.
Verification was done on DEV, cluster was created by KIM. Action (create namespace) was performed at 11:39:22 and this record was visible in Audit Log Viewer around 12:00
First test
Second test (namespace creation) was executed at 11:45:39, and record was visible in Audit Log Viewer around 12:07
We need to perform testing of the current implementation to:
Proposed tests
purpose
,workers.volume.size
,kubernetes.version
,machine.type
) Problem: Updating machine version toc1.xlarge
failed ; setting it back for correct value in Runtime CR didn't cause shoot spec to reconcile to the correct value (shoot was in error state, incorrect machine type was set, runtime was inPending
state)