Skip to content

Commit

Permalink
docs: add ip tables as a prerequisite (#4985)
Browse files Browse the repository at this point in the history
* docs: add ip tables as a prerequisite

* docs: capitalization consistency

* docs: move openstack and nutanix

---------

Co-authored-by: Lenny Chen <[email protected]>
(cherry picked from commit 99a65d0)
  • Loading branch information
lennessyy committed Dec 11, 2024
1 parent e48beb6 commit ae6cac3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ Palette. You will then create a cluster profile and use the registered host to d

- [jq](https://jqlang.github.io/jq/download/)
- [Zstandard](https://facebook.github.io/zstd/)
- [Rsync](https://github.com/RsyncProject/rsync)
- [`systemd-timesyncd`](https://www.freedesktop.org/software/systemd/man/latest/systemd-timesyncd.service.html)
- [rsync](https://github.com/RsyncProject/rsync)
- [systemd-timesyncd](https://www.freedesktop.org/software/systemd/man/latest/systemd-timesyncd.service.html)
- [conntrack](https://conntrack-tools.netfilter.org/downloads.html). This requirement is specific for clusters that
use PXKE as the Kubernetes layer.
- [iptables](https://linux.die.net/man/8/iptables)
- (Airgap only) [Crane](https://github.com/google/go-containerregistry/blob/main/cmd/crane/README.md) is installed and
available.
- (Airgap only) [Palette Edge CLI](../../spectro-downloads.md#palette-edge-cli) is installed and available.
Expand Down
11 changes: 5 additions & 6 deletions docs/docs-content/deployment-modes/controller-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ You can deploy clusters in controller mode across a range of environments to mee
table below provides an overview of the different use cases and the corresponding supported environments for controller
mode deployments.

| Use Case | Supported Environments |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Public Cloud** | [AWS](../clusters/public-cloud/aws/aws.md)<br />[Azure](../clusters/public-cloud/azure/azure.md)<br />[GCP](../clusters/public-cloud/gcp/gcp.md) |
| **Data Center** | [VMware vSphere](../clusters/data-center/vmware/vmware.md) |
| **Bare Metal** | [MAAS](../clusters/data-center/maas/maas.md) |
| **Private Cloud** | [Nutanix](../clusters/data-center/nutanix/nutanix.md)<br />[Openstack](../clusters/data-center/openstack.md) |
| Use Case | Supported Environments |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Public Cloud** | [AWS](../clusters/public-cloud/aws/aws.md)<br />[Azure](../clusters/public-cloud/azure/azure.md)<br />[GCP](../clusters/public-cloud/gcp/gcp.md) |
| **Data Center** | [VMware vSphere](../clusters/data-center/vmware/vmware.md) <br /> [Nutanix](../clusters/data-center/nutanix/nutanix.md) <br />[Openstack](../clusters/data-center/openstack.md) |
| **Bare Metal** | [MAAS](../clusters/data-center/maas/maas.md) |

## Resources

Expand Down

0 comments on commit ae6cac3

Please sign in to comment.