diff --git a/e2e/scenario_test.go b/e2e/scenario_test.go index 1ff774cf356..592ae887eef 100644 --- a/e2e/scenario_test.go +++ b/e2e/scenario_test.go @@ -2842,12 +2842,13 @@ func Test_Ubuntu2204Gen2_ImagePullIdentityBinding_NetworkIsolated(t *testing.T) NonAnonymousACR: true, }, Config: Config{ - Cluster: ClusterAzureBootstrapProfileCache, + Cluster: ClusterAzureNetworkIsolated, VHD: config.VHDUbuntu2204Gen2Containerd, BootstrapConfigMutator: func(_ *Cluster, nbc *datamodel.NodeBootstrappingConfiguration) { // Enforce Kubernetes 1.34.0 for ServiceAccountImagePullProfile testing nbc.ContainerService.Properties.OrchestratorProfile.OrchestratorVersion = "1.34.0" // Enable ServiceAccountImagePullProfile with test values + nbc.OutboundType = datamodel.OutboundTypeNone nbc.ContainerService.Properties.SecurityProfile = &datamodel.SecurityProfile{ PrivateEgress: &datamodel.PrivateEgress{ Enabled: true,