Skip to content

Commit 084b430

Browse files
authored
Update general.md
1 parent 208607f commit 084b430

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/governance/policy/troubleshoot/general.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,14 @@ The `regex.match` function in rego uses RE2, which is not the default flavor ser
366366

367367
You will need to select the RE2 or golang flavor of regex in your matcher. See [the rego docs](https://docs.styra.com/opa/rego-by-example/builtins/regex/match) for more details on the RE2 flavor and what online tooling is recommended to test your regex.
368368

369+
### Scenario: I'm seeing a large number of updates on constraint.gatekeeper.sh CRDs and other Gatekeeper resources
370+
371+
#### Cause
372+
This is caused by a standalone instance of Gatekeeper being installed alongside the addon's Gatekeeper instance.
373+
374+
#### Resolution
375+
Check for the existence of multiple Gatekeeper installations. Remove all Gatekeeper components not managed by AKS.
376+
369377
## Next steps
370378

371379
If your problem isn't listed in this article or you can't resolve it, get support by visiting one of the following channels:

0 commit comments

Comments
 (0)