vaheed opened a new issue, #6437:
URL: https://github.com/apache/cloudstack/issues/6437

   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and main branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete 
the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   Kubernetes Service
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main 
branch.
   -->
   
   ~~~
   4.16.1.0 LTS
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, 
advanced networking, etc.  N/A otherwise
   -->
   Advanced zone without Security Profile
   
   
   ##### OS / ENVIRONMENT
   
   Ubuntu 20.04 OS on KVM hypervisor
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   Unable to create new Kubernetes cluster
   I was able to register K8s from the original ACS repo, I was able to add a 
new supported Kubernetes version but was unable to create a cluster as its 
throwing exception
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal 
test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   1. Enable the Kubernetes service
   2. Download the iso from http://download.cloudstack.org/cks/
   3. Register a new Kubernetes version using
   mincpunumber=2 minmemory=2048
   4. Wait till its ready
   5. Now create a Kubernetes cluster from UI with 2 nodes
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   Expected Kubernetes cluster to be created successfully
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   The cluster status is stuck in "Starting" forever and keeps throwing an 
exception
   The VMs are created successfully
   ~~~
   ~~~
   2022-06-05 04:59:55,946 WARN [o.a.c.f.j.i.AsyncJobMonitor] 
(Timer-0:ctx-8669d7f6) (logid:933baacc) Task (job-326) has been pending for 
1083 seconds
   2022-06-05 04:59:59,472 WARN [c.c.k.c.u.KubernetesClusterUtil] 
(API-Job-Executor-7:ctx-c7dbf788 job-326 ctx-2117db03) (logid:ee321178) API 
endpoint for Kubernetes cluster : k8s011 not available 
   javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake 
Caused by: java.io.EOFException: SSL peer shut down incorrectly
   ~~~
   
   This is the result from ACS management when trying to k8s master node curl 
-k https://172.21.21.108:6443/version
   ~~~
   curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to 
172.21.21.108:6443
   ~~~
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to