diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 076b6263..db2e5dd1 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -7,13 +7,13 @@ on: jobs: qa: - uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.47 + uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.52 with: MD_CONFIG: .github/md_config.json DOC_SRC: content MD_LINT_CONFIG: .markdownlint.yaml build: - uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.47 + uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.52 with: DOCKER_FILE_PATH: Dockerfile secrets: diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 3d2a5ae1..408087b2 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -7,7 +7,7 @@ on: jobs: push: - uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.47 + uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.52 with: DOCKER_FILE_PATH: Dockerfile RELEASE_BRANCH: main diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 82eb0559..ae3e57d4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,6 +7,6 @@ on: jobs: release: - uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.47 + uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.52 secrets: SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }} diff --git a/content/for-administrators/plan-your-environment/sizing.md b/content/for-administrators/plan-your-environment/sizing.md index 0da9fcd3..6482a527 100644 --- a/content/for-administrators/plan-your-environment/sizing.md +++ b/content/for-administrators/plan-your-environment/sizing.md @@ -30,8 +30,8 @@ The overall minimum resource requirements are: | Machine pool role | Minimum size (vCPU x Memory x Storage) | Minimum pool size | Total vCPUs | Total Memory (GiB) | Total Storage (GiB) |:---|:---|---:|---:|---:|---:| | Control plane | 8 x 32 x 350 | 3 | 24 | 96 | 1050 (Provisioned IOPS 1000) | -| Infra | 8 x 32 x 300 | 3 | 24 | 96 | 900 (General Purpose SSDs) | -| Worker | 4 x 16 x 300 | 3 | 12 | 48 | 900 (General Purpose SSDs) | +| Infra | 8 x 32 x 300 | 3 | 24 | 96 | 900 (General Purpose SSD) | +| Worker | 4 x 16 x 300 | 3 | 12 | 48 | 900 (General Purpose SSD) | | **Grand Total** | | **9** | **60** | **240** | **2850** | ### Recommended @@ -41,11 +41,11 @@ The recommended resource requirements are: | Machine pool role | Minimum size (vCPU x Memory x Storage) | Minimum pool size | Total vCPUs | Total Memory (GiB) | Total Storage (GiB) | |:---|:---|---:|---:|---:|---:| | Control plane | 8 x 32 x 350 | 3 | 24 | 96 | 1050 (Provisioned IOPS 1000) | -| Infra | 8 x 32 x 300 | 2 | 16 | 64 | 600 (General Purpose SSDs) | -| Monitoring | 8 x 32 x 300 | 1 | 8 | 32 | 300 (General Purpose SSDs) | -| Logging | 8 x 32 x 300 | 1 | 8 | 32 | 300 (General Purpose SSDs) | -| Pipeline | 8 x 32 x 300 | 1 | 8 | 32 | 300 (General Purpose SSDs) | -| Worker | 4 x 16 x 300 | 3 | 12 | 48 | 900 (General Purpose SSDs) | +| Infra | 8 x 32 x 300 | 2 | 16 | 64 | 600 (General Purpose SSD) | +| Monitoring | 8 x 32 x 300 | 1 | 8 | 32 | 300 (General Purpose SSD) | +| Logging | 8 x 32 x 300 | 1 | 8 | 32 | 300 (General Purpose SSD) | +| Pipeline | 8 x 32 x 300 | 1 | 8 | 32 | 300 (General Purpose SSD) | +| Worker | 4 x 16 x 300 | 3 | 12 | 48 | 900 (General Purpose SSD) | | **Grand Total** | | **11** | **76** | **304** | **3450** | ## Compute diff --git a/content/help/faqs/customization.md b/content/help/faqs/customization.md index 13033637..d5946bad 100644 --- a/content/help/faqs/customization.md +++ b/content/help/faqs/customization.md @@ -6,11 +6,11 @@ All supported mechanisms for authentication that are supported by OpenShift Cont ## Can I bring my own VPC/VNet? -No. Currently it's not supported +No, currently it's not supported. ## Can I add RHEL workers to my cluster? -No. In order to maintain our ability to provide seamless updates to your clusters, only Red Hat Enterprise Linux CoreOS (RHCOS) workers are supported by Azure Red Hat OpenShift. +No, in order to maintain our ability to provide seamless updates to your clusters, only Red Hat Enterprise Linux CoreOS (RHCOS) workers are supported by Azure Red Hat OpenShift. ## Which Red Hat OpenShift Container Platform rights do we have? Cluster-admin? Project-admin? diff --git a/content/help/faqs/operations.md b/content/help/faqs/operations.md index 9b8a4fd8..cfeb142a 100644 --- a/content/help/faqs/operations.md +++ b/content/help/faqs/operations.md @@ -28,13 +28,13 @@ Node access is forbidden. ## How to add new worker nodes to the cluster? -You need to open a [support ticket](https://support.stakater.com/index.html); until the feature is added to portal +You need to open a [support ticket](https://support.stakater.com/index.html) until the feature is added to portal ## How do I make configuration changes to my cluster? An administrative user has the ability to add/remove users and projects, manage project quotas, view cluster usage statistics, and change the default project template. Admins can also scale a cluster up or down, and even delete an existing cluster. -You need to open a [support ticket](https://support.stakater.com/index.html); until we allow customers to have cluster admins. +You need to open a [support ticket](https://support.stakater.com/index.html) until we allow customers to have cluster admins. ## Can logs of underlying VMs be streamed out to a customer log analysis system? @@ -42,4 +42,4 @@ Syslog, CRI-O logs, journal, and `dmesg` are handled by the managed service and ## Can logs of applications streamed out to a customer log analysis system? -Yes they can be stream out. +Yes they can be streamed out. diff --git a/content/help/faqs/product.md b/content/help/faqs/product.md index ad22d17f..b5a73c2d 100644 --- a/content/help/faqs/product.md +++ b/content/help/faqs/product.md @@ -2,7 +2,7 @@ ## Which clouds are supported by Stakater Agility Platform? -We currently support Azure, AWS, Google, OpenStack and VMWare. +See [Cloud provider overview](../../about/cloud-providers/overview.md). ## What does Stakater Agility Platform include? @@ -10,7 +10,7 @@ Each Stakater Agility Platform cluster comes with a fully-managed control plane, ## What is the current version of Red Hat OpenShift running in Stakater Agility Platform? -OpenShift Container Platform 4.6+ +OpenShift Container Platform 4.12. ## How is Stakater Agility Platform different than Red Hat OpenShift Container Platform? diff --git a/content/help/faqs/purchasing.md b/content/help/faqs/purchasing.md index a30487a4..a66f7b78 100644 --- a/content/help/faqs/purchasing.md +++ b/content/help/faqs/purchasing.md @@ -10,11 +10,11 @@ Stakater Agility Platform can be purchased by sending an email to [`sales@stakat ## Can I try Stakater Agility Platform before I buy? -Stakater Agility Platform is available on a pay-as-you-go basis. Yes we offer one month guided trial! +Yes, we offer a 30-day guided trial! Stakater Agility Platform is also available on a pay-as-you-go basis. ## Is there any free trial? -Yes we offer 30 days free trial with premium support on major public clouds Azure, AWS and Google. +Yes, we offer a 30-day free trial with premium support on major public clouds Azure, AWS and Google. ## Will I receive an invoice from Stakater? diff --git a/vocabulary b/vocabulary index bfc244bc..4fb42902 160000 --- a/vocabulary +++ b/vocabulary @@ -1 +1 @@ -Subproject commit bfc244bc4d9d3acf0e8df1eaee6da41f48fbe0a0 +Subproject commit 4fb4290235638237f2c987937f943d18ffb0641b