We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076fbf8 commit 1c80a57Copy full SHA for 1c80a57
site-src/guides/epp-configuration/config-text.md
@@ -20,7 +20,7 @@ the request is scheduled after filtering and scoring. If one is not referenced i
20
instance of `MaxScorePicker` will be added to the SchedulingProfile in question.
21
22
***NOTE***: While the configuration text looks like a Kubernetes CRD, it is
23
-**NOT** a Kubernetes CRD. Specifically, the config is not reconciled upon, and is only read on startup.
+**NOT** a Kubernetes CRD. Specifically, the config is not reconciled upon a change, and is only read on startup.
24
This is behavior is intentional, as augmenting the scheduling config without redeploying the EPP is not supported.
25
26
The configuration text has the following form:
0 commit comments