instrumenta / kubeval

Validate your Kubernetes configuration files, supports multiple Kubernetes versions
https://kubeval.com
Other
3.16k stars 229 forks source link

Error finding loadbalancer.json #81

Closed wooderz closed 6 years ago

wooderz commented 6 years ago

When running kubeval myyaml.yaml I receive the following error:

garethr commented 6 years ago

Kubernetes doesn't have a native LoadBalancer object I don't believe, just a type of Service. Maybe this is a CRD or some other extension? Do you have a sample of the configuration which triggers this issue?

wooderz commented 6 years ago

Yeah was a misunderstanding, thought I'd closed this! Sorry