You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,16 @@ spec:
165
165
166
166
The operator will clone the repository and use the specified path as the function root directory.
167
167
168
+
### Triggering a Reconciliation
169
+
170
+
The operator normally reconciles a Function when its spec changes. To trigger a reconciliation manually, add any annotation with the `functions.knative.dev/` prefix:
171
+
172
+
```bash
173
+
kubectl annotate function my-function functions.knative.dev/reconcile=true
174
+
```
175
+
176
+
The operator will reconcile the Function and automatically remove the annotation afterwards.
177
+
168
178
### Configuring Automatic Middleware Updates
169
179
170
180
The operators main responsibility it to rebuild functions when outdated middleware is detected. Anyhow this behavior can be enabled/disabled at two levels:
0 commit comments