iwita 445e0f60bf init-commit 5 년 전
..
BUILD 445e0f60bf init-commit 5 년 전
OWNERS 445e0f60bf init-commit 5 년 전
README.md 445e0f60bf init-commit 5 년 전
density.go 445e0f60bf init-commit 5 년 전
dns.go 445e0f60bf init-commit 5 년 전
framework.go 445e0f60bf init-commit 5 년 전
gmsa_full.go 445e0f60bf init-commit 5 년 전
gmsa_kubelet.go 445e0f60bf init-commit 5 년 전
hybrid_network.go 445e0f60bf init-commit 5 년 전
kubelet_stats.go 445e0f60bf init-commit 5 년 전
memory_limits.go 445e0f60bf init-commit 5 년 전
security_context.go 445e0f60bf init-commit 5 년 전
service.go 445e0f60bf init-commit 5 년 전
utils.go 445e0f60bf init-commit 5 년 전
volumes.go 445e0f60bf init-commit 5 년 전

README.md

Notes to run sig-windows tests

  1. Prereqs:
KUBECONFIG=path/to/kubeconfig
curl https://raw.githubusercontent.com/kubernetes-sigs/windows-testing/master/images/image-repo-list -o repo_list
export KUBE_TEST_REPO_LIST=$(pwd)/repo_list
  1. Run only sig-windows tests:

    ./e2e.test --provider=local --ginkgo.noColor --ginkgo.focus="\[sig-windows\]" --node-os-distro="windows"
    

e2e_node/density_test diff

This test is borrowed from the density test in e2e_node/density_test. All but the first test were omitted as well as some logging.