mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Merge pull request #24342 from ihmccreery/version-guard-guestbook
Automatic merge from submit-queue Version-guard Kubectl client Guestbook application test against deployments Fixes #24159; related to #16040.
This commit is contained in:
commit
d34e7c3e74
@ -170,7 +170,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("should create and stop a working application [Conformance]", func() {
|
It("should create and stop a working application [Conformance]", func() {
|
||||||
framework.SkipUnlessServerVersionGTE(nodePortsOptionalVersion, c)
|
framework.SkipUnlessServerVersionGTE(deploymentsVersion, c)
|
||||||
|
|
||||||
defer framework.Cleanup(guestbookPath, ns, frontendSelector, redisMasterSelector, redisSlaveSelector)
|
defer framework.Cleanup(guestbookPath, ns, frontendSelector, redisMasterSelector, redisSlaveSelector)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user