Results 16 comments of Lu Ma

@ba-work Thanks for opening this issue. `yamlgen/telemetry/promethues-resources.yaml` is just a sample for using the prometheus metrics, the user should feel free to use whatever way they like with the endpoint....

Address the comments with name change and updated readme.md.

Thanks for reaching out. We do have plan to implement a similar feature (prevent updates in certain time window #67) in our 1.0.0 milestone!

Hi @pmacieje , thanks for being interested in using Bottlerocket Update Operator. Unfortunately we wouldn’t be able to provide you a firm date for release v1.0.0. The solution for this...

It need to be 8080 because the [default internal endpoint](https://github.com/bottlerocket-os/bottlerocket-update-operator/blob/develop/models/src/constants.rs#L48) is 8080. Could you also share your scrape_configs in prometheus?

Hi @sedan07, Thanks for reaching out. Happy to hear that you are using our new release version. I will try to best to reply to your concerns. > As far...

Hi guohaolee@, Thanks for reaching out. Would you mind provide more information here? 1. What `yaml` file did you use to deploy bottlerocket update operator 0.2.2 2. How did you...

Hi @guohaolee , Thanks for providing these information. The error was likely due to the [link](https://raw.githubusercontent.com/bottlerocket-os/bottlerocket-update-operator/v0.2.2/yamlgen/deploy/bottlerocket-update-operator.yaml) file was still use 0.2.1 image which didn't have the SSL support. I have...

The expected behavior is it should not be trying to convert from v2 to v1. I wondering if some of your pods are still in 0.2.1. Would you mind share...

Could you please check the logs from the `agent` and `controller` to see if any of those requesting v1? You can use `kubectl logs $pod_name` to check the log. I...