We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f9e22 commit f958f48Copy full SHA for f958f48
e2e/validation.go
@@ -50,7 +50,7 @@ func ValidateCommonLinux(ctx context.Context, s *Scenario) {
50
ValidateTLSBootstrapping(ctx, s)
51
ValidateKubeletServingCertificateRotation(ctx, s)
52
ValidateSystemdWatchdogForKubernetes132Plus(ctx, s)
53
- ValidateSystemdUnitIsNotFailed(ctx, s, "aks-log-collector")
+ ValidateAKSLogCollector(ctx, s)
54
ValidateDiskQueueService(ctx, s)
55
ValidateLeakedSecrets(ctx, s)
56
ValidateIPTablesCompatibleWithCiliumEBPF(ctx, s)
0 commit comments