mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Merge pull request #83570 from matthyx/startup_probe_test
Mark startupProbe test as NodeAlphaFeature and fix podClient
This commit is contained in:
commit
cb177dc6a1
@ -37,9 +37,12 @@ const (
|
|||||||
defaultObservationTimeout = time.Minute * 4
|
defaultObservationTimeout = time.Minute * 4
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = framework.KubeDescribe("StartupProbe [Serial] [Disruptive] [NodeFeature:StartupProbe]", func() {
|
var _ = framework.KubeDescribe("StartupProbe [Serial] [Disruptive] [NodeAlphaFeature:StartupProbe]", func() {
|
||||||
f := framework.NewDefaultFramework("critical-pod-test")
|
f := framework.NewDefaultFramework("startup-probe-test")
|
||||||
var podClient *framework.PodClient
|
var podClient *framework.PodClient
|
||||||
|
ginkgo.BeforeEach(func() {
|
||||||
|
podClient = f.PodClient()
|
||||||
|
})
|
||||||
|
|
||||||
/*
|
/*
|
||||||
These tests are located here as they require tempSetCurrentKubeletConfig to enable the feature gate for startupProbe.
|
These tests are located here as they require tempSetCurrentKubeletConfig to enable the feature gate for startupProbe.
|
||||||
|
Loading…
Reference in New Issue
Block a user