mirror of https://github.com/kubernetes/kops.git
Merge pull request #15044 from johngmyers/resource-track
Fix resource-tracking scenario test
This commit is contained in:
commit
3bafdc4142
|
@ -25,6 +25,8 @@ 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)
|
||||
|
|
Loading…
Reference in New Issue