Skip to content

Commit

Permalink
Merge branch 'git-pat' of github.com:stakater/saap-docs into git-pat
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshasiddiqa161 committed Oct 27, 2023
2 parents 85ec47c + 32229d1 commit ee493e3
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:

jobs:
qa:
uses: stakater/.github/.github/workflows/[email protected].47
uses: stakater/.github/.github/workflows/[email protected].52
with:
MD_CONFIG: .github/md_config.json
DOC_SRC: content
MD_LINT_CONFIG: .markdownlint.yaml
build:
uses: stakater/.github/.github/workflows/[email protected].47
uses: stakater/.github/.github/workflows/[email protected].52
with:
DOCKER_FILE_PATH: Dockerfile
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
push:
uses: stakater/.github/.github/workflows/[email protected].47
uses: stakater/.github/.github/workflows/[email protected].52
with:
DOCKER_FILE_PATH: Dockerfile
RELEASE_BRANCH: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
release:
uses: stakater/.github/.github/workflows/[email protected].47
uses: stakater/.github/.github/workflows/[email protected].52
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}
14 changes: 7 additions & 7 deletions content/for-administrators/plan-your-environment/sizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions content/help/faqs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
6 changes: 3 additions & 3 deletions content/help/faqs/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ 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?

Syslog, CRI-O logs, journal, and `dmesg` are handled by the managed service and are not exposed to customers.

## Can logs of applications streamed out to a customer log analysis system?

Yes they can be stream out.
Yes they can be streamed out.
4 changes: 2 additions & 2 deletions content/help/faqs/product.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

## 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?

Each Stakater Agility Platform cluster comes with a fully-managed control plane, infra nodes and application nodes. Installation, management, maintenance, and upgrades are performed by Stakater SRE. Operational services (such as logging, metrics, monitoring, etc.) are available as well and are fully managed by Stakater SRE.

## 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?

Expand Down
4 changes: 2 additions & 2 deletions content/help/faqs/purchasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion vocabulary

0 comments on commit ee493e3

Please sign in to comment.