Recent runs || View in Spyglass
PR | dependabot[bot]: build(deps): bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0 |
Result | FAILURE |
Tests | 2 failed / 64 succeeded |
Started | |
Elapsed | 1h4m |
Revision | dc0e55a595b00c8c472695507d54b564f1004e71 |
Refs |
3970 |
go run hack/e2e.go -v --test --test_args='--ginkgo.focus=capa\-e2e\s\[It\]\s\[unmanaged\]\s\[functional\]\sMultitenancy\stest\sshould\screate\scluster\swith\snested\sassumed\srole$'
[FAILED] Timed out after 10.001s. Failed to apply the cluster template Expected success, but got an error: <*errors.withStack | 0xc00108fc68>: { error: <*exec.ExitError | 0xc00010ea00>{ ProcessState: { pid: 32125, status: 256, rusage: { Utime: {Sec: 0, Usec: 539964}, Stime: {Sec: 0, Usec: 270127}, Maxrss: 94636, Ixrss: 0, Idrss: 0, Isrss: 0, Minflt: 13628, Majflt: 0, Nswap: 0, Inblock: 0, Oublock: 25136, Msgsnd: 0, Msgrcv: 0, Nsignals: 0, Nvcsw: 2624, Nivcsw: 769, }, }, Stderr: nil, }, stack: [0x1be4780, 0x1be4cf1, 0x1d5972c, 0x2190fb3, 0x4db565, 0x4daa5c, 0xa35c3a, 0xa36565, 0xa344ad, 0x219048c, 0x2272278, 0xa11ffb, 0xa260f8, 0x4704e1], } exit status 1 In [It] at: /home/prow/go/pkg/mod/sigs.k8s.io/cluster-api/test@v1.3.1/framework/clusterctl/clusterctl_helpers.go:308 @ 01/10/23 10:29:22.298from junit.e2e_suite.xml
Error from server (AlreadyExists): error when creating "STDIN": awsclusterroleidentities.infrastructure.cluster.x-k8s.io "capamultitenancynested" already exists > Enter [BeforeEach] [unmanaged] [functional] - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/suites/unmanaged/unmanaged_functional_test.go:55 @ 01/10/23 10:28:57.299 < Exit [BeforeEach] [unmanaged] [functional] - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/suites/unmanaged/unmanaged_functional_test.go:55 @ 01/10/23 10:28:57.299 (0s) > Enter [It] should create cluster with nested assumed role - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/suites/unmanaged/unmanaged_functional_test.go:161 @ 01/10/23 10:28:57.299 STEP: Node 9 acquiring resources: {ec2-normal:0, vpc:1, eip:1, ngw:1, igw:1, classiclb:1, ec2-GPU:0, volume-gp2:0} - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/shared/resource.go:187 @ 01/10/23 10:28:57.318 STEP: Node 9 acquired resources: {ec2-normal:0, vpc:1, eip:1, ngw:1, igw:1, classiclb:1, ec2-GPU:0, volume-gp2:0} - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/shared/resource.go:216 @ 01/10/23 10:28:58.319 STEP: Creating a namespace for hosting the "functional-multitenancy-nested" test spec - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/shared/common.go:52 @ 01/10/23 10:28:58.319 INFO: Creating namespace functional-multitenancy-nested-4v2dma INFO: Creating event watcher for namespace "functional-multitenancy-nested-4v2dma" Jan 10 10:28:58.668: INFO: Setting environment variable: key=MULTI_TENANCY_SIMPLE_ROLE_ARN, value=arn:aws:iam::583069479333:role/CAPAMultiTenancySimple Jan 10 10:28:58.668: INFO: Setting environment variable: key=MULTI_TENANCY_SIMPLE_ROLE_NAME, value=CAPAMultiTenancySimple Jan 10 10:28:58.668: INFO: Setting environment variable: key=MULTI_TENANCY_SIMPLE_IDENTITY_NAME, value=capamultitenancysimple Jan 10 10:28:58.723: INFO: Setting environment variable: key=MULTI_TENANCY_JUMP_ROLE_ARN, value=arn:aws:iam::583069479333:role/CAPAMultiTenancyJump Jan 10 10:28:58.723: INFO: Setting environment variable: key=MULTI_TENANCY_JUMP_ROLE_NAME, value=CAPAMultiTenancyJump Jan 10 10:28:58.723: INFO: Setting environment variable: key=MULTI_TENANCY_JUMP_IDENTITY_NAME, value=capamultitenancyjump Jan 10 10:28:58.776: INFO: Setting environment variable: key=MULTI_TENANCY_NESTED_ROLE_ARN, value=arn:aws:iam::583069479333:role/CAPAMultiTenancyNested Jan 10 10:28:58.776: INFO: Setting environment variable: key=MULTI_TENANCY_NESTED_ROLE_NAME, value=CAPAMultiTenancyNested Jan 10 10:28:58.776: INFO: Setting environment variable: key=MULTI_TENANCY_NESTED_IDENTITY_NAME, value=capamultitenancynested STEP: Creating cluster - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/suites/unmanaged/unmanaged_functional_test.go:171 @ 01/10/23 10:28:58.776 INFO: Creating the workload cluster with name "functional-multitenancy-nested-y6prak" using the "nested-multitenancy" template (Kubernetes v1.25.3, 1 control-plane machines, 0 worker machines) INFO: Getting the cluster template yaml INFO: clusterctl config cluster functional-multitenancy-nested-y6prak --infrastructure (default) --kubernetes-version v1.25.3 --control-plane-machine-count 1 --worker-machine-count 0 --flavor nested-multitenancy INFO: Applying the cluster template yaml to the cluster STEP: Dumping all the Cluster API resources in the "functional-multitenancy-nested-4v2dma" namespace - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/shared/common.go:68 @ 01/10/23 10:29:10.57 STEP: Dumping all EC2 instances in the "functional-multitenancy-nested-4v2dma" namespace - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/shared/common.go:72 @ 01/10/23 10:29:11.077 STEP: Deleting all clusters in the "functional-multitenancy-nested-4v2dma" namespace with intervals ["20m" "10s"] - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/shared/common.go:76 @ 01/10/23 10:29:11.217 STEP: Deleting cluster functional-multitenancy-nested-y6prak - /home/prow/go/pkg/mod/sigs.k8s.io/cluster-api/test@v1.3.1/framework/ginkgoextensions/output.go:35 @ 01/10/23 10:29:11.248 INFO: Waiting for the Cluster functional-multitenancy-nested-4v2dma/functional-multitenancy-nested-y6prak to be deleted STEP: Waiting for cluster functional-multitenancy-nested-y6prak to be deleted - /home/prow/go/pkg/mod/sigs.k8s.io/cluster-api/test@v1.3.1/framework/ginkgoextensions/output.go:35 @ 01/10/23 10:29:11.269 STEP: Deleting namespace used for hosting the "" test spec - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/shared/common.go:82 @ 01/10/23 10:29:21.279 INFO: Deleting namespace functional-multitenancy-nested-4v2dma STEP: Node 9 released resources: {ec2-normal:0, vpc:1, eip:1, ngw:1, igw:1, classiclb:1, ec2-GPU:0, volume-gp2:0} - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/shared/resource.go:269 @ 01/10/23 10:29:22.298 [FAILED] Timed out after 10.001s. Failed to apply the cluster template Expected success, but got an error: <*errors.withStack | 0xc00108fc68>: { error: <*exec.ExitError | 0xc00010ea00>{ ProcessState: { pid: 32125, status: 256, rusage: { Utime: {Sec: 0, Usec: 539964}, Stime: {Sec: 0, Usec: 270127}, Maxrss: 94636, Ixrss: 0, Idrss: 0, Isrss: 0, Minflt: 13628, Majflt: 0, Nswap: 0, Inblock: 0, Oublock: 25136, Msgsnd: 0, Msgrcv: 0, Nsignals: 0, Nvcsw: 2624, Nivcsw: 769, }, }, Stderr: nil, }, stack: [0x1be4780, 0x1be4cf1, 0x1d5972c, 0x2190fb3, 0x4db565, 0x4daa5c, 0xa35c3a, 0xa36565, 0xa344ad, 0x219048c, 0x2272278, 0xa11ffb, 0xa260f8, 0x4704e1], } exit status 1 In [It] at: /home/prow/go/pkg/mod/sigs.k8s.io/cluster-api/test@v1.3.1/framework/clusterctl/clusterctl_helpers.go:308 @ 01/10/23 10:29:22.298 < Exit [It] should create cluster with nested assumed role - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/suites/unmanaged/unmanaged_functional_test.go:161 @ 01/10/23 10:29:22.298 (24.999s)
Filter through log files | View test history on testgrid
go run hack/e2e.go -v --test --test_args='--ginkgo.focus=capa\-e2e\s\[It\]\s\[unmanaged\]\s\[functional\]\s\[ClusterClass\]\sMultitenancy\stest\s\[ClusterClass\]\sshould\screate\scluster\swith\snested\sassumed\srole$'
[FAILED] Timed out after 10.001s. Failed to apply the cluster template Expected success, but got an error: <*errors.withStack | 0xc002e1a258>: { error: <*exec.ExitError | 0xc00105ba40>{ ProcessState: { pid: 32144, status: 256, rusage: { Utime: {Sec: 0, Usec: 631797}, Stime: {Sec: 0, Usec: 256691}, Maxrss: 108676, Ixrss: 0, Idrss: 0, Isrss: 0, Minflt: 15348, Majflt: 0, Nswap: 0, Inblock: 0, Oublock: 25136, Msgsnd: 0, Msgrcv: 0, Nsignals: 0, Nvcsw: 2224, Nivcsw: 922, }, }, Stderr: nil, }, stack: [0x1be4780, 0x1be4cf1, 0x1d5972c, 0x2190fb3, 0x4db565, 0x4daa5c, 0xa35c3a, 0xa36565, 0xa344ad, 0x219048c, 0x2264b98, 0xa11ffb, 0xa260f8, 0x4704e1], } exit status 1 In [It] at: /home/prow/go/pkg/mod/sigs.k8s.io/cluster-api/test@v1.3.1/framework/clusterctl/clusterctl_helpers.go:308 @ 01/10/23 10:29:22.476from junit.e2e_suite.xml
Error from server (AlreadyExists): error when creating "STDIN": awsclusterroleidentities.infrastructure.cluster.x-k8s.io "capamultitenancyjump" already exists > Enter [BeforeEach] [unmanaged] [functional] [ClusterClass] - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/suites/unmanaged/unmanaged_functional_clusterclass_test.go:47 @ 01/10/23 10:28:57.192 < Exit [BeforeEach] [unmanaged] [functional] [ClusterClass] - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/suites/unmanaged/unmanaged_functional_clusterclass_test.go:47 @ 01/10/23 10:28:57.192 (0s) > Enter [It] should create cluster with nested assumed role - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/suites/unmanaged/unmanaged_functional_clusterclass_test.go:53 @ 01/10/23 10:28:57.192 STEP: Node 1 acquiring resources: {ec2-normal:2, vpc:1, eip:1, ngw:1, igw:1, classiclb:1, ec2-GPU:0, volume-gp2:0} - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/shared/resource.go:187 @ 01/10/23 10:28:57.193 STEP: Node 1 acquired resources: {ec2-normal:2, vpc:1, eip:1, ngw:1, igw:1, classiclb:1, ec2-GPU:0, volume-gp2:0} - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/shared/resource.go:216 @ 01/10/23 10:28:58.194 STEP: Creating a namespace for hosting the "functional-multitenancy-nested-clusterclass" test spec - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/shared/common.go:52 @ 01/10/23 10:28:58.194 INFO: Creating namespace functional-multitenancy-nested-clusterclass-zsnz4i INFO: Creating event watcher for namespace "functional-multitenancy-nested-clusterclass-zsnz4i" Jan 10 10:28:58.430: INFO: Setting environment variable: key=MULTI_TENANCY_SIMPLE_ROLE_ARN, value=arn:aws:iam::583069479333:role/CAPAMultiTenancySimple Jan 10 10:28:58.430: INFO: Setting environment variable: key=MULTI_TENANCY_SIMPLE_ROLE_NAME, value=CAPAMultiTenancySimple Jan 10 10:28:58.430: INFO: Setting environment variable: key=MULTI_TENANCY_SIMPLE_IDENTITY_NAME, value=capamultitenancysimple Jan 10 10:28:58.515: INFO: Setting environment variable: key=MULTI_TENANCY_JUMP_ROLE_ARN, value=arn:aws:iam::583069479333:role/CAPAMultiTenancyJump Jan 10 10:28:58.515: INFO: Setting environment variable: key=MULTI_TENANCY_JUMP_ROLE_NAME, value=CAPAMultiTenancyJump Jan 10 10:28:58.515: INFO: Setting environment variable: key=MULTI_TENANCY_JUMP_IDENTITY_NAME, value=capamultitenancyjump Jan 10 10:28:58.572: INFO: Setting environment variable: key=MULTI_TENANCY_NESTED_ROLE_ARN, value=arn:aws:iam::583069479333:role/CAPAMultiTenancyNested Jan 10 10:28:58.572: INFO: Setting environment variable: key=MULTI_TENANCY_NESTED_ROLE_NAME, value=CAPAMultiTenancyNested Jan 10 10:28:58.572: INFO: Setting environment variable: key=MULTI_TENANCY_NESTED_IDENTITY_NAME, value=capamultitenancynested STEP: Creating cluster - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/suites/unmanaged/unmanaged_functional_clusterclass_test.go:64 @ 01/10/23 10:28:58.572 INFO: Creating the workload cluster with name "cluster-4ysz7e" using the "nested-multitenancy-clusterclass" template (Kubernetes v1.25.3, 1 control-plane machines, 0 worker machines) INFO: Getting the cluster template yaml INFO: clusterctl config cluster cluster-4ysz7e --infrastructure (default) --kubernetes-version v1.25.3 --control-plane-machine-count 1 --worker-machine-count 0 --flavor nested-multitenancy-clusterclass INFO: Applying the cluster template yaml to the cluster STEP: Dumping all the Cluster API resources in the "functional-multitenancy-nested-clusterclass-zsnz4i" namespace - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/shared/common.go:68 @ 01/10/23 10:29:10.712 STEP: Dumping all EC2 instances in the "functional-multitenancy-nested-clusterclass-zsnz4i" namespace - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/shared/common.go:72 @ 01/10/23 10:29:11.274 STEP: Deleting all clusters in the "functional-multitenancy-nested-clusterclass-zsnz4i" namespace with intervals ["20m" "10s"] - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/shared/common.go:76 @ 01/10/23 10:29:11.406 STEP: Deleting cluster cluster-4ysz7e - /home/prow/go/pkg/mod/sigs.k8s.io/cluster-api/test@v1.3.1/framework/ginkgoextensions/output.go:35 @ 01/10/23 10:29:11.431 INFO: Waiting for the Cluster functional-multitenancy-nested-clusterclass-zsnz4i/cluster-4ysz7e to be deleted STEP: Waiting for cluster cluster-4ysz7e to be deleted - /home/prow/go/pkg/mod/sigs.k8s.io/cluster-api/test@v1.3.1/framework/ginkgoextensions/output.go:35 @ 01/10/23 10:29:11.448 STEP: Deleting namespace used for hosting the "" test spec - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/shared/common.go:82 @ 01/10/23 10:29:21.457 INFO: Deleting namespace functional-multitenancy-nested-clusterclass-zsnz4i STEP: Node 1 released resources: {ec2-normal:2, vpc:1, eip:1, ngw:1, igw:1, classiclb:1, ec2-GPU:0, volume-gp2:0} - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/shared/resource.go:269 @ 01/10/23 10:29:22.475 [FAILED] Timed out after 10.001s. Failed to apply the cluster template Expected success, but got an error: <*errors.withStack | 0xc002e1a258>: { error: <*exec.ExitError | 0xc00105ba40>{ ProcessState: { pid: 32144, status: 256, rusage: { Utime: {Sec: 0, Usec: 631797}, Stime: {Sec: 0, Usec: 256691}, Maxrss: 108676, Ixrss: 0, Idrss: 0, Isrss: 0, Minflt: 15348, Majflt: 0, Nswap: 0, Inblock: 0, Oublock: 25136, Msgsnd: 0, Msgrcv: 0, Nsignals: 0, Nvcsw: 2224, Nivcsw: 922, }, }, Stderr: nil, }, stack: [0x1be4780, 0x1be4cf1, 0x1d5972c, 0x2190fb3, 0x4db565, 0x4daa5c, 0xa35c3a, 0xa36565, 0xa344ad, 0x219048c, 0x2264b98, 0xa11ffb, 0xa260f8, 0x4704e1], } exit status 1 In [It] at: /home/prow/go/pkg/mod/sigs.k8s.io/cluster-api/test@v1.3.1/framework/clusterctl/clusterctl_helpers.go:308 @ 01/10/23 10:29:22.476 < Exit [It] should create cluster with nested assumed role - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-aws/test/e2e/suites/unmanaged/unmanaged_functional_clusterclass_test.go:53 @ 01/10/23 10:29:22.476 (25.284s)
Filter through log files | View test history on testgrid
capa-e2e [It] [unmanaged] [Cluster API Framework] Cluster Upgrade Spec - HA Control Plane Cluster [K8s-Upgrade] Should create and upgrade a workload cluster and eventually run kubetest
capa-e2e [It] [unmanaged] [Cluster API Framework] Cluster Upgrade Spec - HA control plane with scale in rollout [K8s-Upgrade] Should create and upgrade a workload cluster and eventually run kubetest
capa-e2e [It] [unmanaged] [Cluster API Framework] Cluster Upgrade Spec - Single control plane with workers [K8s-Upgrade] Should create and upgrade a workload cluster and eventually run kubetest
capa-e2e [It] [unmanaged] [Cluster API Framework] Clusterctl Upgrade Spec [from latest v1beta1 release to v1beta2] Should create a management cluster and then upgrade all the providers
capa-e2e [It] [unmanaged] [Cluster API Framework] Machine Pool Spec Should successfully create a cluster with machine pool machines
capa-e2e [It] [unmanaged] [Cluster API Framework] Machine Remediation Spec Should successfully trigger KCP remediation
capa-e2e [It] [unmanaged] [Cluster API Framework] Machine Remediation Spec Should successfully trigger machine deployment remediation
capa-e2e [It] [unmanaged] [Cluster API Framework] Self Hosted Spec Should pivot the bootstrap cluster to a self-hosted cluster
capa-e2e [It] [unmanaged] [Cluster API Framework] [ClusterClass] Cluster Upgrade Spec - HA control plane with workers [K8s-Upgrade] [ClusterClass] Should create and upgrade a workload cluster and eventually run kubetest
capa-e2e [It] [unmanaged] [Cluster API Framework] [ClusterClass] ClusterClass Changes Spec - SSA immutability checks [ClusterClass] Should successfully rollout the managed topology upon changes to the ClusterClass
capa-e2e [It] [unmanaged] [Cluster API Framework] [ClusterClass] Self Hosted Spec [ClusterClass] Should pivot the bootstrap cluster to a self-hosted cluster
capa-e2e [It] [unmanaged] [Cluster API Framework] [smoke] [PR-Blocking] Running the quick-start spec Should create a workload cluster
capa-e2e [It] [unmanaged] [Cluster API Framework] [smoke] [PR-Blocking] Running the quick-start spec with ClusterClass Should create a workload cluster
capa-e2e [It] [unmanaged] [functional] CSI=external CCM=external AWSCSIMigration=on: upgrade to v1.23 should create volumes dynamically with external cloud provider
capa-e2e [It] [unmanaged] [functional] CSI=external CCM=in-tree AWSCSIMigration=on: upgrade to v1.23 should create volumes dynamically with external cloud provider
capa-e2e [It] [unmanaged] [functional] CSI=in-tree CCM=in-tree AWSCSIMigration=off: upgrade to v1.23 should create volumes dynamically with external cloud provider
capa-e2e [It] [unmanaged] [functional] GPU-enabled cluster test should create cluster with single worker
capa-e2e [It] [unmanaged] [functional] MachineDeployment misconfigurations MachineDeployment misconfigurations
capa-e2e [It] [unmanaged] [functional] Workload cluster with AWS S3 and Ignition parameter It should be creatable and deletable
capa-e2e [It] [unmanaged] [functional] Workload cluster with AWS SSM Parameter as the Secret Backend should be creatable and deletable
capa-e2e [It] [unmanaged] [functional] Workload cluster with EFS driver should pass dynamic provisioning test
capa-e2e [It] [unmanaged] [functional] Workload cluster with spot instances should be creatable and deletable
capa-e2e [It] [unmanaged] [functional] [ClusterClass] Workload cluster with AWS SSM Parameter as the Secret Backend [ClusterClass] should be creatable and deletable
capa-e2e [It] [unmanaged] [functional] [ClusterClass] Workload cluster with external infrastructure [ClusterClass] should create workload cluster in external VPC
capa-e2e [SynchronizedAfterSuite]
capa-e2e [SynchronizedAfterSuite]
capa-e2e [SynchronizedAfterSuite]
capa-e2e [SynchronizedAfterSuite]
capa-e2e [SynchronizedAfterSuite]
capa-e2e [SynchronizedAfterSuite]
capa-e2e [SynchronizedAfterSuite]
capa-e2e [SynchronizedAfterSuite]
capa-e2e [SynchronizedAfterSuite]
capa-e2e [SynchronizedAfterSuite]
capa-e2e [SynchronizedAfterSuite]
capa-e2e [SynchronizedAfterSuite]
capa-e2e [SynchronizedAfterSuite]
capa-e2e [SynchronizedAfterSuite]
capa-e2e [SynchronizedAfterSuite]
capa-e2e [SynchronizedAfterSuite]
capa-e2e [SynchronizedAfterSuite]
capa-e2e [SynchronizedAfterSuite]
capa-e2e [SynchronizedAfterSuite]
capa-e2e [SynchronizedAfterSuite]
capa-e2e [SynchronizedBeforeSuite]
capa-e2e [SynchronizedBeforeSuite]
capa-e2e [SynchronizedBeforeSuite]
capa-e2e [SynchronizedBeforeSuite]
capa-e2e [SynchronizedBeforeSuite]
capa-e2e [SynchronizedBeforeSuite]
capa-e2e [SynchronizedBeforeSuite]
capa-e2e [SynchronizedBeforeSuite]
capa-e2e [SynchronizedBeforeSuite]
capa-e2e [SynchronizedBeforeSuite]
capa-e2e [SynchronizedBeforeSuite]
capa-e2e [SynchronizedBeforeSuite]
capa-e2e [SynchronizedBeforeSuite]
capa-e2e [SynchronizedBeforeSuite]
capa-e2e [SynchronizedBeforeSuite]
capa-e2e [SynchronizedBeforeSuite]
capa-e2e [SynchronizedBeforeSuite]
capa-e2e [SynchronizedBeforeSuite]
capa-e2e [SynchronizedBeforeSuite]
capa-e2e [SynchronizedBeforeSuite]
capa-e2e [It] [unmanaged] [functional] External infrastructure, external security groups, VPC peering, internal ELB and private subnet use only should create external clusters in peered VPC and with an internal ELB and only utilize a private subnet
capa-e2e [It] [unmanaged] [functional] Multiple workload clusters Defining clusters in the same namespace should create the clusters
capa-e2e [It] [unmanaged] [functional] Multiple workload clusters in different namespaces with machine failures should setup namespaces correctly for the two clusters
capa-e2e [It] [unmanaged] [functional] [Serial] Upgrade to main branch Kubernetes in same namespace should create the clusters