github.com/munnerz/test-infra@v0.0.0-20190108210205-ce3d181dc989/config/jobs/kubernetes-sigs/kind/kind-postsubmits.yaml (about) 1 # sigs.k8s.io/kind postsubmits 2 postsubmits: 3 kubernetes-sigs/kind: 4 - name: ci-kind-build 5 decorate: true 6 path_alias: sigs.k8s.io/kind 7 always_run: true 8 spec: 9 containers: 10 - image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master 11 command: 12 - "./hack/ci/build-all.sh" 13 # trialing this on kind jobs, we are using FQDN for in-cluster services, now 14 # so use ndots 1 to improve dns performance 15 # TODO(bentheelder): consider setting this at the cluster level instead 16 dnsConfig: 17 options: 18 - name: ndots 19 value: "1"