Someone could tell me if I can install ECK with Docker for Windows (compliance) ?
Thx.
PS: I have this error.
"logger":"transport","message":"Skipping pod because it has no IP yet","ver":"1.0.0-beta1-84792e30","namespace":"default","pod_name":"quickstart-es-default-0"}
Events:
Type Reason Age From Message
Warning FailedScheduling 67s (x2 over 67s) default-scheduler pod has unbound immediate PersistentVolumeClaims
We have not tested on Windows but my assumption would be that it should work. Based on the information you provided it seems there is a problem with scheduling and binding your PersistentVolumeClaims.
It might also be helpful to get some debugging information around PersistentVolumes and PersistenVolumeClaims and the exact manifests your are using (I am assuming the quickstart example from our docs?)
kubectl describe pod quickstart-es-default-0
kubectl describe pvc elasticsearch-data-quickstart-es-default-0
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.