Skip to content

Commit

Permalink
Revert GKE ubuntu image node change with v0.14.10 release
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
  • Loading branch information
ddelnano committed May 21, 2024
1 parent 82e7b2b commit d270a73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/e2e_test/perf_tool/pkg/cluster/gke/cluster_ops.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ func (p *ClusterProvider) nodePoolForSpec(spec *experimentpb.ClusterSpec) *conta
Name: nodePoolNameFromSpec(spec),
Config: &containerpb.NodeConfig{
MachineType: spec.Node.MachineType,
ImageType: "ubuntu_containerd",
DiskSizeGb: p.clusterOpts.DiskSizeGB,
DiskType: p.clusterOpts.DiskType,
OauthScopes: []string{
Expand Down

0 comments on commit d270a73

Please sign in to comment.