You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chapter 15 command produces and error on later API versions,
# kubectl apply -f hello-kiamol/ingress/localhost.yaml
Error from server (BadRequest): error when creating "hello-kiamol/ingress/localhost.yaml": Ingress in version "v1" cannot be handled as a Ingress: strict decoding error: unknown field "spec.rules[0].http.paths[0].backend.serviceName", unknown field "spec.rules[0].http.paths[0].backend.servicePort"
The fix is to upgrade from the v1beta1 API to v1 API , thus,
Chapter 15 command produces and error on later API versions,
The fix is to upgrade from the v1beta1 API to v1 API , thus,
The rest of the examples in the chapter which use "kind: ingress" also suffer from this.
The text was updated successfully, but these errors were encountered: