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
fix(ci): fix mirrord health probes and certificate paths (#1547)
Fixed mirrord local development setup for both virtualization-controller and virtualization-api:
1. Health probes removal: Modified mirrord.sh to remove livenessProbe and readinessProbe from the mirrored container (alpine sleep
container) to prevent probe failures.
2. Certificate path fix: Set TMPDIR=/tmp in both mirrord tasks to ensure os.TempDir() returns /tmp for macOS, matching the certificate mount path in pods (/tmp/k8s-webhook-server/serving-certs).
3. Typo fix: Corrected certificate path typos in apiserver task: virtualziation → virtualization.
Signed-off-by: Daniil Loktev <[email protected]>
(cherry picked from commit 5e96206)
Signed-off-by: Maksim Fedotov <[email protected]>
0 commit comments