• Michael Taufen's avatar
    Fix e2e node setKubeletConfiguration helper · 26cc4ff5
    Michael Taufen authored
    The helper should have been using `apiequality.Semantic.DeepEqual`,
    instead of `reflect.DeepEqual`. Previously, nil vs empty containers
    were treated as not equal, but they should be considered equal for
    objects managed by Kubernetes API machinery, like KubeletConfiguration.
    
    This should fix the failing eviction tests.
    26cc4ff5
util.go 14 KB