mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
PodReadinessGate is stable feature and test runs all green
This commit is contained in:
parent
e9a8bd94f7
commit
fc42da8eb8
@ -22,12 +22,13 @@ import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"io"
|
||||
"k8s.io/client-go/util/retry"
|
||||
"runtime/debug"
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"k8s.io/client-go/util/retry"
|
||||
|
||||
"golang.org/x/net/websocket"
|
||||
|
||||
v1 "k8s.io/api/core/v1"
|
||||
@ -771,8 +772,7 @@ var _ = SIGDescribe("Pods", func() {
|
||||
}
|
||||
})
|
||||
|
||||
// TODO(freehan): label the test to be [NodeConformance] after tests are proven to be stable.
|
||||
ginkgo.It("should support pod readiness gates [NodeFeature:PodReadinessGate]", func() {
|
||||
ginkgo.It("should support pod readiness gates [NodeConformance]", func() {
|
||||
podName := "pod-ready"
|
||||
readinessGate1 := "k8s.io/test-condition1"
|
||||
readinessGate2 := "k8s.io/test-condition2"
|
||||
|
Loading…
Reference in New Issue
Block a user