Patrick Stadler
Patrick Stadler
no problem. sometimes people forget. take your time. 👍🏻
Just tried your sample app. It works for me: ``` $ curl http://localhost:3000/address -X POST -s | jq { "body": [ { "instancePath": "", "schemaPath": "#/required", "keyword": "required", "params": {...
Your check is wrong, you need to replace: ```js console.log("Ajv2019 instanceof AjvCore:", Ajv2019 instanceof AjvCore); ``` with ```js console.log("Ajv2019 instanceof AjvCore:", ajv instanceof AjvCore); ```
Okay, I think the instaceof check could indeed fail with different ajv package versions and needs to be changed to check if the provided argument is any kind of class,...
This seems to be the right approach. Change amended. Please note that eslint `ecmaVersion: 2020` is required for optional chaining.
Sorry I can't test this because I gave my Parrot Zik away. Thanks anyway. Cheers, Patrick
Hey there. Could it be that your storage device is already formatted and rook is unable to claim it? P.S. Even though you seem to have deleted your comment regarding...
oh, I see. this only works with the flex driver. I just pushed the changes to use the parameters you mentioned.
Unfortunately, this is not easy to debug. Maybe this could help? https://github.com/rook/rook/blob/master/Documentation/ceph-common-issues.md#failing-mon-pod
This should work without much hassle using hobby-kube/provisioning. Even though I never tried this, you should be able to change the `node_count` variable and run `terraform apply`. Make sure you...