From 71bffe0aae6a4dfe27d23cdb14349d4a4c18031a Mon Sep 17 00:00:00 2001 From: camilamacedo86 Date: Thu, 27 Oct 2022 09:04:20 +0100 Subject: [PATCH 1/3] :book: add supportability info into README (only linux/amd64) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c0f336c773..349f4b8dcd 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ curl https://kots.io/install | bash ``` ### Run `kots install` + The `install` command is the recommended way to learn KOTS. Executing the `install` command will install an application and the [kotsadm](https://github.com/replicatedhq/kotsadm) Admin Console to an existing Kubernetes cluster. This command supports installing Helm charts (without Tiller), standard Kubernetes applications and also Replicated KOTS apps. Continue with the demo by running the following command: @@ -27,6 +28,8 @@ kubectl kots install sentry-pro Set a namespace for the admin console and the application components to be installed, and provide a password for the admin console. After this command completes, the kotsadm Admin Console will be running in your cluster, listening on port :8800 on a ClusterIP service in the namespace you deployed the application to. By default this is exposed to your workstation using kubectl port-forward, but you could set up an ingress/load balancer of your own. +**NOTE** Currently, KotsAdmin can **only** be scheduled on clusters with the `linux/amd64` platform. + ### Access the Admin Console Visit http://localhost:8800 to access the Admin Console, enter the password. @@ -37,6 +40,11 @@ If you terminate your terminal session, the port-forward will also terminate. To kubectl kots admin-console --namespace sentry-pro ``` +## Supportability + +Currently, Kots CLI tool supports OSX (indeed Apple Silicon arm64) and Linux platforms. However, its operations +can **only** be performed and support on clusters with the `linux/amd64` platform. + # Community For questions about using KOTS, there's a [Replicated Community](https://help.replicated.com/community) forum, and a [#kots channel in Kubernetes Slack](https://kubernetes.slack.com/channels/kots). From 20c8f64eeb5552de7cfdbe12ed7fafced104e2ce Mon Sep 17 00:00:00 2001 From: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> Date: Thu, 10 Nov 2022 19:17:07 +0000 Subject: [PATCH 2/3] Update README.md Co-authored-by: Craig O'Donnell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 349f4b8dcd..820e6f2ed5 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ kubectl kots install sentry-pro Set a namespace for the admin console and the application components to be installed, and provide a password for the admin console. After this command completes, the kotsadm Admin Console will be running in your cluster, listening on port :8800 on a ClusterIP service in the namespace you deployed the application to. By default this is exposed to your workstation using kubectl port-forward, but you could set up an ingress/load balancer of your own. -**NOTE** Currently, KotsAdmin can **only** be scheduled on clusters with the `linux/amd64` platform. +**NOTE** Currently, the kotsadm pod can **only** be scheduled on nodes with the `linux/amd64` platform. ### Access the Admin Console Visit http://localhost:8800 to access the Admin Console, enter the password. From fecb3561796680a98b49f8f779e891d4a6770f83 Mon Sep 17 00:00:00 2001 From: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> Date: Thu, 10 Nov 2022 19:17:12 +0000 Subject: [PATCH 3/3] Update README.md Co-authored-by: Craig O'Donnell --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 820e6f2ed5..df4f61d692 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ kubectl kots admin-console --namespace sentry-pro ## Supportability -Currently, Kots CLI tool supports OSX (indeed Apple Silicon arm64) and Linux platforms. However, its operations -can **only** be performed and support on clusters with the `linux/amd64` platform. +Currently, the KOTS CLI supports OSX (including Apple Silicon arm64) and Linux platforms. However, the Kubernetes resources +that it creates can **only** be scheduled on nodes with the `linux/amd64` platform. # Community