Matthew James Briggs
Matthew James Briggs
There is a fairly substantial breaking change in 0.5.4. I tried and it breaks our eks-provider. We might have to replace v1alpha1 with v1beta1 in our kubeconfigs or something. -...
For the following providers, we should document/provide the minimal set of policies that allows it to function. For example, the first thing that happens in the EKS provider is: ```...
In our agents we use std::process::Command which is blocking. It seems to be working fine, but technically when you go async you're supposed to go all in and not do...
We want to test that the default Bottlerocket host containers are working properly. This is probably best modeled as an os test (#426). It could probably be modeled as a...
Create tests that interact with the apiserver on Bottlerocket and check that it does what is expected. Note, this is much deeper than it sounds since apiserver changes Bottlerocket settings....
Create a test agent with script execution mechanism for running "Os Tests". Here is what we have written about the concept: ## OS Tests There is a class of tests...
We have a way of testing that host containers are working properly and we would like to integrate that into the Bottlerocket release process. We should make it possible for...
Commenting here for easy issue creation. aws-cli may need the same treatment as the other libraries with licenses. _Originally posted by @webern in https://github.com/bottlerocket-os/bottlerocket-test-system/pull/283#discussion_r799870275_
When we publish containers, we will need to copy licenses to them.
If the pod running a test_agent is descheduled and rescheduled, or otherwise fails and starts again, the current interface does not provide and way to handle that. Put differently, the...