Merge pull request #15047 from johngmyers/resource2

Fix resource-tracking scenario
This commit is contained in:
Kubernetes Prow Robot 2023-01-23 10:41:57 -08:00 committed by GitHub
commit 68705f39c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,8 @@
# limitations under the License.
REPO_ROOT=$(git rev-parse --show-toplevel);
export KOPS_FEATURE_FLAGS="SpecOverrideFlag"
source "${REPO_ROOT}"/tests/e2e/scenarios/lib/common.sh
function haveds() {
@ -25,8 +27,6 @@ function haveds() {
# Start a cluster with an old version of channel
export KOPS_FEATURE_FLAGS="SpecOverrideFlag"
export KOPS_BASE_URL
KOPS_BASE_URL="https://artifacts.k8s.io/binaries/kops/1.22.6"
KOPS=$(kops-download-from-base)