bottlerocket-test-system
bottlerocket-test-system copied to clipboard
A system for testing Bottlerocket
https://github.com/bottlerocket-os/bottlerocket-test-system/pull/139/files#r739505986 - Do secrets of different types already work fine? - If not, do we need to support secrets of other types? - If No/Yes: make the necessary changes.
From #145: "I wonder if we want to make this regex more strict on what we can match for the resource name or field name. Currently something weird like ${@@@@.!!!!!!}...
> The EC2 provider does not do anything with `nodegroup_sg` or the shared cluster SG or control plane SG. It only cares about the security groups field in the created...
As described in #428, having errant nodes in the cluster would produce incorrect conformance testing results. Additionally, if a conformance testing process failed without proper cleanup, it is possible for...
Tangentially related to #353, I had an error that I think resulted because my resource name had a dot in it. But more importantly, it is essentially impossible (?) to...
We have discovered that GitHub archive hash sums can change. We should probably move all of the sources we pull into the lookaside cache. When we do, we should switch...
See https://github.com/bottlerocket-os/bottlerocket/blob/develop/packages/aws-iam-authenticator/aws-iam-authenticator.spec#L20. _Originally posted by @jpculp in https://github.com/bottlerocket-os/bottlerocket-test-system/pull/283#r799786300_
Let's use this as a tracking issue for things that need to be implemented or fixed in the controller relating to handling errors. Background: The happy path of the controller...
When running sonobuoy tests, if nodes from some previous test case (an earlier version of Bottlerocket, for example) are running in the cluster in addition to, or in place of,...
Provide a cluster using AWS Cluster API. Run Sonobuoy using a Cluster API-provided EC2 cluster. - depends on #32 - depends on #38 `id: capa_cluster_provider`