mirror of https://github.com/kubernetes/kops.git
Merge pull request #15047 from johngmyers/resource2
Fix resource-tracking scenario
This commit is contained in:
commit
68705f39c9
|
@ -15,6 +15,8 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
REPO_ROOT=$(git rev-parse --show-toplevel);
|
REPO_ROOT=$(git rev-parse --show-toplevel);
|
||||||
|
|
||||||
|
export KOPS_FEATURE_FLAGS="SpecOverrideFlag"
|
||||||
source "${REPO_ROOT}"/tests/e2e/scenarios/lib/common.sh
|
source "${REPO_ROOT}"/tests/e2e/scenarios/lib/common.sh
|
||||||
|
|
||||||
function haveds() {
|
function haveds() {
|
||||||
|
@ -25,8 +27,6 @@ function haveds() {
|
||||||
|
|
||||||
# Start a cluster with an old version of channel
|
# Start a cluster with an old version of channel
|
||||||
|
|
||||||
export KOPS_FEATURE_FLAGS="SpecOverrideFlag"
|
|
||||||
|
|
||||||
export KOPS_BASE_URL
|
export KOPS_BASE_URL
|
||||||
KOPS_BASE_URL="https://artifacts.k8s.io/binaries/kops/1.22.6"
|
KOPS_BASE_URL="https://artifacts.k8s.io/binaries/kops/1.22.6"
|
||||||
KOPS=$(kops-download-from-base)
|
KOPS=$(kops-download-from-base)
|
||||||
|
|
Loading…
Reference in New Issue