Skip to content

Commit c48206e

Browse files
authored
Merge pull request opencloud-eu#66 from kastl-ars/20250601_remove_duplicate_cluster-issuer
charts/opencloud/README.md: remove duplicate clusterIssuer
2 parents 6d9c22f + 3e984f8 commit c48206e

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

charts/opencloud/README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -469,19 +469,12 @@ Apply the ClusterIssuer:
469469
kubectl apply -f cluster-issuer.yaml
470470
```
471471

472-
### Step 3: Create a Wildcard Certificate for OpenCloud Domains
472+
### Step 4: Create a Wildcard Certificate for OpenCloud Domains
473473

474474
Create a wildcard certificate for all OpenCloud subdomains:
475475

476476
```yaml
477-
# cluster-issuer.yaml
478-
apiVersion: cert-manager.io/v1
479-
kind: ClusterIssuer
480-
metadata:
481-
name: selfsigned-issuer
482-
spec:
483-
selfSigned: {}
484-
---
477+
# certificate.yaml
485478
apiVersion: cert-manager.io/v1
486479
kind: Certificate
487480
metadata:
@@ -500,10 +493,10 @@ spec:
500493
Apply the certificate:
501494
502495
```bash
503-
kubectl apply -f cluster-issuer.yaml
496+
kubectl apply -f certificate.yaml
504497
```
505498

506-
### Step 4: Create the Gateway
499+
### Step 5: Create the Gateway
507500

508501
Create a Gateway resource to expose your services:
509502

@@ -621,7 +614,7 @@ Apply the Gateway:
621614
kubectl apply -f gateway.yaml
622615
```
623616

624-
### Step 5: Configure DNS
617+
### Step 6: Configure DNS
625618

626619
Configure your DNS to point to the Gateway IP address. You can use a wildcard DNS record or individual records for each service:
627620

@@ -641,7 +634,7 @@ Alternatively, for local testing, you can add entries to your `/etc/hosts` file:
641634
192.168.178.77 wopiserver.opencloud.test
642635
```
643636

644-
### Step 6: Install OpenCloud
637+
### Step 7: Install OpenCloud
645638

646639
Finally, install OpenCloud using Helm:
647640

0 commit comments

Comments
 (0)