Skip to content

Commit

Permalink
Merge pull request #4690 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…4689-to-release-1.13

[release-1.13] remove kubeletConfig.topologyManagerPolicy from AKS test templates
  • Loading branch information
k8s-ci-robot authored Mar 30, 2024
2 parents 966a9fc + d06d753 commit fcb6264
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion templates/test/ci/cluster-template-prow-aks.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ spec:
cpuCfsQuotaPeriod: "110ms"
imageGcHighThreshold: 70
imageGcLowThreshold: 50
topologyManagerPolicy: "best-effort"
allowedUnsafeSysctls:
- "net.*"
- "kernel.msg*"
Expand Down
1 change: 0 additions & 1 deletion templates/test/ci/prow-aks/patches/aks-pool1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ spec:
cpuCfsQuotaPeriod: "110ms"
imageGcHighThreshold: 70
imageGcLowThreshold: 50
topologyManagerPolicy: "best-effort"
allowedUnsafeSysctls:
- "net.*"
- "kernel.msg*"
Expand Down
5 changes: 0 additions & 5 deletions test/e2e/aks_versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ package e2e
import (
"context"
"fmt"
"strings"

"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v4"
Expand Down Expand Up @@ -170,10 +169,6 @@ func getLatestStableAKSKubernetesVersionOffset(ctx context.Context, subscription
if patch[:1] != "v" && !ptr.Deref(minor.IsPreview, false) {
version = "v" + patch
}
// v1.29 is broken for our pool1 configuration.
if strings.HasPrefix(version, "v1.29.") {
continue
}
orchestratorversions = append(orchestratorversions, version)
}
}
Expand Down

0 comments on commit fcb6264

Please sign in to comment.