Skip to content

Commit

Permalink
remove base custom kube proxy image
Browse files Browse the repository at this point in the history
  • Loading branch information
fseldow committed Dec 3, 2024
1 parent 3491d7e commit 04e03db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/node_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func baseTemplateLinux(location string) *datamodel.NodeBootstrappingConfiguratio
UserAssignedClientID: "",
CustomHyperkubeImage: "",
CustomKubeProxyImage: "mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.0.1",
CustomKubeBinaryURL: "https://acs-mirror.azureedge.net/kubernetes/v1.26.0/binaries/kubernetes-node-linux-amd64.tar.gz",
CustomKubeBinaryURL: "",
MobyVersion: "",
ContainerdVersion: "",
WindowsNodeBinariesURL: "",
Expand Down

0 comments on commit 04e03db

Please sign in to comment.