Skip to content

Commit aa0841d

Browse files
committed
chore: linting errors
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent a36731b commit aa0841d

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ The pattern has been tested on Azure for two installation methods:
6363
1. Installing onto an ARO cluster
6464
2. Self managed OpenShift install using the `openshift-install` CLI.
6565

66-
6766
### `1.0.0`
6867

6968
1.0.0 supports OpenShift Sandboxed containers version `1.8.1` along with Trustee version `0.2.0`.
@@ -73,18 +72,16 @@ The pattern has been tested on Azure for one installation method:
7372
1. Self managed OpenShift install using the `openshift-install` CLI
7473
2. Installing on top of an existing Azure Red Hat OpenShift (ARO) cluster
7574

76-
## Validated pattern flavours
75+
## Changing deployment topoloiges
76+
77+
**Today the demo has two deployment topologies**
78+
The most important change is what `clusterGroup` is deployed to your main or 'hub' cluster.
7779

78-
**Today the demo has two flavour**.
79-
A number are planned based on various different hub cluster-groups.
8080
You can change between behaviour by configuring [`global.main.clusterGroupName`](https://validatedpatterns.io/learn/values-files/) key in the `values-global.yaml` file.
8181

82-
`values-simple.yaml`: or the `simple` cluster group is the default for the pattern.
83-
It deploys a hello-openshift application 3 times:
82+
- `values-simple.yaml`: or the `simple` cluster group is the default for the pattern. It deploys everything in one cluster.
83+
-`values-trusted-hub`: or the `trusted-hub` cluster group can be configured as the main cluster group. A second cluster should be deployed with the `spoke` cluster group. Follow [instructions here](https://validatedpatterns.io/learn/importing-a-cluster/) to add the second cluster.
8484

85-
- A standard pod
86-
- A kata container with peer-pods
87-
- A confidential kata-container
8885

8986
## Setup instructions
9087

@@ -110,12 +107,13 @@ This only has to be done once.
110107
> [!NOTE]
111108
> Once generated this script will not override secrets. Be careful when doing multiple tests.
112109
113-
#### Configuring let's encrypt
110+
#### Configuring let's encrypt (deprecated)
111+
114112

115113
> [!IMPORTANT]
116114
> 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.
117115
118-
Trustee requires a trusted CA issued certificate. Let's Encrypt is included for environments without a trusted cert on OpenShift's routes.
116+
Trustee (guest agents) requires that Trustee uses a Mozilla trusted CA issued certificate, or a specific certificate which is known in advance. Today the pattern uses specific self signed certs. Let's encrypt was an option for getting a trusted certificate onto OpenShift's routes, and therefore Trustee. Ths functionality will be removed at a later date.
119117

120118
If you need a Let's Encrypt certificate to be issued the `letsencrypt` application configuration needs to be changed as below.
121119

0 commit comments

Comments
 (0)