shaneknapp edited a comment on issue #23514: [SPARK-24902][K8s] Add PV 
integration tests
URL: https://github.com/apache/spark/pull/23514#issuecomment-459149294
 
 
   ok...
   
   when the build hit the `- Start pod creation from template` step, it didn't 
actually seem to create a pod.  as i watched the build log and terminal window 
w/`watch kubectl get pods --all-namespaces -o wide`, no new pods appeared 
(which is odd as it definitely looks like they were created if my eyes aren't 
lying to me in `integration-tests.log`)...
   
   then, the `Test PVs with local storage` test failed.
   
   here's a capture of the pods running when this all went down:
   ```
   NAMESPACE     NAME                                    READY     STATUS    
RESTARTS   AGE       IP               NODE
   kube-system   kube-addon-manager-minikube             1/1       Running   2  
        4h        192.168.39.230   minikube
   kube-system   kube-dns-54cccfbdf8-979z8               3/3       Running   
714        201d      172.17.0.2       minikube
   kube-system   kubernetes-dashboard-77d8b98585-cw4wc   1/1       Running   8  
        5d        172.17.0.3       minikube
   kube-system   storage-provisioner                     1/1       Running   
262        201d      192.168.39.230   minikube
   ```
   
   obviously, the only pods running there are kube-system.  earlier tests were 
happily launching their own pods, however.
   
   BUT:  it looks like the pods are actually being created for this (again 
`integration-tests.log`)...  the errors after the local storage tests might 
give you a clue:
   `19/01/30 15:09:50.182 OkHttp https://192.168.39.230:8443/... ERROR 
ExecWebSocketListener: Exec Failure: HTTP:400. Message:pod 
spark-test-app-b48153168a3a4abd98455495128caf20 does not have a host assigned
   `
   and a whole bunch of these (which is just a failure to connect):
   `19/01/30 15:09:50.727 OkHttp https://192.168.39.230:8443/... ERROR 
ExecWebSocketListener: Exec Failure: HTTP:500. Message:container not found 
("spark-kubernetes-driver")
   `

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to