We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65b8b7e + 1a159f1 commit fa49c8eCopy full SHA for fa49c8e
validate/validate.go
@@ -502,8 +502,10 @@ func (v *Validator) CheckLinux() (msgs []string) {
502
case "rslave":
503
case "shared":
504
case "rshared":
505
+ case "unbindable":
506
+ case "runbindable":
507
default:
- msgs = append(msgs, "rootfsPropagation must be empty or one of \"private|rprivate|slave|rslave|shared|rshared\"")
508
+ msgs = append(msgs, "rootfsPropagation must be empty or one of \"private|rprivate|slave|rslave|shared|rshared|unbindable|runbindable\"")
509
}
510
511
for _, maskedPath := range v.spec.Linux.MaskedPaths {
0 commit comments