Wangda Tan created SUBMARINE-543:
------------------------------------

             Summary: Issues of Submarine KIND version
                 Key: SUBMARINE-543
                 URL: https://issues.apache.org/jira/browse/SUBMARINE-543
             Project: Apache Submarine
          Issue Type: Bug
          Components: Doc
            Reporter: Wangda Tan


I'm trying to follow Submarine doc to install a cluster, I found the default 
version 1.15.6 which is mentioned by: 
[https://github.com/tangzhankun/Aapche-Submarine/blob/SUBMARINE-528/docs/userdocs/k8s/kind.md]

Has issues, core DNS pod will fail after start: 
{code:java}
 ~ kubectl get pods -n kube-system --context kind-submarine
NAME                                     READY   STATUS             RESTARTS   
AGE
coredns-5c98db65d4-8n42p                 0/1     CrashLoopBackOff   2          
53s
coredns-5c98db65d4-j8m6t                 0/1     CrashLoopBackOff   2          
53s {code}
I found KIND community reported very similar issue: 
[https://github.com/kubernetes-sigs/kind/issues/1659]

I switched to 
kindest/node:v1.14.10@sha256:6cd43ff41ae9f02bb46c8f455d5323819aec858b99534a290517ebc181b443c6
 and now it works. 

Full command to create cluster
{code:java}
kind create cluster --image 
kindest/node:v1.14.10@sha256:6cd43ff41ae9f02bb46c8f455d5323819aec858b99534a290517ebc181b443c6
 --name submarine {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org

Reply via email to