Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1711601

Summary: Upstream DNS example test fails, unable to find template?
Product: OpenShift Container Platform Reporter: Clayton Coleman <ccoleman>
Component: NetworkingAssignee: Dan Mace <dmace>
Networking sub component: DNS QA Contact: Hongan Li <hongli>
Status: CLOSED WONTFIX Docs Contact:
Severity: medium    
Priority: low CC: aos-bugs, trankin
Version: 4.1.0   
Target Milestone: ---   
Target Release: 4.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-08-06 18:50:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Clayton Coleman 2019-05-18 23:17:25 UTC
https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/22858/pull-ci-openshift-origin-master-e2e-aws/8784#openshift-tests-sig-network-clusterdns-featureexample-should-create-pod-that-uses-dns-suiteopenshiftconformanceparallel-suitek8s


fail [k8s.io/kubernetes/test/e2e/framework/util.go:2306]: Unexpected error:
    <exec.CodeExitError>: {
        Err: {
            s: "error running &{/usr/bin/kubectl [kubectl --server=https://api.ci-op-k7dwhzww-55c01.origin-ci-int-aws.dev.rhcloud.com:6443 --kubeconfig=/tmp/admin.kubeconfig create -f src/k8s.io/examples/staging/cluster-dns/dns-backend-rc.yaml --namespace=dnsexample0-4390] []  <nil>  error: the path \"src/k8s.io/examples/staging/cluster-dns/dns-backend-rc.yaml\" does not exist\n [] <nil> 0xc002ee39e0 exit status 1 <nil> <nil> true [0xc003734298 0xc0037342b0 0xc0037342c8] [0xc003734298 0xc0037342b0 0xc0037342c8] [0xc0037342a8 0xc0037342c0] [0x8fcfa0 0x8fcfa0] 0xc002b6eba0 <nil>}:\nCommand stdout:\n\nstderr:\nerror: the path \"src/k8s.io/examples/staging/cluster-dns/dns-backend-rc.yaml\" does not exist\n\nerror:\nexit status 1\n",
        },
        Code: 1,
    }
    error running &{/usr/bin/kubectl [kubectl --server=https://api.ci-op-k7dwhzww-55c01.origin-ci-int-aws.dev.rhcloud.com:6443 --kubeconfig=/tmp/admin.kubeconfig create -f src/k8s.io/examples/staging/cluster-dns/dns-backend-rc.yaml --namespace=dnsexample0-4390] []  <nil>  error: the path "src/k8s.io/examples/staging/cluster-dns/dns-backend-rc.yaml" does not exist
     [] <nil> 0xc002ee39e0 exit status 1 <nil> <nil> true [0xc003734298 0xc0037342b0 0xc0037342c8] [0xc003734298 0xc0037342b0 0xc0037342c8] [0xc0037342a8 0xc0037342c0] [0x8fcfa0 0x8fcfa0] 0xc002b6eba0 <nil>}:
    Command stdout:
    
    stderr:
    error: the path "src/k8s.io/examples/staging/cluster-dns/dns-backend-rc.yaml" does not exist
    
    error:
    exit status 1
    
occurred

(this is post-rebase)