On Tuesday, November 14, 2017 at 6:37:48 AM UTC+5:30, [email protected] wrote: > github issue: https://github.com/kubernetes/ingress-gce/issues/75 > ``` > googleapi: Error 400: Invalid value for field 'namedPorts[12].port': '0'. > Must be greater than or equal to 1, invalid > ``` > > All ingress already created still work, besides the error, but when I create > a new one, I get the same error and the new one doesn't work. > > I'm not exactly sure what triggered it, but I updated to 1.8.2 recently. > > This is my ingress > ``` > apiVersion: extensions/v1beta1 > kind: Ingress > metadata: > annotations: > ingress.gcp.kubernetes.io/pre-shared-cert: star-versussystems-com > ingress.kubernetes.io/force-ssl-redirect: "true" > kubernetes.io/ingress.allow-http: "false" > kubernetes.io/ingress.global-static-ip-name: coreserver-sdk-develop > creationTimestamp: 2017-11-09T18:36:40Z > generation: 1 > labels: > app: coreserver > chart: coreserver-0.1.0 > heritage: Tiller > release: coreserver-sdk-develop > name: coreserver-sdk-develop > namespace: develop > resourceVersion: "11786409" > selfLink: > /apis/extensions/v1beta1/namespaces/develop/ingresses/coreserver-sdk-develop > spec: > backend: > serviceName: coreserver-sdk-develop > servicePort: 80 > rules: > - host: coreserver-sdk-develop.versussystems.com > http: > paths: > - backend: > serviceName: coreserver-sdk-develop > servicePort: 80 > status: > loadBalancer: {} > ``` > > ``` > $ kubectl version > Client Version: version.Info{Major:"1", Minor:"7", GitVersion:"v1.7.6", > GitCommit:"4bc5e7f9a6c25dc4c03d4d656f2cefd21540e28c", GitTreeState:"clean", > BuildDate:"2017-09-14T06:55:55Z", GoVersion:"go1.8.3", Compiler:"gc", > Platform:"darwin/amd64"} > Server Version: version.Info{Major:"1", Minor:"8+", > GitVersion:"v1.8.2-gke.0", > GitCommit:"52ea03646e64b35a5b092ab32bb529400c296aa6", GitTreeState:"clean", > BuildDate:"2017-10-24T23:31:18Z", GoVersion:"go1.8.3b4", Compiler:"gc", > Platform:"linux/amd64"} > ``` > > Any ideas? > > > What do you guys think?
I'm facing the exact same issue. Were you able to resolve it somehow? -- <https://www.idfy.com> Support: 1800 123 4339 | Fax: +91 22 4914 7725 | Email: [email protected] | Blog: blog.idfy.com Registered / Corporate Office: Office 4-F, Rushabh Chambers, Plot No. 609, Off Makwana Road, Marol Naka, Andheri East, Mumbai 400059 Baldor Technologies Private Limited | CIN: U74900MH2011PTC291275 Facebook <https://www.facebook.com/getIDfyed> | LinkedIn <https://www.linkedin.com/company/idfy> | Twitter <https://twitter.com/getidfyed> This message (including any attachment(s) hereto) is confidential and is intended solely for the addressee. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this information is strictly prohibited and may be unlawful. If you have received this message in error, you are requested to delete it from your system and to contact the sender by replying to this message immediately. Baldor Technologies Private Limited is not liable for the improper transmission of this message nor for any damage sustained as a result of this message. -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" 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/kubernetes-users. For more options, visit https://groups.google.com/d/optout.
