Commit d34e7c3e authored by k8s-merge-robot's avatar k8s-merge-robot

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.
parents c5cc0c34 a96bb71b
...@@ -170,7 +170,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() { ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment