Skip to content

Commit 01cef64

Browse files
author
Martin Jackson
committed
Add BYOC description
1 parent 46f97b1 commit 01cef64

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

overrides/values-cluster-names.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,9 @@ clusterOverrides:
2828
drpc:
2929
preferredCluster: ocp-primary
3030

31-
byoc: true
31+
# Set this to "true", provision clusters, and add their kubeconfigs
32+
# as described in the values-secret template; then run
33+
# ./pattern.sh make install-byoc.
34+
# That target will run a validation play to ensure the cluster
35+
# setup will work with ramen patterns
36+
byoc: false

values-secret.yaml.template

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NEVER COMMIT THESE VALUES TO GIT
33
version: "2.0"
44
secrets:
5-
# This is to make the secrets available to spoke clusters
5+
# This is to make the secrets available to spoke clusters
66
- name: vm-ssh
77
vaultPrefixes:
88
- global
@@ -16,7 +16,7 @@ secrets:
1616
- name: publickey
1717
value: 'Public ssh key of the user who will be able to elevate to root to provision kiosks'
1818

19-
# This is to make the secrets available to spoke clusters
19+
# This is to make the secrets available to spoke clusters
2020
- name: cloud-init
2121
vaultPrefixes:
2222
- global
@@ -49,3 +49,14 @@ secrets:
4949
fields:
5050
- name: .dockerconfigjson
5151
value: "A standard OpenShift pull secret"
52+
53+
# These are needed if you want to use and import your own regional clusters
54+
# by setting byoc: true in rdr chart
55+
# - name: ocp-primary_cluster_kubeconfig
56+
# fields:
57+
# - name: kubeconfig
58+
# path: path to kubeconfig for the cluster
59+
# - name: ocp-secondary_cluster_kubeconfig
60+
# fields:
61+
# - name: kubeconfig
62+
# path: path to kubeconfig for the cluster

0 commit comments

Comments
 (0)