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
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Signed-off-by: Chris Laprun <claprun@redhat.com>
Co-authored-by: Chris Laprun <claprun@redhat.com>
### Q: Can I re-schedule a reconciliation, possibly with a specific delay?
19
+
### Can I re-schedule a reconciliation, possibly with a specific delay?
20
20
21
21
Yes, this can be done
22
22
using [`UpdateControl`](https://github.com/java-operator-sdk/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/UpdateControl.java)
@@ -46,7 +46,7 @@ without an update:
46
46
Although you might consider using `EventSources`, to handle reconciliation triggering in a smarter
47
47
way.
48
48
49
-
### Q: How can I run an operator without cluster scope rights?
49
+
### How can I run an operator without cluster scope rights?
50
50
51
51
By default, JOSDK requires access to CRs at cluster scope. You may not be granted such
52
52
rights and you will see some error at startup that looks like:
@@ -74,7 +74,7 @@ is `true` (`false` by default). To disable, set it to `false` at [Operator-level
0 commit comments