diff --git a/README.md b/README.md index 64e8b62b1f..c5b42aa49c 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,6 @@ 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, 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. @@ -40,8 +38,7 @@ kubectl kots admin-console --namespace sentry-pro ## Supportability -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. +Supports OSX (including Apple Silicon arm64) and Linux platforms. # Community