hulengjing

Results 4 comments of hulengjing

> Could be related[#3822](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3822) (fixed at v1.97.0) ` if cfg.roleARN == "" { cfg.roleARN = os.Getenv("AWS_ROLE_ARN") } ` After the irsa of eks is configured with a role, the AWS_ROLE_ARN...

> Could be related [#3822](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3822) (fixed at v1.97.0) hey @f41gh7 @makasim I checked the latest version of the code. Have you tried using both irsa role and accessKey at the...

> hey [@hulengjing](https://github.com/hulengjing) could you please try changes from [this PR](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/9223) thanks @AndrewChubatiuk I can't verify it, but I think your changes are valid.

> [@hulengjing](https://github.com/hulengjing) changes will be included into the upcoming release. Meanwhile, you can test it by building vmagent docker image from master branch: > > https://docs.victoriametrics.com/#building-docker-images thanks @f41gh7 , When...