Ks-installer: s2ibuildertemplates was loaded incorrectly by recent ks-installer

Created on 20 Apr 2021  ·  5Comments  ·  Source: kubesphere/ks-installer

Description

s2ibuildertemplates was loaded incorrectly by recent ks-installer.

Reproduce

Recently, I installed kubesphere with kubekey with the following steps:

  • Download kubeky and decompress it

    wget -c https://github.com/kubesphere/kubekey/releases/download/v1.1.0-alpha.2/kubekey-v1.1.0-alpha.2-linux-amd64.tar.gz
    tar xzvf kubekey-v1.1.0-alpha.2-linux-amd64.tar.gz
    
  • Up kubernetes and kubesphere

    ./kk create cluster --with-kubesphere nightly-20210418
    
  • Enable DevOps component

    kubectl -nkubesphere-system edit cc ks-installer
    

    Turn spec.devops.enabled into true.

    More powerful tool to enable ks component if you are interested: https://github.com/LinuxSuRen/ks

  • Waiting for kubesphere up

    or use the below command to check up status:

    kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath='{.items[0].metadata.name}') -f
    

Check

Now we can check if s2ibuildertemplates were loaded correctly.

kubectl get s2ibuildertemplates.devops.kubesphere.io -A

You would find that the si2buildertemplates were missing.

  • Result

    No resources found
    
  • Expected

    NAME     FRAMEWORK   DEFAULTBASEIMAGE                           VERSION
    binary   binary      kubesphere/s2i-binary:v2.1.0               0.0.1
    java     java        kubesphere/java-8-centos7:v2.1.0           0.0.1
    nodejs   nodejs      kubesphere/nodejs-8-centos7:v2.1.0         0.0.1
    python   python      kubesphere/python-36-centos7:v2.1.0        0.0.1
    tomcat   java        kubesphere/tomcat85-java8-centos7:v2.1.0   0.0.1
    

Influence

image

By the way, kubesphere 3.0.0 has no problem.

aredevops kinbug priorithigh

Most helpful comment

Found the cause, working on it.
/assign

All 5 comments

/kind bug
/priority high

/area devops

/cc @pixiake

Found the cause, working on it.
/assign

@zryfish The latest ks-installer(nightly-20210423) didn't fix this issue yet. #1441 might not be a solution for this problem.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

VincentCasse picture VincentCasse  ·  6Comments

spipau picture spipau  ·  9Comments

shekharberry picture shekharberry  ·  3Comments

OneCricketeer picture OneCricketeer  ·  7Comments

martignoni picture martignoni  ·  33Comments