Sunny
Sunny
Hi, in our azure integration test infrastructure, we use kubelet managed identity and grant the kubernetes cluster access to the registry with a role assignment. We use terraform to do...
Sounds like some AKS cluster configuration related differences. All the parameters used in our test cluster is here https://github.com/fluxcd/test-infra/blob/65e1a901cbb9b3f9f27ffad7f9a32a6366eae1cc/tf-modules/azure/aks/main.tf#L6-L25. @masterphenix can you try to check how it's different from your...
I removed the role assignment to see the error and the error I get seems to be different from the partial error string that you've shared: ``` failed to get...
@masterphenix I didn't noticed that your second comment has the full error: ``` DefaultAzureCredential: failed to acquire a token. Attempted credentials: EnvironmentCredential: missing environment variable AZURE_TENANT_ID ManagedIdentityCredential: IMDS token request...
> does this PR solves fluxcd/image-reflector-controller#166? @stefanprodan yes. In https://github.com/fluxcd/image-reflector-controller/blob/5b6015b03766c99309a3418838c0df07b7aa3800/controllers/imagerepository_controller.go#L185-L188 it tries to only send notification when the result changes. I'll do some more testing to make sure it's handled...
Removed alpha APIs and fixed the fuzz test failure along with some other minor changes to reduce the verbosity of the test logs from badger and test registry server. Added...
Okay, my bad. I moved it to image-reflector yesterday because of the misunderstanding. I'll move it to IAC again and add some more context around it. Thanks @tun0 for the...
Did some polishing of the latest tags and previous - new tag implementation with tests. Everything looked fine on some testing. I'll do some more testing while writing spec docs...
> This is confusing to me, what configuration are we referring to? It's referring to the image URL and the exclusion list at the moment. When they are changed, it...
> What happens at the next scan if the same tags are fetched, do we still issue an event or do we log only? Then it logs and emits k8s...