instrumenta / instrumenta/kubeval

Does not catch malformed container names

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

Description

```yaml
kind: Pod
metadata:
name: demo
labels:
role: myrole
spec:
containers:
- name: bad_name
```

```
a DNS-1123 label must consist of lower case alphanumeric characters or '-', and must start and end with an alphanumeric character (e.g. 'my-name', or '123-abc', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?')]
```

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.