Skip to content

Commit 5226d7a

Browse files
committed
fix: more markdown stuff
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent f0271e4 commit 5226d7a

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Future work includes:
2020
2. Supporting multiple infrastructure providers
2121
3. Supporting a more sophisticated workload such as confidential AI inference with protected GPUs.
2222

23-
2423
## Current constraints and assumptions
2524

2625
- Only currently is known to work with `azure` as the provider of confidential vms via peer-pods.
@@ -50,14 +49,11 @@ The pattern has been tested on Azure for two installation methods:
5049
The pattern has been tested on Azure for one installation method:
5150
1. Self managed OpenShift install using the `openshift-install` CLI
5251

53-
54-
5552
## validated pattern flavours
5653
**Today the demo has one flavour**.
5754
A number are planned based on various different hub cluster-groups.
5855
You can change between behaviour by configuring [`global.main.clusterGroupName`](https://validatedpatterns.io/learn/values-files/) key in the `values-global.yaml` file.
5956

60-
6157
`values-simple.yaml`: or the `simple` cluster group is the default for the pattern.
6258
It deploys a hello-openshift application 3 times:
6359
- A standard pod
@@ -66,7 +62,6 @@ It deploys a hello-openshift application 3 times:
6662

6763
## Setup instructions
6864

69-
7065
### Default single cluster setup with `values-simple.yaml`
7166

7267
The instructions here presume you have a cluster. See further down for provisioning instructions for a cluster.
@@ -78,7 +73,6 @@ The instructions here presume you have a cluster. See further down for provision
7873
> [!TIP]
7974
> Forking is essential as the validated pattern uses ArgoCD to reconcile it's state against your remote (forked) repository.
8075
81-
8276
#### Configuring required secrets / parameters
8377
The secrets here secure Trustee and the peer-pod vms. Mostly they are for demonstration purposes.
8478
This only has to be done once.
@@ -93,12 +87,10 @@ This only has to be done once.
9387
> [!IMPORTANT]
9488
> Ensure you have password login available to the cluster. Let's encrypt will replace the API certificate in addition to the certificates to user with routes.
9589
96-
9790
Trustee requires a trusted CA issued certificate. Let's Encrypt is included for environments without a trusted cert on OpenShift's routes.
9891

9992
If you need a Let's Encrypt certificate to be issued the `letsencrypt` application configuration needs to be changed as below.
10093
```yaml
101-
10294
---
10395
# Default configuration, safe for ARO
10496
letsencrypt:
@@ -158,7 +150,6 @@ Red Hat a demo platform. This allows easy access for Red Hat associates and part
158150
### Single cluster install on plain old azure *not* using Red Hat Demo Platform
159151
**NOTE: Don't use the default node sizes.. increase the node sizes such as below**
160152

161-
162153
1. Login to console.redhat.com
163154
2. Get the openshift installer
164155
3. Login to azure locally.

0 commit comments

Comments
 (0)