mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-28 02:37:11 +00:00
Merge pull request #393 from ArangoGutierrez/minor_e2e_fixes
Fix a thing or two under test
This commit is contained in:
commit
c4fa78c8d0
3 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ nfd-daemonset-combined.yaml
|
|||
nfd-master.yaml
|
||||
nfd-worker-daemonset.yaml
|
||||
nfd-worker-job.yaml
|
||||
nfd-prune.yaml
|
||||
|
|
|
@ -44,8 +44,8 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
dockerRepo = flag.String("nfd.repo", "quay.io/kubernetes_incubator/node-feature-discovery", "Docker repository to fetch image from")
|
||||
dockerTag = flag.String("nfd.tag", "e2e-test", "Docker tag to use")
|
||||
dockerRepo = flag.String("nfd.repo", "gcr.io/k8s-staging-nfd/node-feature-discovery", "Docker repository to fetch image from")
|
||||
dockerTag = flag.String("nfd.tag", "master", "Docker tag to use")
|
||||
e2eConfigFile = flag.String("nfd.e2e-config", "", "Configuration parameters for end-to-end tests")
|
||||
|
||||
conf *e2eConfig
|
||||
|
|
Loading…
Add table
Reference in a new issue