Unfortunately this is still a known issue. I'd advise starring the related public issue tracke <https://code.google.com/p/googleappengine/issues/detail?id=11502>r to add visibility.
On Friday, June 10, 2016 at 6:16:39 PM UTC-4, Sargun Dhillon wrote: > > I was looking into running a UDP service on the flexible environment. > Unfortunately, I'm running into some roadblocks. I read the guide here on > how to setup port forwarding: > https://cloud.google.com/appengine/docs/flexible/custom-runtimes/configuring-your-app-with-app-yaml#runtime-environment. > > It appears to be in the syntax of Docker forwards, and if you'd like Docker > to forward udp you must forward a port like > ${OUTSIDE_PORT}:${INSIDE_PORT}/udp. When I try to do this, I get the > following error: > > Updating service [default]...failed. > > *ERROR:* (gcloud.preview.app.deploy) Error Response: [400] The validation > strategy encountered errors > > > Details: [ > > [ > > { > > "@type": "type.googleapis.com/google.rpc.BadRequest", > > "fieldViolations": [ > > { > > "description": "Value \"53:5353/udp\" does not match the pattern > \"^(?:[0-9]+(:[0-9]+)?)$\"", > > "field": "version.network.forwarded_ports[0]" > > } > > ] > > } > > ] > > ] > > > > Any ideas? > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/3fe31c3a-6004-405a-8147-2efb8e89c9ef%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
