Can pod get IPv4 address only in dualstack config?

Hi Community,
in our dualstack environment, I’m trying to deploy few pods which don’t like IPv6 addresses.
I know that this should be fixed in those pods, but I am wondering if there is a way to adapt k8s/calico/pod configuration to make those pods to obtain only IPv4 addresses?

I don’t think there’s anything local to the pod. You’d have to spin up a set of nodes with IPv4-only and then schedule to those. More trouble than it’s worth.