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
2 changes: 2 additions & 0 deletions docs/byoc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Quix recommends a production ready Kubernetes cluster, with HA control plane and

In this step you will be receiving a username / API token and docker registry URL. These will be provided to you by Quix before you start the installation process.

    [Contact sales](https://share.hsforms.com/1iW0TmZzKQMChk0lxd_tGiw4yjw2)

## 3. Obtain a copy of the Quix Platform BYOC installer (Ansible Recipe + Docker Image)

With the provided API key you can download the installer from our private Container Registry. The installer is a Docker image that contains an Ansible recipe and all the required dependencies to run it. This way you don't need to install Ansible (and its particular Python version dependencies), Helm and all the other programs and libraries required to run the installer. We have packaged it all to offer a turn-key, convenient experience.
Expand Down
4 changes: 2 additions & 2 deletions docs/byoc/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ The requirements are designed to ensure that the platform will run effectively a

To ensure the success of the installation process, the following essential requirements must be fulfilled:

- For running the installer: A computer capable of running Linux containers. It may be either a physical or a virtual machine. This computer should run Linux, MacOS, or Windows (using Docker Desktop or WSL), and it may have either an aarch64 (arm64, Apple Silicon in most cases) or amd64 architecture. This will only be used to run the installation scripts.
- For running the installer: A computer capable of running Linux containers. It may be either a physical or a virtual machine. This computer should run Linux, MacOS, or Windows (using Docker Desktop or WSL), and it may have either an aarch64 (ARM64, Apple Silicon in most cases) or AMD64 architecture. This will only be used to run the installation scripts.
- For running the installer: A kubectl client that has already been configured to communicate with this cluster. This client must be able to communicate with the cluster from the computer running the installation scripts.
- To run the platform: A Kubernetes cluster that has already been set up.
- To run the platform: An AMD64 Kubernetes cluster that has already been set up.
- Sufficient permissions to create a service account, manage limited tokens, and create new namespaces and other resources.

## Kubernetes cluster minimum requirements
Expand Down