Error in service creation

Hi guys,

I am getting this below error while creating the jekyll-node-service in Kubernetes Challenge 1. If anyone faced similar issue kindly help.

Error from server (BadRequest): error when creating “svc.yaml”: Service in version “v1” cannot be handled as a Service: strict decoding error: unknown field “spec.ports[0].nodeport”

It’s a case issue: it’s nodePort – not “nodeport”. Kubernetes keys in YAML are case sensitive.