instrumenta / instrumenta/kubeval
Does not catch malformed container names
Open
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.