Hi all would possible to change the size and type ...
# prefect-ui
r
Hi all would possible to change the size and type of the "Customizations" field in Prefect 2. When you go block -->create a k8 job then you look at the "Customization" field it is way too small for the data that needs to be put into it:
[ { "op": "add", "path": "/spec/template/spec/resources",  "value": {"limits": {"memory": "512Mi", "cpu": "250m", "ephemeral-storage": "100Mi"}} }, { "op": "add", "path": "/spec/ttlSecondsAfterFinished","value": 10}]
Also Customization is a spec based on the JSON standard. It is strange that it is using a text field and not a json field.
1
🔥 1
j
Thanks for flagging @Rajvir Jhawar - let's open an issue to see if we need to update the type of that field.
👍 2
@Marvin open "Should the customizations field in the Kubernetes Block be JSON?"