Tianhao Geng
Tianhao Geng
Hi @xeon22 Thanks for opening this issue. I don't think we support customized cluster domain name and there is not a setting which can make the domain configurable currently. The...
@jackgill Can you share with us how you install brupops? like installing cert-manager first and then install brupop? I'm trying to reproduce this issue. Usually we need cert-manager running on...
@jackgill I just reproduce the same error `MountVolume.SetUp failed for volume "bottlerocket-tls-keys" : secret "brupop-apiserver-certificate" not found` by installing brupop immediately after running `cert-manager` installation. I think maybe `"https://cert-manager-webhook.cert-manager.svc:443/mutate?timeout=10s"` the...
Thanks for the info. Can you check if secret `brupop-apiserver-certificate` is on the cluster under `brupop-bottlerocket-aws` namespace. If the secret isn't here, we can target on it might be something...
@dependabot rebase
emm, Actually no. Currently brupop uses[ update time window](https://github.com/bottlerocket-os/bottlerocket-update-operator/blob/develop/.env#L29-L33). For being more flexible to schedule maintenance time window on users' purpose, we think Cron expression would be a better choice...
Maybe we can use ``` --e2e-skip envModifier Specify the E2E_SKIP value for the e2e plugin, specifying which tests to skip. Shorthand for --plugin-env=e2e.E2E_SKIP= (default \[Disruptive\]|NoExecuteTaintManager) ```
@ElementTech thank for opening the issue! we are looking at it now, and we will reach back soon.
we are trying to reproduce the issue, can you share with us how you measure the memory utilization so we can use the same way to do the reproduce. Meanwhile,...
@johnjeffers Thanks for opening this ticket. I successfully reproduced the issue following your steps. We've confirmed this occurs on EKS 1.34 Bottlerocket AMI specifically due to kernel version 6.12. Earlier...