Harbor cluster-internal service unreachable from CI pods #369
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/pal-e-platform#369
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Type
Bug
Description
Kaniko pods in Woodpecker CI cannot reach Harbor via the cluster-internal service URL
harbor.harbor.svc.cluster.local. Both HTTPS (port 443, i/o timeout) and HTTP (port 80, connection refused) fail.Error from pipeline logs:
Harbor is healthy via external URL (
harbor.tail5b443a.ts.netreturns 200). The cluster-internal service/endpoint is broken.Impact
Evidence
ldraney/pal-enterprisespipeline #15: test passes, build-and-push fails (exit 1)ldraney/basketball-apipipeline #512: same build-and-push failureInvestigation Steps
kubectl get pods -n harborkubectl get svc,endpoints -n harborkubectl get svc harbor-core -n harbor -o wideAcceptance Criteria
harbor.harbor.svc.cluster.localfrom CI podsldraney/pal-enterprisesbuild-and-push step succeeds