create_cluster_test.go:2432: Sufficient zones available for InfrastructureAvailabilityPolicy HighlyAvailable
hypershift_framework.go:475: Successfully created hostedcluster e2e-clusters-6n6sx/create-cluster-xtp5w in 30s
hypershift_framework.go:141: Summarizing unexpected conditions for HostedCluster create-cluster-xtp5w
util.go:2981: Successfully waited for HostedCluster e2e-clusters-6n6sx/create-cluster-xtp5w to have valid conditions in 0s
hypershift_framework.go:294: skipping postTeardown()
hypershift_framework.go:272: skipping teardown, already called
util.go:293: Successfully waited for kubeconfig to be published for HostedCluster e2e-clusters-6n6sx/create-cluster-xtp5w in 0s
util.go:310: Successfully waited for kubeconfig secret to have data in 0s
util.go:372: Successfully waited for a successful connection to the guest API server in 0s
create_cluster_test.go:2472: fetching mgmt kubeconfig
util.go:293: Successfully waited for kubeconfig to be published for HostedCluster e2e-clusters-6n6sx/create-cluster-xtp5w in 0s
util.go:310: Successfully waited for kubeconfig secret to have data in 0s
util.go:3430:
Timed out after 120.001s.
The function passed to Eventually failed at /hypershift/test/e2e/util/util.go:3426 with:
Expected
<[]types.Tag | len:5, cap:8>: [
{
Key: "kubernetes.io/cluster/create-cluster-xtp5w",
Value: "owned",
noSmithyDocumentSerde: {},
},
{
Key: "expirationDate",
Value: "2026-03-10T03:03+00:00",
noSmithyDocumentSerde: {},
},
{
Key: "red-hat-managed",
Value: "true",
noSmithyDocumentSerde: {},
},
{
Key: "red-hat-clustertype",
Value: "rosa",
noSmithyDocumentSerde: {},
},
{
Key: "Name",
Value: "create-cluster-xtp5w-default-sg",
noSmithyDocumentSerde: {},
},
]
to contain element matching
<types.Tag>: {
Key: "test-day2-tag",
Value: "test-day2-value",
noSmithyDocumentSerde: {},
}