instrumenta / instrumenta/kubeval

Kubeval fails for validation

Open
#18 8 comments 0 reactions 0 assignees View on GitHub
upstream
Dominant language
Go
Stars
3.2k
Forks
227
PR merge metrics
No merged PRs in 30d

Description

here is sample service file,

```
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app: httpd
name: INVALID-e_f
spec:
ports:
- port: 8080
targetPort: 80
selector:
app: httpd
type: INVALID
status:
loadBalancer: {}
```
after running kubeval, it shows valid, but it's not

```
$ kubeval service.yml
The document docker-compose.yml contains a valid Service
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.