From ee96a5220c4837350efcf261cf2f882f4836c067 Mon Sep 17 00:00:00 2001 From: Lajos Nagy Date: Fri, 12 Jan 2024 10:23:03 +0000 Subject: [PATCH 1/2] Add contact sales link to BYOC ```2. Obtain an API key to pull Quix Platform containers 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``` Looks something like this. --- docs/byoc/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/byoc/installation.md b/docs/byoc/installation.md index 8151fdb0..776fe42f 100644 --- a/docs/byoc/installation.md +++ b/docs/byoc/installation.md @@ -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. From 92c458cd6710a1667011c6af45463b547646fa26 Mon Sep 17 00:00:00 2001 From: Lajos Nagy Date: Fri, 12 Jan 2024 10:36:22 +0000 Subject: [PATCH 2/2] Specified that Kubernetes needs to run on AMD64 - Specified that Kubernetes needs to run on AMD64 - uppercase ARM64 and AMD64 everywhere for consistency. aarch64 is usually stylized lowercase. --- docs/byoc/requirements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/byoc/requirements.md b/docs/byoc/requirements.md index 41e21334..786b60e7 100644 --- a/docs/byoc/requirements.md +++ b/docs/byoc/requirements.md @@ -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