iwita b9152718d2 new version 5 년 전
..
BUILD b9152718d2 new version 5 년 전
OWNERS b9152718d2 new version 5 년 전
README.md b9152718d2 new version 5 년 전
density.go b9152718d2 new version 5 년 전
dns.go b9152718d2 new version 5 년 전
framework.go b9152718d2 new version 5 년 전
gmsa_full.go b9152718d2 new version 5 년 전
gmsa_kubelet.go b9152718d2 new version 5 년 전
hybrid_network.go b9152718d2 new version 5 년 전
kubelet_stats.go b9152718d2 new version 5 년 전
memory_limits.go b9152718d2 new version 5 년 전
security_context.go b9152718d2 new version 5 년 전
service.go b9152718d2 new version 5 년 전
utils.go b9152718d2 new version 5 년 전
volumes.go b9152718d2 new version 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.