You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by "Wanqiang Ji (Jira)" <ji...@apache.org> on 2020/06/25 08:17:00 UTC

[jira] [Resolved] (SUBMARINE-543) Issues of Submarine KIND version

     [ https://issues.apache.org/jira/browse/SUBMARINE-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wanqiang Ji resolved SUBMARINE-543.
-----------------------------------
    Fix Version/s: 0.4.0
         Assignee: Wanqiang Ji
       Resolution: Cannot Reproduce

Reference to  https://github.com/kubernetes-sigs/kind/issues/1638

> 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
>            Assignee: Wanqiang Ji
>            Priority: Blocker
>             Fix For: 0.4.0
>
>
> 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}
> How to test it (I follow the calico guide: [https://docs.projectcalico.org/getting-started/kubernetes/hardway/test-networking])
> {code:java}
> kubectl run pingtest --image=busybox --replicas=1 -- sleep infinity 
> kubectl get pod -l run=pingtest -o wide
> kubectl exec -ti pingtest-<name> sh
> And ping www.google.com (or other external website should success){code}



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

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