Skip to content

Commit 7fa5d9e

Browse files
committed
UPSTREAM: <carry>: Add OpenShift tooling, images, configs and docs
1 parent bf8a343 commit 7fa5d9e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

openshift-hack/e2e/annotate/rules.go

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,20 @@ var (
1111
"[Disabled:Alpha]": {
1212
`\[Feature:StorageVersionAPI\]`,
1313
`\[Feature:InPlacePodVerticalScaling\]`,
14-
`\[Feature:RecoverVolumeExpansionFailure\]`,
15-
`\[Feature:WatchList\]`,
1614
`\[Feature:ServiceCIDRs\]`,
1715
`\[Feature:ClusterTrustBundle\]`,
1816
`\[Feature:SELinuxMount\]`,
1917
`\[FeatureGate:SELinuxMount\]`,
20-
`\[Feature:RelaxedEnvironmentVariableValidation\]`,
2118
`\[Feature:UserNamespacesPodSecurityStandards\]`,
2219
`\[Feature:UserNamespacesSupport\]`, // disabled Beta
2320
`\[Feature:DynamicResourceAllocation\]`,
2421
`\[Feature:VolumeAttributesClass\]`, // disabled Beta
22+
// 4.19
23+
`\[Feature:PodLevelResources\]`,
24+
`\[Feature:SchedulerAsyncPreemption\]`,
25+
`\[Feature:RelaxedDNSSearchValidation\]`,
26+
`\[Feature:PodLogsQuerySplitStreams\]`,
27+
`\[Feature:PodLifecycleSleepActionAllowZero\]`,
2528
},
2629
// tests for features that are not implemented in openshift
2730
"[Disabled:Unimplemented]": {

0 commit comments

Comments
 (0)