mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-15 20:20:22 +00:00
add missing references
This commit is contained in:
parent
8e8365a5c9
commit
085b32fc91
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ These policies are highly recommended.
|
||||||
9. [Disallow use of default namespace](DisallowDefaultNamespace.md)
|
9. [Disallow use of default namespace](DisallowDefaultNamespace.md)
|
||||||
10. [Require namespace limits and quotas](RequireNSLimitsQuotas.md)
|
10. [Require namespace limits and quotas](RequireNSLimitsQuotas.md)
|
||||||
11. [Require pod resource requests and limits](RequirePodRequestsLimits.md)
|
11. [Require pod resource requests and limits](RequirePodRequestsLimits.md)
|
||||||
12. [Require pod `livenessProbe` and `readinessProbe`]()
|
12. [Require pod `livenessProbe` and `readinessProbe`](RequirePodProbes.md)
|
||||||
13. [Default deny all ingress traffic](DefaultDenyAllIngress.md)
|
13. [Default deny all ingress traffic](DefaultDenyAllIngress.md)
|
||||||
|
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ These policies are highly recommended.
|
||||||
|
|
||||||
The policies provide additional best practices and are worthy of close consideration. These policies may require workload specific changes.
|
The policies provide additional best practices and are worthy of close consideration. These policies may require workload specific changes.
|
||||||
|
|
||||||
14. [Limit use of `NodePort` services]()
|
14. [Limit use of `NodePort` services](RestrictNodePort.md)
|
||||||
15. [Limit automount of Service Account credentials](DisallowAutomountSACredentials.md)
|
15. [Limit automount of Service Account credentials](DisallowAutomountSACredentials.md)
|
||||||
16. [Configure Linux Capabilities](AssignLinuxCapabilities.md)
|
16. [Configure Linux Capabilities](AssignLinuxCapabilities.md)
|
||||||
17. [Limit Kernel parameter access](ConfigureKernelParmeters.md)
|
17. [Limit Kernel parameter access](ConfigureKernelParmeters.md)
|
||||||
|
|
Loading…
Add table
Reference in a new issue