Hi,

You can do some checks in the control node. for example

sudo /opt/bin/kubectl get nodes
sudo /opt/bin/kubectl get pods -A
sudo /opt/bin/kubectl describe pod kubernetes-dashboard-xxxx-yyyy -n
kubernetes-dashboard

I have no problem with creating cks clusters.

-Wei

On Tue, 14 Mar 2023 at 14:44, Sanjay Kumar <[email protected]> wrote:

> Hi Wei,
>
> I am able to do ssh but cluster is showing alerts state.
>
> root@CS01:~# ssh -p 2222 -i /var/lib/cloudstack/management/.ssh/id_rsa
> [email protected]
> Linux k8s-test-cluster-control-186debc31f4 5.10.0-19-amd64 #1 SMP Debian
> 5.10.149-2 (2022-10-21) x86_64
>
> The programs included with the Debian GNU/Linux system are free software;
> the exact distribution terms for each program are described in the
> individual files in /usr/share/doc/*/copyright.
>
> Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
> permitted by applicable law.
> Last login: Tue Mar 14 13:40:18 2023 from 103.73.190.91
>
> The programs included with the Debian GNU/Linux system are free software;
> the exact distribution terms for each program are described in the
> individual files in /usr/share/doc/*/copyright.
>
> Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
> permitted by applicable law.
> cloud@k8s-test-cluster-control-186debc31f4:~$ exit
> logout
> Connection to 103.192.198.23 closed.
> root@ACS01:~# ssh -p 2223 -i /var/lib/cloudstack/management/.ssh/id_rsa
> [email protected]
> Linux k8s-test-cluster-node-186debc6be7 5.10.0-19-amd64 #1 SMP Debian
> 5.10.149-2 (2022-10-21) x86_64
>
> The programs included with the Debian GNU/Linux system are free software;
> the exact distribution terms for each program are described in the
> individual files in /usr/share/doc/*/copyright.
>
> Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
> permitted by applicable law.
> Last login: Tue Mar 14 13:39:56 2023 from 103.73.190.91
>
> The programs included with the Debian GNU/Linux system are free software;
> the exact distribution terms for each program are described in the
> individual files in /usr/share/doc/*/copyright.
>
> Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
> permitted by applicable law.
>
>
>
>
> On Tue, Mar 14, 2023 at 6:58 PM Wei ZHOU <[email protected]> wrote:
>
>> Hi,
>>
>>
>> You can ssh into the cks control node from the cloudstack management
>> server.
>>
>> ssh -p 2222 -i <path of id_rsa> cloud@<public ip of cks cluster>
>>
>> Here is an example:
>> # ssh -p 2222 -i /var/lib/cloudstack/management/.ssh/id_rsa
>> [email protected]
>>
>> The path of id_rsa is different on the ubuntu/rhel management servers.
>>
>> You can also ssh into other cks nodes with different ports starting with
>> 2223.
>>
>> -Wei
>> -Wei
>>
>>
>> On Tue, 14 Mar 2023 at 13:14, Sanjay Kumar <[email protected]> wrote:
>>
>> > Hi Wei,
>> >
>> > Could you please help me out on this? How could we access the console
>> node
>> > or any link that could be help for us.
>> >
>> >
>> > On Tue, Mar 14, 2023 at 2:53 PM Wei ZHOU <[email protected]> wrote:
>> >
>> > > It looks like the K8s API server is up, but the dashboard is not.
>> > >
>> > > Can you log into the console node (from the cloudstack management
>> server)
>> > > and check the status?
>> > >
>> > > -Wei
>> > >
>> > > On Tue, 14 Mar 2023 at 09:24, Sanjay Kumar <[email protected]>
>> > wrote:
>> > >
>> > > > Hi Wei,
>> > > >
>> > > > Thank you so much for your prompt response!
>> > > >
>> > > > Now the running kubernetes cluster is showing in alerts state after
>> 1
>> > > > hours.
>> > > >
>> > > > cloudstack version: 4.17.2
>> > > > kubernetes version : Kubernetes 1.23.3
>> > > > network details (services, rules, etc) : Network name
>> > > > (k8s-test-cluster-network)
>> > > > vm details (template, offering, etc)
>> > k8s-test-cluster-control-186debc31f4
>> > > > , SystemVM Template (KVM) , Compute offering (Basic-1-Linux)
>> > > >
>> > > > Please access the logs from below link. It was long size that's why
>> we
>> > > > uploaded in drive.
>> > > >
>> > > >
>> > > >
>> > >
>> >
>> https://drive.google.com/drive/folders/1TC_hw_h_S_TwqnT8fhoB4S3f2WHVlncx?usp=sharing
>> > > >
>> > > > [image: image.png]
>> > > >
>> > > > With Regards,
>> > > > Sanjay Kumar
>> > > >
>> > > >
>> > > >
>> > > > On Tue, Mar 14, 2023 at 1:18 PM Wei ZHOU <[email protected]>
>> > wrote:
>> > > >
>> > > >> Hi Sanjay,
>> > > >>
>> > > >> To be clear, can you share the details like below ?
>> > > >>
>> > > >> cloudstack version
>> > > >> kubernetes version
>> > > >> network details (services, rules, etc)
>> > > >> vm details (template, offering, etc)
>> > > >> management logs
>> > > >> agent logs
>> > > >> anything else you can share.
>> > > >>
>> > > >>
>> > > >> -Wei
>> > > >> On Tue, 14 Mar 2023 at 08:26, Sanjay Kumar <[email protected]>
>> > > wrote:
>> > > >>
>> > > >> > Hi Wei,
>> > > >> >
>> > > >> > Thanks for the quick response!
>> > > >> >
>> > > >> > We have checked the event as well and VM's, LB, Firewall Rules
>> have
>> > > been
>> > > >> > created properly but the cluster still showing starting state. we
>> > are
>> > > >> > attaching the screenshot for the same.
>> > > >> >
>> > > >> >
>> > > >> > On Tue, Mar 14, 2023 at 12:48 PM Wei ZHOU <[email protected]
>> >
>> > > >> wrote:
>> > > >> >
>> > > >> >> HI,
>> > > >> >>
>> > > >> >> Can you give more details  ?
>> > > >> >>
>> > > >> >> -Wei
>> > > >> >>
>> > > >> >> On Tue, 14 Mar 2023 at 07:20, Sanjay Kumar <
>> [email protected]>
>> > > >> wrote:
>> > > >> >>
>> > > >> >> > Hello All
>> > > >> >> >
>> > > >> >> > Kubernetes cluster is stucked in the 'Starting' state, even
>> > though
>> > > >> VM's,
>> > > >> >> > LB, Firewall Rules are been created properly.
>> > > >> >> > Have any one faced such issue?
>> > > >> >> >
>> > > >> >> > [image: image.png]
>> > > >> >> >
>> > > >> >> > Any help would be really appreciated. Thank you!
>> > > >> >> >
>> > > >> >> > Regards,
>> > > >> >> > Sanjay Kumar
>> > > >> >> >
>> > > >> >> >
>> > > >> >> >
>> > > >> >> >
>> > > >> >> >
>> > > >> >> >
>> > > >> >>
>> > > >> >
>> > > >>
>> > > >
>> > >
>> >
>>
>

Reply via email to