bottlerocket-test-system icon indicating copy to clipboard operation
bottlerocket-test-system copied to clipboard

A system for testing Bottlerocket

Results 77 bottlerocket-test-system issues
Sort by recently updated
recently updated
newest added

It'd be great to provide a CFN parameter for the _type_ of instance that is launched in the nodegroup: ```go testsysNodegroupInstanceType := awscdk.NewCfnParameter(stack, jsii.String("TestsysNodegroupInstanceType"), &awscdk.CfnParameterProps{ Type: jsii.String("String"), Description: jsii.String("The x86...

We need to come up with the minimal set of IAM permissions that are required to run our test and resource agents on EC2/EKS nodes. Note that in #379 we...

documentation
enhancement
help wanted
resource-agent

The name here should basically match the name of the crate that produced the image. I commented on this early. The `name` field of the `Agent` model is poorly conceived....

model
priority/mid

**Issue number:** N/a **Description of changes:** This patch enhances the testsys-launcher CDK by applying the cert-manager and brupop manifests. However, the CDK breaks on very large manifests (like with many...

Currently, if cluster creation fails for some reason, the agent's `eksctl` won't roll back the CF stack that was created. This can lead to latter results where subsequent cluster creations...

# Running a custom test requires building a docker container # **Problem:** If a TestSys user wants to test features A, they will need to create a container containing the...

enhancement
test-agent

If a user is watching the logs from a test and the frequency of logs is > ~5 mins, the cli will error with `Unable to get next log from...

bug
help wanted
needs-repro

Currently the provider will check the CRD for a instance profile name (i.e. role) and use that profile if there is one. If there is no name, the provider uses...

enhancement
ecs

The AWS CLI is used in the sonobuoy agent and will soon be used in the workload test agent. The source code for the AWS CLI is open source, located...

build

Currently `bottlerocket/agents/src/userdata.rs` contains a lot of code from the `merge-toml` crate found here: https://github.com/bottlerocket-os/bottlerocket/blob/v1.11.1/sources/api/storewolf/merge-toml/src/lib.rs. Instead of copying this code, the `merge-toml` crate should be published to `crates.io` so it can...

enhancement