Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion e2e/scenario_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading