Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Palette supports using
[Apache CloudStack](https://docs.cloudstack.apache.org/en/latest/conceptsandterminology/concepts.html#cloud-infrastructure-overview)
as a data center provider. You can deploy Kubernetes clusters to your CloudStack environment using Palette. The
CloudStack management environment could include Bare Metal (via IPMI), Hyper-V, Kernel-based Virtual Machine(KVM), Linux
Containers (LXC), vSphere (via vCenter), Xenserver and Xen Project. Below are some key features of the Palette
Containers (LXC), vSphere (via vCenter), XenServer and Xen Project. Below are some key features of the Palette
CloudStack architecture:

- Support for static IP addresses, as well as DHCP. If you are using Dynamic Host Configuration Protocol (DHCP), Dynamic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ by the hypervisor. Refer to the [CAPI Image Builder](../../../byoos/byoos.md) fo
| **SSH Key** | The SSH key to use for the cluster. Check out the [Create and Upload an SSH Key](../../cluster-management/ssh/ssh-keys.md#create-and-upload-an-ssh-key) guide to learn how to upload an SSH key to Palette. | No |
| **Static placement** | The network type to use for the cluster. Select **Static IP** if you want to use static IP addresses. Select **DHCP** if you want to use Dynamic Host Configuration Protocol (DHCP). | Yes |
| **Sync cluster with CloudStack Kubernetes Service (CKS)** | To use this, the CloudStack Kubernetes Service must be enabled on the CloudStack management server in a Global Setting. | No |
| **Update worker pools in parallel** | Palette can more efficiently manage workloads by updating multiple workpools simultaneously. | No |
| **Update worker pools in parallel** | Palette can more efficiently manage workloads by updating multiple worker pools simultaneously. | No |

</TabItem>

Expand Down
Loading