Skip to content

Func python not working (with buildpack) #2903

@matzew

Description

@matzew

With the func create -l python fn (and yes func run for localhost works just fine)

I am getting the following issue:

stern fn-000              
+ fn-00001-deployment-74d78dbb7b-vsgbr › queue-proxy
fn-00001-deployment-74d78dbb7b-vsgbr queue-proxy {"severity":"INFO","timestamp":"2025-07-01T08:26:34.744495724Z","logger":"queueproxy","caller":"sharedmain/main.go:271","message":"Starting queue-proxy","commit":"6a27004","knative.dev/key":"default/fn-00001","knative.dev/pod":"fn-00001-deployment-74d78dbb7b-vsgbr"}
fn-00001-deployment-74d78dbb7b-vsgbr queue-proxy {"severity":"INFO","timestamp":"2025-07-01T08:26:34.744536392Z","logger":"queueproxy","caller":"sharedmain/main.go:277","message":"Starting http server main:8012","commit":"6a27004","knative.dev/key":"default/fn-00001","knative.dev/pod":"fn-00001-deployment-74d78dbb7b-vsgbr"}
fn-00001-deployment-74d78dbb7b-vsgbr queue-proxy {"severity":"INFO","timestamp":"2025-07-01T08:26:34.744565025Z","logger":"queueproxy","caller":"sharedmain/main.go:277","message":"Starting http server admin:8022","commit":"6a27004","knative.dev/key":"default/fn-00001","knative.dev/pod":"fn-00001-deployment-74d78dbb7b-vsgbr"}
fn-00001-deployment-74d78dbb7b-vsgbr queue-proxy {"severity":"INFO","timestamp":"2025-07-01T08:26:34.744572572Z","logger":"queueproxy","caller":"sharedmain/main.go:277","message":"Starting http server metrics:9090","commit":"6a27004","knative.dev/key":"default/fn-00001","knative.dev/pod":"fn-00001-deployment-74d78dbb7b-vsgbr"}
fn-00001-deployment-74d78dbb7b-vsgbr queue-proxy aggressive probe error (failed 201 times): Get "http://127.0.0.1:8080/health/readiness": dial tcp 127.0.0.1:8080: connect: connection refused
fn-00001-deployment-74d78dbb7b-vsgbr queue-proxy context deadline exceeded
fn-00001-deployment-74d78dbb7b-vsgbr queue-proxy aggressive probe error (failed 201 times): Get "http://127.0.0.1:8080/health/readiness": dial tcp 127.0.0.1:8080: connect: connection refused
fn-00001-deployment-74d78dbb7b-vsgbr queue-proxy context deadline exceeded
fn-00001-deployment-74d78dbb7b-vsgbr queue-proxy aggressive probe error (failed 201 times): Get "http://127.0.0.1:8080/health/readiness": dial tcp 127.0.0.1:8080: connect: connection refused
fn-00001-deployment-74d78dbb7b-vsgbr queue-proxy context deadline exceeded
fn-00001-deployment-74d78dbb7b-vsgbr queue-proxy aggressive probe error (failed 201 times): Get "http://127.0.0.1:8080/health/readiness": dial tcp 127.0.0.1:8080: connect: connection refused
fn-00001-deployment-74d78dbb7b-vsgbr queue-proxy context deadline exceeded
fn-00001-deployment-74d78dbb7b-vsgbr queue-proxy aggressive probe error (failed 201 times): Get "http://127.0.0.1:8080/health/readiness": dial tcp 127.0.0.1:8080: connect: connection refused
fn-00001-deployment-74d78dbb7b-vsgbr queue-proxy context deadline exceeded
fn-00001-deployment-74d78dbb7b-vsgbr queue-proxy aggressive probe error (failed 201 times): Get "http://127.0.0.1:8080/health/readiness": dial tcp 127.0.0.1:8080: connect: connection refused
fn-00001-deployment-74d78dbb7b-vsgbr queue-proxy context deadline exceeded
fn-00001-deployment-74d78dbb7b-vsgbr queue-proxy aggressive probe error (failed 201 times): Get "http://127.0.0.1:8080/health/readiness": dial tcp 127.0.0.1:8080: connect: connection refused
fn-00001-deployment-74d78dbb7b-vsgbr queue-proxy context deadline exceeded

but the "functions deployment" stay is CrashLoopBackOff / Completed

(Note: I am running w/ func locally bulit from main)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions