Deploying Bitnami's single-VM Elasticsearch. The error is:
Invalid value for field 'resource.networkInterfaces[0]': ''. Subnetwork should be specified for custom subnetmode network
It works fine if I deploy it to my default
network, but I get this error if I try to deploy it to my development
network. If I understand it right, it's because they don't let me choose a subnet. Is there any kind of workaround? Can I set a default subnet in my VPC somehow? My development Kubernetes cluster is in that network, so I can't delete it and recreate it, but if there's no better solution I could try to create a development2
with "automatic subnet creation" and peer them, messy as that is.
(Bitnami support don't accept this as their problem.)