You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by Дикевич Евгений Александрович <ev...@becloud.by> on 2022/02/16 07:25:13 UTC

RE: [!!Mass Mail]Re: CSK with XCP-NG

Hi 

I tried 1.21.3, 1.22.6, 1.23.3

setup-kube-system and deploy-kube-system services are completed successfully.

What I can check else?



-----Original Message-----
From: Pearl d'Silva [mailto:pearl.dsilva@shapeblue.com] 
Sent: Wednesday, February 16, 2022 10:05 AM
To: users@cloudstack.apache.org
Subject: [!!Mass Mail]Re: CSK with XCP-NG

Hi,

Can you share the kubernetes version you are trying to deploy a cluster with; as from 4.16 onward k8s versions >= 1.20 are only supported. You can also login to the nodes using 'core' as the user:
ssh -i <ssh key> -p 2222 core@<public IP> ; if ssh key wasn't provided, use the management server's ssh key

Verify in the nodes if the 'setup-kube-system' & 'deploy-kube-system' services completed successfully.

Regards,
Pearl

________________________________
From: Дикевич Евгений Александрович <ev...@becloud.by>
Sent: Wednesday, February 16, 2022 12:12 PM
To: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: CSK with XCP-NG

Hi all!

ACS 4.16 + XCP-NG with PreSetup Storage

Somebody tests CSK + XCP-NG?
When I try to deploy kubernetes cluster it stucks in "Starting" mode but I see than instances is deployed and firewall and port forwarding rules are created.
In log no any errors. Only just warning messages that Task has been pending.

Внимание!
Это электронное письмо и все прикрепленные к нему файлы являются конфиденциальными и предназначены исключительно для использования лицом (лицами), которому (которым) оно предназначено. Если Вы не являетесь лицом (лицами), которому (которым) предназначено это письмо, не копируйте и не разглашайте его содержимое и удалите это сообщение и все вложения из Вашей почтовой системы. Любое несанкционированное использование, распространение, раскрытие, печать или копирование этого электронного письма и прикрепленных к нему файлов, кроме как лицом (лицами) которому (которым) они предназначены, является незаконным и запрещено. Принимая во внимание, что передача данных посредством Интернет не является безопасной, мы не несем никакой ответственности за любой потенциальный ущерб, причиненный в результате ошибок при передаче данных или этим сообщением и прикрепленными к нему файлами.

Attention!
This email and all attachments to it are confidential and are intended solely for use by the person (or persons) referred to (mentioned) as the intended recipient (recipients). If you are not the intended recipient of this email, do not copy or disclose its contents and delete the message and any attachments to it from your e-mail system. Any unauthorized use, dissemination, disclosure, printing or copying of this e-mail and files attached to it, except by the intended recipient, is illegal and is prohibited. Taking into account that data transmission via Internet is not secure, we assume no responsibility for any potential damage caused by data transmission errors or this message and the files attached to it.

 


RE: [!!Mass Mail]Re: CSK with XCP-NG

Posted by Дикевич Евгений Александрович <ev...@becloud.by>.
I can't pull this image

https://www.yogile.com/6jbtq3vidh1/024407636l/share/?vsc=



-----Original Message-----
From: Pearl d'Silva [mailto:pearl.dsilva@shapeblue.com] 
Sent: Wednesday, February 16, 2022 11:16 AM
To: users@cloudstack.apache.org
Subject: Re: [!!Mass Mail]Re: CSK with XCP-NG

Could you please try manually pulling the image kubernetesui/dashboard:v2.0.3 using docker pull kubernetesui/dashboard:v2.0.3 and see if it throws any error?


________________________________
From: Дикевич Евгений Александрович <ev...@becloud.by>
Sent: Wednesday, February 16, 2022 1:37 PM
To: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: RE: [!!Mass Mail]Re: CSK with XCP-NG

In describe pod:
https://www.yogile.com/6jbtq3vidh1/024407556l/share/?vsc=



 


-----Original Message-----
From: Pearl d'Silva [mailto:pearl.dsilva@shapeblue.com]
Sent: Wednesday, February 16, 2022 10:53 AM
To: users@cloudstack.apache.org
Subject: Re: [!!Mass Mail]Re: CSK with XCP-NG

Hi,

It seems like the kubernetes-dashboard pod isn't up and running and there's an explicit check in the code, that expects it to be running fine, which is why the CKS cluster isn't in the Running state. You could try deleting the dashboard pod and let it get recreated. And also check in the pod description why it is failing.

Thanks,
________________________________
From: Дикевич Евгений Александрович <ev...@becloud.by>
Sent: Wednesday, February 16, 2022 1:14 PM
To: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: RE: [!!Mass Mail]Re: CSK with XCP-NG

I think all looks good

https://www.yogile.com/6jbtq3vidh1/21t/share/?vsc=






-----Original Message-----
From: Pearl d'Silva [mailto:pearl.dsilva@shapeblue.com]
Sent: Wednesday, February 16, 2022 10:39 AM
To: users@cloudstack.apache.org
Subject: Re: [!!Mass Mail]Re: CSK with XCP-NG

Could you try the following:

  1.  List the nodes and verify if they are in Ready state (kubectl get nodes)
  2.  List the pods (kubectl get po -A ) and check if all of them are running or you notice any CrashLoopBackoff, etc..
  3.  If you notice any resource - node/ pod not in the right state, either describe the resource (kubectl describe pod / node ...) or check the logs (kubectl logs pod_name -n <namespace>)

Maybe these would give us a hint as to what may be going wrong.

Thanks,
Pearl

________________________________
From: Дикевич Евгений Александрович <ev...@becloud.by>
Sent: Wednesday, February 16, 2022 12:55 PM
To: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: RE: [!!Mass Mail]Re: CSK with XCP-NG

Hi

I tried 1.21.3, 1.22.6, 1.23.3

setup-kube-system and deploy-kube-system services are completed successfully.

What I can check else?






-----Original Message-----
From: Pearl d'Silva [mailto:pearl.dsilva@shapeblue.com]
Sent: Wednesday, February 16, 2022 10:05 AM
To: users@cloudstack.apache.org
Subject: [!!Mass Mail]Re: CSK with XCP-NG

Hi,

Can you share the kubernetes version you are trying to deploy a cluster with; as from 4.16 onward k8s versions >= 1.20 are only supported. You can also login to the nodes using 'core' as the user:
ssh -i <ssh key> -p 2222 core@<public IP> ; if ssh key wasn't provided, use the management server's ssh key

Verify in the nodes if the 'setup-kube-system' & 'deploy-kube-system' services completed successfully.

Regards,
Pearl

________________________________
From: Дикевич Евгений Александрович <ev...@becloud.by>
Sent: Wednesday, February 16, 2022 12:12 PM
To: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: CSK with XCP-NG

Hi all!

ACS 4.16 + XCP-NG with PreSetup Storage

Somebody tests CSK + XCP-NG?
When I try to deploy kubernetes cluster it stucks in "Starting" mode but I see than instances is deployed and firewall and port forwarding rules are created.
In log no any errors. Only just warning messages that Task has been pending.

Внимание!
Это электронное письмо и все прикрепленные к нему файлы являются конфиденциальными и предназначены исключительно для использования лицом (лицами), которому (которым) оно предназначено. Если Вы не являетесь лицом (лицами), которому (которым) предназначено это письмо, не копируйте и не разглашайте его содержимое и удалите это сообщение и все вложения из Вашей почтовой системы. Любое несанкционированное использование, распространение, раскрытие, печать или копирование этого электронного письма и прикрепленных к нему файлов, кроме как лицом (лицами) которому (которым) они предназначены, является незаконным и запрещено. Принимая во внимание, что передача данных посредством Интернет не является безопасной, мы не несем никакой ответственности за любой потенциальный ущерб, причиненный в результате ошибок при передаче данных или этим сообщением и прикрепленными к нему файлами.

Attention!
This email and all attachments to it are confidential and are intended solely for use by the person (or persons) referred to (mentioned) as the intended recipient (recipients). If you are not the intended recipient of this email, do not copy or disclose its contents and delete the message and any attachments to it from your e-mail system. Any unauthorized use, dissemination, disclosure, printing or copying of this e-mail and files attached to it, except by the intended recipient, is illegal and is prohibited. Taking into account that data transmission via Internet is not secure, we assume no responsibility for any potential damage caused by data transmission errors or this message and the files attached to it.




Re: [!!Mass Mail]Re: CSK with XCP-NG

Posted by Pearl d'Silva <pe...@shapeblue.com>.
Could you please try manually pulling the image kubernetesui/dashboard:v2.0.3 using docker pull kubernetesui/dashboard:v2.0.3 and see if it throws any error?


________________________________
From: Дикевич Евгений Александрович <ev...@becloud.by>
Sent: Wednesday, February 16, 2022 1:37 PM
To: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: RE: [!!Mass Mail]Re: CSK with XCP-NG

In describe pod:
https://www.yogile.com/6jbtq3vidh1/024407556l/share/?vsc=



 


-----Original Message-----
From: Pearl d'Silva [mailto:pearl.dsilva@shapeblue.com]
Sent: Wednesday, February 16, 2022 10:53 AM
To: users@cloudstack.apache.org
Subject: Re: [!!Mass Mail]Re: CSK with XCP-NG

Hi,

It seems like the kubernetes-dashboard pod isn't up and running and there's an explicit check in the code, that expects it to be running fine, which is why the CKS cluster isn't in the Running state. You could try deleting the dashboard pod and let it get recreated. And also check in the pod description why it is failing.

Thanks,
________________________________
From: Дикевич Евгений Александрович <ev...@becloud.by>
Sent: Wednesday, February 16, 2022 1:14 PM
To: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: RE: [!!Mass Mail]Re: CSK with XCP-NG

I think all looks good

https://www.yogile.com/6jbtq3vidh1/21t/share/?vsc=






-----Original Message-----
From: Pearl d'Silva [mailto:pearl.dsilva@shapeblue.com]
Sent: Wednesday, February 16, 2022 10:39 AM
To: users@cloudstack.apache.org
Subject: Re: [!!Mass Mail]Re: CSK with XCP-NG

Could you try the following:

  1.  List the nodes and verify if they are in Ready state (kubectl get nodes)
  2.  List the pods (kubectl get po -A ) and check if all of them are running or you notice any CrashLoopBackoff, etc..
  3.  If you notice any resource - node/ pod not in the right state, either describe the resource (kubectl describe pod / node ...) or check the logs (kubectl logs pod_name -n <namespace>)

Maybe these would give us a hint as to what may be going wrong.

Thanks,
Pearl

________________________________
From: Дикевич Евгений Александрович <ev...@becloud.by>
Sent: Wednesday, February 16, 2022 12:55 PM
To: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: RE: [!!Mass Mail]Re: CSK with XCP-NG

Hi

I tried 1.21.3, 1.22.6, 1.23.3

setup-kube-system and deploy-kube-system services are completed successfully.

What I can check else?






-----Original Message-----
From: Pearl d'Silva [mailto:pearl.dsilva@shapeblue.com]
Sent: Wednesday, February 16, 2022 10:05 AM
To: users@cloudstack.apache.org
Subject: [!!Mass Mail]Re: CSK with XCP-NG

Hi,

Can you share the kubernetes version you are trying to deploy a cluster with; as from 4.16 onward k8s versions >= 1.20 are only supported. You can also login to the nodes using 'core' as the user:
ssh -i <ssh key> -p 2222 core@<public IP> ; if ssh key wasn't provided, use the management server's ssh key

Verify in the nodes if the 'setup-kube-system' & 'deploy-kube-system' services completed successfully.

Regards,
Pearl

________________________________
From: Дикевич Евгений Александрович <ev...@becloud.by>
Sent: Wednesday, February 16, 2022 12:12 PM
To: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: CSK with XCP-NG

Hi all!

ACS 4.16 + XCP-NG with PreSetup Storage

Somebody tests CSK + XCP-NG?
When I try to deploy kubernetes cluster it stucks in "Starting" mode but I see than instances is deployed and firewall and port forwarding rules are created.
In log no any errors. Only just warning messages that Task has been pending.

Внимание!
Это электронное письмо и все прикрепленные к нему файлы являются конфиденциальными и предназначены исключительно для использования лицом (лицами), которому (которым) оно предназначено. Если Вы не являетесь лицом (лицами), которому (которым) предназначено это письмо, не копируйте и не разглашайте его содержимое и удалите это сообщение и все вложения из Вашей почтовой системы. Любое несанкционированное использование, распространение, раскрытие, печать или копирование этого электронного письма и прикрепленных к нему файлов, кроме как лицом (лицами) которому (которым) они предназначены, является незаконным и запрещено. Принимая во внимание, что передача данных посредством Интернет не является безопасной, мы не несем никакой ответственности за любой потенциальный ущерб, причиненный в результате ошибок при передаче данных или этим сообщением и прикрепленными к нему файлами.

Attention!
This email and all attachments to it are confidential and are intended solely for use by the person (or persons) referred to (mentioned) as the intended recipient (recipients). If you are not the intended recipient of this email, do not copy or disclose its contents and delete the message and any attachments to it from your e-mail system. Any unauthorized use, dissemination, disclosure, printing or copying of this e-mail and files attached to it, except by the intended recipient, is illegal and is prohibited. Taking into account that data transmission via Internet is not secure, we assume no responsibility for any potential damage caused by data transmission errors or this message and the files attached to it.




RE: [!!Mass Mail]Re: CSK with XCP-NG

Posted by Дикевич Евгений Александрович <ev...@becloud.by>.
In describe pod:
https://www.yogile.com/6jbtq3vidh1/024407556l/share/?vsc=



-----Original Message-----
From: Pearl d'Silva [mailto:pearl.dsilva@shapeblue.com] 
Sent: Wednesday, February 16, 2022 10:53 AM
To: users@cloudstack.apache.org
Subject: Re: [!!Mass Mail]Re: CSK with XCP-NG

Hi,

It seems like the kubernetes-dashboard pod isn't up and running and there's an explicit check in the code, that expects it to be running fine, which is why the CKS cluster isn't in the Running state. You could try deleting the dashboard pod and let it get recreated. And also check in the pod description why it is failing.

Thanks,
________________________________
From: Дикевич Евгений Александрович <ev...@becloud.by>
Sent: Wednesday, February 16, 2022 1:14 PM
To: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: RE: [!!Mass Mail]Re: CSK with XCP-NG

I think all looks good

https://www.yogile.com/6jbtq3vidh1/21t/share/?vsc=



 


-----Original Message-----
From: Pearl d'Silva [mailto:pearl.dsilva@shapeblue.com]
Sent: Wednesday, February 16, 2022 10:39 AM
To: users@cloudstack.apache.org
Subject: Re: [!!Mass Mail]Re: CSK with XCP-NG

Could you try the following:

  1.  List the nodes and verify if they are in Ready state (kubectl get nodes)
  2.  List the pods (kubectl get po -A ) and check if all of them are running or you notice any CrashLoopBackoff, etc..
  3.  If you notice any resource - node/ pod not in the right state, either describe the resource (kubectl describe pod / node ...) or check the logs (kubectl logs pod_name -n <namespace>)

Maybe these would give us a hint as to what may be going wrong.

Thanks,
Pearl

________________________________
From: Дикевич Евгений Александрович <ev...@becloud.by>
Sent: Wednesday, February 16, 2022 12:55 PM
To: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: RE: [!!Mass Mail]Re: CSK with XCP-NG

Hi

I tried 1.21.3, 1.22.6, 1.23.3

setup-kube-system and deploy-kube-system services are completed successfully.

What I can check else?






-----Original Message-----
From: Pearl d'Silva [mailto:pearl.dsilva@shapeblue.com]
Sent: Wednesday, February 16, 2022 10:05 AM
To: users@cloudstack.apache.org
Subject: [!!Mass Mail]Re: CSK with XCP-NG

Hi,

Can you share the kubernetes version you are trying to deploy a cluster with; as from 4.16 onward k8s versions >= 1.20 are only supported. You can also login to the nodes using 'core' as the user:
ssh -i <ssh key> -p 2222 core@<public IP> ; if ssh key wasn't provided, use the management server's ssh key

Verify in the nodes if the 'setup-kube-system' & 'deploy-kube-system' services completed successfully.

Regards,
Pearl

________________________________
From: Дикевич Евгений Александрович <ev...@becloud.by>
Sent: Wednesday, February 16, 2022 12:12 PM
To: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: CSK with XCP-NG

Hi all!

ACS 4.16 + XCP-NG with PreSetup Storage

Somebody tests CSK + XCP-NG?
When I try to deploy kubernetes cluster it stucks in "Starting" mode but I see than instances is deployed and firewall and port forwarding rules are created.
In log no any errors. Only just warning messages that Task has been pending.

Внимание!
Это электронное письмо и все прикрепленные к нему файлы являются конфиденциальными и предназначены исключительно для использования лицом (лицами), которому (которым) оно предназначено. Если Вы не являетесь лицом (лицами), которому (которым) предназначено это письмо, не копируйте и не разглашайте его содержимое и удалите это сообщение и все вложения из Вашей почтовой системы. Любое несанкционированное использование, распространение, раскрытие, печать или копирование этого электронного письма и прикрепленных к нему файлов, кроме как лицом (лицами) которому (которым) они предназначены, является незаконным и запрещено. Принимая во внимание, что передача данных посредством Интернет не является безопасной, мы не несем никакой ответственности за любой потенциальный ущерб, причиненный в результате ошибок при передаче данных или этим сообщением и прикрепленными к нему файлами.

Attention!
This email and all attachments to it are confidential and are intended solely for use by the person (or persons) referred to (mentioned) as the intended recipient (recipients). If you are not the intended recipient of this email, do not copy or disclose its contents and delete the message and any attachments to it from your e-mail system. Any unauthorized use, dissemination, disclosure, printing or copying of this e-mail and files attached to it, except by the intended recipient, is illegal and is prohibited. Taking into account that data transmission via Internet is not secure, we assume no responsibility for any potential damage caused by data transmission errors or this message and the files attached to it.




Re: [!!Mass Mail]Re: CSK with XCP-NG

Posted by Pearl d'Silva <pe...@shapeblue.com>.
Hi,

It seems like the kubernetes-dashboard pod isn't up and running and there's an explicit check in the code, that expects it to be running fine, which is why the CKS cluster isn't in the Running state. You could try deleting the dashboard pod and let it get recreated. And also check in the pod description why it is failing.

Thanks,
________________________________
From: Дикевич Евгений Александрович <ev...@becloud.by>
Sent: Wednesday, February 16, 2022 1:14 PM
To: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: RE: [!!Mass Mail]Re: CSK with XCP-NG

I think all looks good

https://www.yogile.com/6jbtq3vidh1/21t/share/?vsc=



 


-----Original Message-----
From: Pearl d'Silva [mailto:pearl.dsilva@shapeblue.com]
Sent: Wednesday, February 16, 2022 10:39 AM
To: users@cloudstack.apache.org
Subject: Re: [!!Mass Mail]Re: CSK with XCP-NG

Could you try the following:

  1.  List the nodes and verify if they are in Ready state (kubectl get nodes)
  2.  List the pods (kubectl get po -A ) and check if all of them are running or you notice any CrashLoopBackoff, etc..
  3.  If you notice any resource - node/ pod not in the right state, either describe the resource (kubectl describe pod / node ...) or check the logs (kubectl logs pod_name -n <namespace>)

Maybe these would give us a hint as to what may be going wrong.

Thanks,
Pearl

________________________________
From: Дикевич Евгений Александрович <ev...@becloud.by>
Sent: Wednesday, February 16, 2022 12:55 PM
To: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: RE: [!!Mass Mail]Re: CSK with XCP-NG

Hi

I tried 1.21.3, 1.22.6, 1.23.3

setup-kube-system and deploy-kube-system services are completed successfully.

What I can check else?






-----Original Message-----
From: Pearl d'Silva [mailto:pearl.dsilva@shapeblue.com]
Sent: Wednesday, February 16, 2022 10:05 AM
To: users@cloudstack.apache.org
Subject: [!!Mass Mail]Re: CSK with XCP-NG

Hi,

Can you share the kubernetes version you are trying to deploy a cluster with; as from 4.16 onward k8s versions >= 1.20 are only supported. You can also login to the nodes using 'core' as the user:
ssh -i <ssh key> -p 2222 core@<public IP> ; if ssh key wasn't provided, use the management server's ssh key

Verify in the nodes if the 'setup-kube-system' & 'deploy-kube-system' services completed successfully.

Regards,
Pearl

________________________________
From: Дикевич Евгений Александрович <ev...@becloud.by>
Sent: Wednesday, February 16, 2022 12:12 PM
To: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: CSK with XCP-NG

Hi all!

ACS 4.16 + XCP-NG with PreSetup Storage

Somebody tests CSK + XCP-NG?
When I try to deploy kubernetes cluster it stucks in "Starting" mode but I see than instances is deployed and firewall and port forwarding rules are created.
In log no any errors. Only just warning messages that Task has been pending.

Внимание!
Это электронное письмо и все прикрепленные к нему файлы являются конфиденциальными и предназначены исключительно для использования лицом (лицами), которому (которым) оно предназначено. Если Вы не являетесь лицом (лицами), которому (которым) предназначено это письмо, не копируйте и не разглашайте его содержимое и удалите это сообщение и все вложения из Вашей почтовой системы. Любое несанкционированное использование, распространение, раскрытие, печать или копирование этого электронного письма и прикрепленных к нему файлов, кроме как лицом (лицами) которому (которым) они предназначены, является незаконным и запрещено. Принимая во внимание, что передача данных посредством Интернет не является безопасной, мы не несем никакой ответственности за любой потенциальный ущерб, причиненный в результате ошибок при передаче данных или этим сообщением и прикрепленными к нему файлами.

Attention!
This email and all attachments to it are confidential and are intended solely for use by the person (or persons) referred to (mentioned) as the intended recipient (recipients). If you are not the intended recipient of this email, do not copy or disclose its contents and delete the message and any attachments to it from your e-mail system. Any unauthorized use, dissemination, disclosure, printing or copying of this e-mail and files attached to it, except by the intended recipient, is illegal and is prohibited. Taking into account that data transmission via Internet is not secure, we assume no responsibility for any potential damage caused by data transmission errors or this message and the files attached to it.




RE: [!!Mass Mail]Re: CSK with XCP-NG

Posted by Дикевич Евгений Александрович <ev...@becloud.by>.
I think all looks good

https://www.yogile.com/6jbtq3vidh1/21t/share/?vsc=



-----Original Message-----
From: Pearl d'Silva [mailto:pearl.dsilva@shapeblue.com] 
Sent: Wednesday, February 16, 2022 10:39 AM
To: users@cloudstack.apache.org
Subject: Re: [!!Mass Mail]Re: CSK with XCP-NG

Could you try the following:

  1.  List the nodes and verify if they are in Ready state (kubectl get nodes)
  2.  List the pods (kubectl get po -A ) and check if all of them are running or you notice any CrashLoopBackoff, etc..
  3.  If you notice any resource - node/ pod not in the right state, either describe the resource (kubectl describe pod / node ...) or check the logs (kubectl logs pod_name -n <namespace>)

Maybe these would give us a hint as to what may be going wrong.

Thanks,
Pearl

________________________________
From: Дикевич Евгений Александрович <ev...@becloud.by>
Sent: Wednesday, February 16, 2022 12:55 PM
To: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: RE: [!!Mass Mail]Re: CSK with XCP-NG

Hi

I tried 1.21.3, 1.22.6, 1.23.3

setup-kube-system and deploy-kube-system services are completed successfully.

What I can check else?



 


-----Original Message-----
From: Pearl d'Silva [mailto:pearl.dsilva@shapeblue.com]
Sent: Wednesday, February 16, 2022 10:05 AM
To: users@cloudstack.apache.org
Subject: [!!Mass Mail]Re: CSK with XCP-NG

Hi,

Can you share the kubernetes version you are trying to deploy a cluster with; as from 4.16 onward k8s versions >= 1.20 are only supported. You can also login to the nodes using 'core' as the user:
ssh -i <ssh key> -p 2222 core@<public IP> ; if ssh key wasn't provided, use the management server's ssh key

Verify in the nodes if the 'setup-kube-system' & 'deploy-kube-system' services completed successfully.

Regards,
Pearl

________________________________
From: Дикевич Евгений Александрович <ev...@becloud.by>
Sent: Wednesday, February 16, 2022 12:12 PM
To: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: CSK with XCP-NG

Hi all!

ACS 4.16 + XCP-NG with PreSetup Storage

Somebody tests CSK + XCP-NG?
When I try to deploy kubernetes cluster it stucks in "Starting" mode but I see than instances is deployed and firewall and port forwarding rules are created.
In log no any errors. Only just warning messages that Task has been pending.

Внимание!
Это электронное письмо и все прикрепленные к нему файлы являются конфиденциальными и предназначены исключительно для использования лицом (лицами), которому (которым) оно предназначено. Если Вы не являетесь лицом (лицами), которому (которым) предназначено это письмо, не копируйте и не разглашайте его содержимое и удалите это сообщение и все вложения из Вашей почтовой системы. Любое несанкционированное использование, распространение, раскрытие, печать или копирование этого электронного письма и прикрепленных к нему файлов, кроме как лицом (лицами) которому (которым) они предназначены, является незаконным и запрещено. Принимая во внимание, что передача данных посредством Интернет не является безопасной, мы не несем никакой ответственности за любой потенциальный ущерб, причиненный в результате ошибок при передаче данных или этим сообщением и прикрепленными к нему файлами.

Attention!
This email and all attachments to it are confidential and are intended solely for use by the person (or persons) referred to (mentioned) as the intended recipient (recipients). If you are not the intended recipient of this email, do not copy or disclose its contents and delete the message and any attachments to it from your e-mail system. Any unauthorized use, dissemination, disclosure, printing or copying of this e-mail and files attached to it, except by the intended recipient, is illegal and is prohibited. Taking into account that data transmission via Internet is not secure, we assume no responsibility for any potential damage caused by data transmission errors or this message and the files attached to it.




Re: [!!Mass Mail]Re: CSK with XCP-NG

Posted by Pearl d'Silva <pe...@shapeblue.com>.
Could you try the following:

  1.  List the nodes and verify if they are in Ready state (kubectl get nodes)
  2.  List the pods (kubectl get po -A ) and check if all of them are running or you notice any CrashLoopBackoff, etc..
  3.  If you notice any resource - node/ pod not in the right state, either describe the resource (kubectl describe pod / node ...) or check the logs (kubectl logs pod_name -n <namespace>)

Maybe these would give us a hint as to what may be going wrong.

Thanks,
Pearl

________________________________
From: Дикевич Евгений Александрович <ev...@becloud.by>
Sent: Wednesday, February 16, 2022 12:55 PM
To: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: RE: [!!Mass Mail]Re: CSK with XCP-NG

Hi

I tried 1.21.3, 1.22.6, 1.23.3

setup-kube-system and deploy-kube-system services are completed successfully.

What I can check else?



 


-----Original Message-----
From: Pearl d'Silva [mailto:pearl.dsilva@shapeblue.com]
Sent: Wednesday, February 16, 2022 10:05 AM
To: users@cloudstack.apache.org
Subject: [!!Mass Mail]Re: CSK with XCP-NG

Hi,

Can you share the kubernetes version you are trying to deploy a cluster with; as from 4.16 onward k8s versions >= 1.20 are only supported. You can also login to the nodes using 'core' as the user:
ssh -i <ssh key> -p 2222 core@<public IP> ; if ssh key wasn't provided, use the management server's ssh key

Verify in the nodes if the 'setup-kube-system' & 'deploy-kube-system' services completed successfully.

Regards,
Pearl

________________________________
From: Дикевич Евгений Александрович <ev...@becloud.by>
Sent: Wednesday, February 16, 2022 12:12 PM
To: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: CSK with XCP-NG

Hi all!

ACS 4.16 + XCP-NG with PreSetup Storage

Somebody tests CSK + XCP-NG?
When I try to deploy kubernetes cluster it stucks in "Starting" mode but I see than instances is deployed and firewall and port forwarding rules are created.
In log no any errors. Only just warning messages that Task has been pending.

Внимание!
Это электронное письмо и все прикрепленные к нему файлы являются конфиденциальными и предназначены исключительно для использования лицом (лицами), которому (которым) оно предназначено. Если Вы не являетесь лицом (лицами), которому (которым) предназначено это письмо, не копируйте и не разглашайте его содержимое и удалите это сообщение и все вложения из Вашей почтовой системы. Любое несанкционированное использование, распространение, раскрытие, печать или копирование этого электронного письма и прикрепленных к нему файлов, кроме как лицом (лицами) которому (которым) они предназначены, является незаконным и запрещено. Принимая во внимание, что передача данных посредством Интернет не является безопасной, мы не несем никакой ответственности за любой потенциальный ущерб, причиненный в результате ошибок при передаче данных или этим сообщением и прикрепленными к нему файлами.

Attention!
This email and all attachments to it are confidential and are intended solely for use by the person (or persons) referred to (mentioned) as the intended recipient (recipients). If you are not the intended recipient of this email, do not copy or disclose its contents and delete the message and any attachments to it from your e-mail system. Any unauthorized use, dissemination, disclosure, printing or copying of this e-mail and files attached to it, except by the intended recipient, is illegal and is prohibited. Taking into account that data transmission via Internet is not secure, we assume no responsibility for any potential damage caused by data transmission errors or this message and the files attached to it.