fix: Kaniko insecure-registry for Harbor (#193) #22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "193-kaniko-insecure-registry"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Kaniko probes HTTPS on port 443 before falling back to HTTP, causing a 90-second timeout against Harbor's HTTP-only in-cluster service. Adding
insecure-registrytells Kaniko to skip the HTTPS probe and use HTTP directly.Changes
.woodpecker.yaml: Addedinsecure-registry: harbor.harbor.svc.cluster.localto thebuild-and-pushstep settings, alongside the existinginsecure: trueTest Plan
Review Checklist
Related Notes
westside-contracts-- the project this work belongs to