From 20d926f6568dd4dd006b03106dad0b49f5fb19ca Mon Sep 17 00:00:00 2001 From: selfcommit Date: Fri, 25 Apr 2025 10:34:26 -0400 Subject: [PATCH 1/3] Update KURL installer notes regarding Host Requirements --- docs/enterprise/installation/quickstart-gcp.md | 1 + docs/enterprise/installation/quickstart.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/enterprise/installation/quickstart-gcp.md b/docs/enterprise/installation/quickstart-gcp.md index f90fb77d..6ca94b1d 100644 --- a/docs/enterprise/installation/quickstart-gcp.md +++ b/docs/enterprise/installation/quickstart-gcp.md @@ -28,6 +28,7 @@ Getting started on GCP (no GKE, no existing cluster): - 8080 - 6443 - Run the kots intaller command: `curl -sSL https://k8s.kurl.sh/stackblitz | sudo bash`. + - *Note:* The KURL installer may prompt some packages for manual installtion. See: [Host Package Requirements](https://kurl.sh/docs/add-ons/kubernetes#host-package-requirements). :::tip Using load balancers? Ports 80 and 443 should be forwarded from the load balancer. The remaining ports are for inbound rules on the security group. diff --git a/docs/enterprise/installation/quickstart.md b/docs/enterprise/installation/quickstart.md index 0b560fcd..1c356af9 100644 --- a/docs/enterprise/installation/quickstart.md +++ b/docs/enterprise/installation/quickstart.md @@ -27,6 +27,7 @@ Getting started on bare metal (no existing Kubernetes cluster): - 8080 - 6443 - Run the kots intaller command: `curl -sSL https://k8s.kurl.sh/stackblitz | sudo bash`. + - *Note:* The KURL installer may prompt some packages for manual installtion. See: [Host Package Requirements](https://kurl.sh/docs/add-ons/kubernetes#host-package-requirements). :::tip Using load balancers? Ports 80 and 443 should be forwarded from the load balancer. The remaining ports are for inbound rules on the security group. From 8841cb638bae16988e77e940380401033750cb8e Mon Sep 17 00:00:00 2001 From: selfcommit Date: Fri, 25 Apr 2025 10:39:22 -0400 Subject: [PATCH 2/3] update Note to bold --- docs/enterprise/installation/quickstart-gcp.md | 3 ++- docs/enterprise/installation/quickstart.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/enterprise/installation/quickstart-gcp.md b/docs/enterprise/installation/quickstart-gcp.md index 6ca94b1d..d986ade4 100644 --- a/docs/enterprise/installation/quickstart-gcp.md +++ b/docs/enterprise/installation/quickstart-gcp.md @@ -28,7 +28,8 @@ Getting started on GCP (no GKE, no existing cluster): - 8080 - 6443 - Run the kots intaller command: `curl -sSL https://k8s.kurl.sh/stackblitz | sudo bash`. - - *Note:* The KURL installer may prompt some packages for manual installtion. See: [Host Package Requirements](https://kurl.sh/docs/add-ons/kubernetes#host-package-requirements). + - **Note:** The KURL installer may prompt some packages for manual installtion. + See: [Host Package Requirements](https://kurl.sh/docs/add-ons/kubernetes#host-package-requirements). :::tip Using load balancers? Ports 80 and 443 should be forwarded from the load balancer. The remaining ports are for inbound rules on the security group. diff --git a/docs/enterprise/installation/quickstart.md b/docs/enterprise/installation/quickstart.md index 1c356af9..9ac70629 100644 --- a/docs/enterprise/installation/quickstart.md +++ b/docs/enterprise/installation/quickstart.md @@ -27,7 +27,8 @@ Getting started on bare metal (no existing Kubernetes cluster): - 8080 - 6443 - Run the kots intaller command: `curl -sSL https://k8s.kurl.sh/stackblitz | sudo bash`. - - *Note:* The KURL installer may prompt some packages for manual installtion. See: [Host Package Requirements](https://kurl.sh/docs/add-ons/kubernetes#host-package-requirements). + - **Note:** The KURL installer may prompt some packages for manual installtion. + See: [Host Package Requirements](https://kurl.sh/docs/add-ons/kubernetes#host-package-requirements). :::tip Using load balancers? Ports 80 and 443 should be forwarded from the load balancer. The remaining ports are for inbound rules on the security group. From f58ccdf6b62db8352d059a966f6af32793e6070c Mon Sep 17 00:00:00 2001 From: selfcommit Date: Fri, 25 Apr 2025 11:46:29 -0400 Subject: [PATCH 3/3] installtion -> installation --- docs/enterprise/installation/quickstart-gcp.md | 2 +- docs/enterprise/installation/quickstart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/enterprise/installation/quickstart-gcp.md b/docs/enterprise/installation/quickstart-gcp.md index d986ade4..6c717b0f 100644 --- a/docs/enterprise/installation/quickstart-gcp.md +++ b/docs/enterprise/installation/quickstart-gcp.md @@ -28,7 +28,7 @@ Getting started on GCP (no GKE, no existing cluster): - 8080 - 6443 - Run the kots intaller command: `curl -sSL https://k8s.kurl.sh/stackblitz | sudo bash`. - - **Note:** The KURL installer may prompt some packages for manual installtion. + - **Note:** The KURL installer may prompt some packages for manual installation. See: [Host Package Requirements](https://kurl.sh/docs/add-ons/kubernetes#host-package-requirements). :::tip Using load balancers? diff --git a/docs/enterprise/installation/quickstart.md b/docs/enterprise/installation/quickstart.md index 9ac70629..d8b2eb15 100644 --- a/docs/enterprise/installation/quickstart.md +++ b/docs/enterprise/installation/quickstart.md @@ -27,7 +27,7 @@ Getting started on bare metal (no existing Kubernetes cluster): - 8080 - 6443 - Run the kots intaller command: `curl -sSL https://k8s.kurl.sh/stackblitz | sudo bash`. - - **Note:** The KURL installer may prompt some packages for manual installtion. + - **Note:** The KURL installer may prompt some packages for manual installation. See: [Host Package Requirements](https://kurl.sh/docs/add-ons/kubernetes#host-package-requirements). :::tip Using load balancers?