We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b0f576 + 8d42d16 commit 1df42ecCopy full SHA for 1df42ec
contributors/design-proposals/api-machinery/auditing.md
@@ -80,7 +80,7 @@ When implementing audit logging there are basically two options:
80
1. put a logging proxy in front of the apiserver
81
2. integrate audit logging into the apiserver itself
82
83
-Both approaches have advantages and disadvanteges:
+Both approaches have advantages and disadvantages:
84
- **pro proxy**:
85
+ keeps complexity out of the apiserver
86
+ reuses existing solutions
0 commit comments