-
-
Notifications
You must be signed in to change notification settings - Fork 592
Open
Labels
kind/enhancementNew feature or requestNew feature or requestkind/help wantedExtra attention is neededExtra attention is needed
Description
Hello,
I'm trying to use reloader with Knative Service.
When I'm using default strategy, nothing is happening.
In annotations strategy, pod is indeed created, but after a while terminated, therefore old pod is still running.
I tried to put annotations in two places:
apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: app
annotations:
secret.reloader.stakater.com/reload: application
...
spec:
template:
metadata:
annotations:
autoscaling.knative.dev/minScale: "1"
secret.reloader.stakater.com/reload: application
Annotation is added at Deployment Definition level.
When I edit kservice manually and add any annotation, new revision is created and its working fine.
Am I doing something wrong or you are not supporting Knative services? If not, it would be really good to have it, especially if it is easy to implement.
Metadata
Metadata
Assignees
Labels
kind/enhancementNew feature or requestNew feature or requestkind/help wantedExtra attention is neededExtra attention is needed