srcAndDstChecksEnabled
MachineClass field is not set for K8s >= 1.22 clusters
#444
Labels
area/quality
Output qualification (tests, checks, scans, automation in general, etc.) related
kind/bug
Bug
platform/aws
Amazon web services platform/infrastructure
priority/3
Priority (lower number equals higher priority)
How to categorize this issue?
/area quality
/kind bug
/priority 3
/platform aws
What happened:
@himanshu-kun found that #386 is actually incomplete. It sets only a value in the machineclass values but this value itself is not used in the machineclass template.
What you expected to happen:
The
srcAndDstChecksEnabled
field to be set to the appropriate value for K8s >= 1.22 clusters.How to reproduce it (as minimally and precisely as possible):
Create a K8s 1.22 cluster
Make sure that the corresponding MachineClass does not have the
srcAndDstChecksEnabled
field set.Environment:
kubectl version
):The text was updated successfully, but these errors were encountered: