Michal Rybinski

Results 14 comments of Michal Rybinski

please also see https://github.com/cert-manager/cert-manager/issues/1571#issuecomment-1808305627 for another scenario where ca.crt is required by Istio and used for mTLS validation.

for those that will land here and are struggling, try this: `HELM_DEBUG=true helm push ...` and check messages having said that, my debug shows _**"response.status="401 Unauthorized""**_ AND _**response.status="404 Not Found"**_...

Seems (as it often is the case) that I was being an idiot. I was blindly copying "push commands" from ECR not noticing that they have "docker login" in them...

What's more than the above it seems either the newest XO API is broken or the provider, as setting memory_max does not necessery set this value in the VM. I've...

sure, the vm code I use is as below: ``` resource "xenorchestra_vm" "test-vm" { # memory_max = 17179869184 # memory_max = 8589934592 memory_max = 4294967296 # memory_max = 2147483648 #...

Well, I can change the static max value from Xen Orchestra and that's what I did but I'd prefer to not have to do it every time I want to...

Was able to get this log from XCP-NG server ``` Dec 7 21:07:32 xcp-ng-r620-2 xapi: [debug||7623 :::80||api_effect] VM.add_to_HVM_boot_params Dec 7 21:07:32 xcp-ng-r620-2 xapi: [error||7623 HTTPS 192.168.1.77->:::80|VM.add_to_HVM_boot_params D:7a6bd38bb489|sql] Duplicate key in...

forgot to add, although not sure if that matters, riunning terraform from Intel based Mac with OSX 13.0.1

Out of curiosity run it from Ubuntu 22.10 laptop and got exactly same result so this should not matter

@4censord Tried your config, got the same result regardless