Hi Raihan

I was able to launch a working k8s cluster successfully after generating the 
iso for 1.2.7.2

Please use the following command to generate the ISO

./create-kubernetes-binaries-iso.sh ./ 1.27.2 1.3.0 1.27.0 
https://raw.githubusercontent.com/weaveworks/weave/master/prog/weave-kube/weave-daemonset-k8s-1.11.yaml
 
https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recommended.yaml
 
setup-1.27.2<https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recommended.yaml%20setup-1.27.2>

Regards
Kiran

From: Kiran Chavala <kiran.chav...@shapeblue.com>
Date: Wednesday, 11 October 2023 at 3:32 PM
To: users@cloudstack.apache.org <users@cloudstack.apache.org>
Subject: Re: Create Kubernetes Cluster Problem
Hi Raihan


Could you use the community generated  Kubernetes iso

https://download.cloudstack.org/cks/setup-1.27.3.iso


Meanwhile I will cross check with 1.27.2 version locally and let you know if I 
can reproduce the issue

Regards
Kiran

From: Raihan Jana Prasetya <raihanjanaprase...@gmail.com>
Date: Wednesday, 11 October 2023 at 8:30 AM
To: users@cloudstack.apache.org <users@cloudstack.apache.org>
Subject: Create Kubernetes Cluster Problem
Hello,

I have a problem when creating Kubernetes cluster on apache cloudstack
version 1.18.1 with this Kubernetes version
1.27.2,  kubernetes version, see
https://github.com/kubernetes/kubernetes/releases

1.3.0, CNI version, see https://github.com/containernetworking/plugins/releases

1.27.0, cri-tools version, see
https://github.com/kubernetes-sigs/cri-tools/releases

1.11, weave addon *for* kubernetes, see
https://github.com/weaveworks/weave/tree/master/prog/weave-kube

2.7.0, kubernetes dashboard version, see
https://github.com/kubernetes/dashboard/release


the cluster always fails to start, but the control and regular nodes is
running. This is the issue I found when I check the pods

skripsi@cloudstack:~$ kubectl --kubeconfig kube.conf get pods
--all-namespaces

NAMESPACE
NAME                                                       READY
STATUS                  RESTARTS      AGE

kube-system
coredns-5d78c9869d-ckm89                                   0/1
Pending                 0             12h

kube-system
coredns-5d78c9869d-spn7x                                   0/1
Pending                 0             12h

kube-system
etcd-k8s-k8s-1272-control-18b19d3c77f                      1/1
Running                 1 (32m ago)   12h

kube-system
kube-apiserver-k8s-k8s-1272-control-18b19d3c77f            1/1
Running                 1 (32m ago)   12h

kube-system
kube-controller-manager-k8s-k8s-1272-control-18b19d3c77f   1/1
Running                 1 (32m ago)   12h

kube-system
kube-proxy-s9jv8                                           1/1
Running                 1 (32m ago)   12h

kube-system
kube-proxy-zvml6                                           1/1
Running                 1 (32m ago)   12h

kube-system
kube-scheduler-k8s-k8s-1272-control-18b19d3c77f            1/1
Running                 1 (32m ago)   12h

kube-system
weave-net-hcsql                                            0/2
Init:ImagePullBackOff   0             12h

kube-system
weave-net-xnq5k                                            0/2
Init:ImagePullBackOff   0             12h

kubernetes-dashboard
dashboard-metrics-scraper-5cb4f4bb9c-ljrh4                 0/1
Pending                 0             12h

kubernetes-dashboard
kubernetes-dashboard-6967859bff-b9lm5                      0/1
Pending                 0             12h

When i want to check the pods, it says that i need to be logged in to the
server

skripsi@cloudstack:~$ kubectl describe pod weave-net-hcsql

E1011 02:30:01.456779   23642 memcache.go:265] couldn't get current server
API group list: the server has asked for the client to provide credentials

E1011 02:30:01.457860   23642 memcache.go:265] couldn't get current server
API group list: the server has asked for the client to provide credentials

E1011 02:30:01.458810   23642 memcache.go:265] couldn't get current server
API group list: the server has asked for the client to provide credentials

E1011 02:30:01.460754   23642 memcache.go:265] couldn't get current server
API group list: the server has asked for the client to provide credentials

E1011 02:30:01.462716   23642 memcache.go:265] couldn't get current server
API group list: the server has asked for the client to provide credentials

error: You must be logged in to the server (the server has asked for the
client to provide credentials)

Can you please guide me what should i do. thank you :)



 

Reply via email to