apache / cloudstack

Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
https://cloudstack.apache.org/
Apache License 2.0
2k stars 1.09k forks source link

Three doc Question? #8091

Open xuanyuanaosheng opened 11 months ago

xuanyuanaosheng commented 11 months ago
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
  1. Does CloudStack Baremetal can only work in basic networking mode currently? (https://cwiki.apache.org/confluence/display/CLOUDSTACK/Baremetal+Advanced+Networking+Support)

image

  1. Is there any doc about how to use cloudstack to manager the Baremetal servers? I can not find the useful info in the official doc. I only find: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Baremetal+KickStart

  2. As http://docs.cloudstack.apache.org/en/latest/plugins/cloudstack-kubernetes-service.html#kubernetes-clusters mentioned, (With CoreOS having reached EOL, from 4.16 the Kubernetes Service Plugin will use the existing SystemVM template for deploying kubernetes clusters. ), does the cloudstack can deploy kubernetes clusters using self defined template? If supported, How to build a self defined template?

@weizhouapache @shwstpp @malcolmtaylor

shwstppr commented 11 months ago

@xuanyuanaosheng I cannot comment on Baremetal support as I've not tried it myself or seen it working. I don't think the plugin is well maintained in the recent release and things may not work as expected there.

Regarding CKS template, no currently it only uses systemvm template and self defined templates cannot be used. if you really need to use a custom template you may create a new systemvm template with the desired changes (but it still should be usable for other purpose - VR, system VMs) and follow steps to use that as systemvm template for your env.

xuanyuanaosheng commented 11 months ago

@shwstppr Thanks for you reply. I will keep eye on these issues.