mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
bump version to 5
Signed-off-by: jyz0309 <45495947@qq.com>
This commit is contained in:
parent
88e35021e6
commit
f157aa17f2
@ -408,7 +408,7 @@ func (a *Admission) EvaluatePod(ctx context.Context, nsPolicy api.Policy, nsPoli
|
||||
auditAnnotations["error"] = fmt.Sprintf("Failed to parse policy: %v", nsPolicyErr)
|
||||
}
|
||||
|
||||
if klog.V(4).Enabled() {
|
||||
if klog.V(5).Enabled() {
|
||||
klog.InfoS("Pod Security evaluation", "policy", fmt.Sprintf("%v", nsPolicy), "op", attrs.GetOperation(), "resource", attrs.GetResource(), "namespace", attrs.GetNamespace(), "name", attrs.GetName())
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user