mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #106299 from SergeyKanzhelev/PodReadinessGateNodeConformance
PodReadinessGate is stable feature and test runs all green
This commit is contained in:
commit
dac695f91f
@ -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