1
0
-1

Hello guys. I am trying to install ELIOT Blueprint 1. I think a did all what they need ( Here installation guide ) in 

Software Prerequisites. 


I used deployment via Kubernetes, changet nodelist ( rootuser|ipaddress|passwd ) and ran ./setup

After this, it "crashed" in oscheck_edge. I looks like this:

+ oscheck_edge
+ sleep 20
+ verify_k8s_status
+ set -o xtrace
+ source verifyk8s.sh
+ tee verifyk8s.log
++ NGINXDEP=/home/tom/testk8s-nginx.yaml
++ cat
++ kubectl get pods
++ grep nginx
No resources found in default namespace.
++ kubectl create -f /home/tom/testk8s-nginx.yaml
deployment.apps/nginx-deployment created
++ retry=10
++ '[' 10 -gt 0 ']'
+++ kubectl get pods
+++ grep -c -e STATUS -e Running
++ '[' 2 == 1 ']'
++ (( retry-=1 ))
++ sleep 10
++ '[' 9 -gt 0 ']'
+++ kubectl get pods
+++ grep -c -e STATUS -e Running
++ '[' 2 == 1 ']'
++ (( retry-=1 ))
++ sleep 10
++ '[' 8 -gt 0 ']'
+++ kubectl get pods
+++ grep -c -e STATUS -e Running
++ '[' 2 == 1 ']'
++ (( retry-=1 ))
++ sleep 10
++ '[' 7 -gt 0 ']'
+++ kubectl get pods
+++ grep -c -e STATUS -e Running
++ '[' 2 == 1 ']'
++ (( retry-=1 ))
++ sleep 10
++ '[' 6 -gt 0 ']'
+++ kubectl get pods
+++ grep -c -e STATUS -e Running
++ '[' 2 == 1 ']'
++ (( retry-=1 ))
++ sleep 10
++ '[' 5 -gt 0 ']'
+++ kubectl get pods
+++ grep -c -e STATUS -e Running
++ '[' 2 == 1 ']'
++ (( retry-=1 ))
++ sleep 10
++ '[' 4 -gt 0 ']'
+++ kubectl get pods
+++ grep -c -e STATUS -e Running
++ '[' 2 == 1 ']'
++ (( retry-=1 ))
++ sleep 10
++ '[' 3 -gt 0 ']'
+++ kubectl get pods
+++ grep -c -e STATUS -e Running
++ '[' 2 == 1 ']'
++ (( retry-=1 ))
++ sleep 10
++ '[' 2 -gt 0 ']'
+++ kubectl get pods
+++ grep -c -e STATUS -e Running
++ '[' 2 == 1 ']'
++ (( retry-=1 ))
++ sleep 10
++ '[' 1 -gt 0 ']'
+++ kubectl get pods
+++ grep -c -e STATUS -e Running
++ '[' 2 == 1 ']'
++ (( retry-=1 ))
+ install_cadvisor_edge
+ set -o xtrace
+ SETUP_CADVISOR_ATEDGE='cd eliot/scripts/ && source cadvisorsetup.sh'

If I check installation with kubectl get nodes i get this

NAME             STATUS   ROLES    AGE   VERSION
tom-virtualbox   Ready    master   14m   v1.16.0

Can anyone help me ? 


All this I install in two virtual ubuntu 16.04 (virtualbox) - master and slave.

After this I need to install slave on ARM board, but I befor I need to solve this. 

Thanks for answer.

    CommentAdd your comment...