Open wainersm opened 3 months ago
The AWS provisioner was implemented two cluster_type types: on-prem and eks. Running tests with the former was broken and I sent fixes in https://github.com/confidential-containers/cloud-api-adaptor/pull/1975 . With eks I haven't run tests for more than months so I suspect it's broken, hence creating this issue to check its status.
cluster_type
on-prem
eks
We may want to run tests on eks as part of https://github.com/confidential-containers/cloud-api-adaptor/issues/1979 but this shouldn't be a blocker.
ah, consider updating the version EKS and CNI plug-in: https://github.com/confidential-containers/cloud-api-adaptor/blob/main/src/cloud-api-adaptor/test/provisioner/aws/provision_common.go#L35
The AWS provisioner was implemented two
cluster_type
types:on-prem
andeks
. Running tests with the former was broken and I sent fixes in https://github.com/confidential-containers/cloud-api-adaptor/pull/1975 . Witheks
I haven't run tests for more than months so I suspect it's broken, hence creating this issue to check its status.We may want to run tests on
eks
as part of https://github.com/confidential-containers/cloud-api-adaptor/issues/1979 but this shouldn't be a blocker.