-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Route in unknown status in v1.14 #15232
Comments
To confirm - what version of cert manager are you using? |
Can you also paste an example knative service that you see failing when you deploy to your environment? |
Cert manager
|
Here an example of service:
|
/triage accepted Confirmed this is an issue. I used a simplified knative service and used a test issuer from : https://github.com/knative/serving/blob/main/test/config/externaldomaintls/certmanager/caissuer/issuer.yaml apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: hasura
spec:
template:
metadata:
annotations:
autoscaling.knative.dev/min-scale: "1"
autoscaling.knative.dev/max-scale: "1"
autoscaling.knative.dev/metric: "rps"
autoscaling.knative.dev/target: "25"
spec:
containers:
- image: ghcr.io/knative/helloworld-go:latest
ports:
- containerPort: 8080
resources:
requests:
cpu: 100m
memory: 2Gi
limits:
cpu: 1000m
memory: 4Gi |
git bisect points to the regression being introduced in #14610 |
What version of Knative?
Expected Behavior
Route should be created and be in Ready status.
Actual Behavior
Route stuck in unknown status.
downgrading to v1.13 solved the problem.
Steps to Reproduce the Problem
Here the knative configuration
The kubernetes version 1.28.9
The text was updated successfully, but these errors were encountered: