JustinWang

Results 15 comments of JustinWang

@kevin1689-cloud I think it is a good way. Is this function globally restricted by default or is it defined by annotations themselves?

@zmberg I understand that it is enough to remove v1beta1? ```go newCRD.Spec.Conversion.Webhook = &apiextensionsv1.WebhookConversion{ ClientConfig: webhookConfig.DeepCopy(), ConversionReviewVersions: []string{"v1"}, } ```

I still can't understand it. I compiled it myself without any problem. But this problem will occur when using their docker image ![image](https://github.com/fluent/fluent-bit/assets/39941928/251ae422-c42a-4893-919d-94b4e6c6bac0) ![image](https://github.com/fluent/fluent-bit/assets/39941928/1d79a353-e98a-4ed1-a849-340440e69676)

The Fluent Bit compiled on Ubuntu functions perfectly. ```text root@root:/home/ermao/fluent-bit/build/bin# ./fluent-bit --version Fluent Bit v3.0.4 Git commit: ce7aafab40daa2c9f86d4f43d9ce67ff94d57d50 root@root:/home/ermao/fluent-bit/build/bin# ./fluent-bit -c fluent-bit.conf Fluent Bit v3.0.4 * Copyright (C) 2015-2024 The...

I think I've found the key to the problem, Parsers_File must be written with an absolute path, if you use a relative path the hot reloading fails.