File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/modules/secret-operator/pages Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ This can be caused by a few different root issues:
34
34
1. A race condition where multiple Pods require the same identity at the same time, leading to a stale cache.
35
35
This is transient, and should resolve itself within a few seconds as the cache is updated and any failed attempts are retried.
36
36
2. Trying to reuse a single AD domain across multiple Kubernetes clusters.
37
- This takes care to do safely, please see xref:secretclass.adoc#ad-principal-conflicts[] for more information.
37
+ This takes care to do safely, please see xref:secretclass.adoc#ad-principal-conflicts[Principal Conflicts ] for more information.
38
38
3. Deleting a user from the cache but not from AD (including deleting the whole cache).
39
39
When deleting users from the cache, make sure to also delete the corresponding AD users. Secret Operator should then automatically recreate them.
40
40
4. The to-be-created principal conlicts with an existing unrelated principal.
You can’t perform that action at this time.
0 commit comments