@@ -41,7 +41,7 @@ apiexport/test.example.com created
4141
4242## Sync Agent Installation
4343
44- The Sync Agent can be installed into any namespace, but in our example we are going with ` k8c -system` .
44+ The Sync Agent can be installed into any namespace, but in our example we are going with ` kcp -system` .
4545It doesn't necessarily have to live in the same Kubernetes cluster where it is synchronizing data
4646to, but that is the common setup. Ultimately the Sync Agent synchronizes data between two kube
4747endpoints.
@@ -55,7 +55,7 @@ This can be done via a command like this:
5555
5656``` sh
5757$ kubectl create secret generic kcp-kubeconfig \
58- --namespace k8c -system \
58+ --namespace kcp -system \
5959 --from-file " kubeconfig=admin.kubeconfig"
6060```
6161
@@ -90,10 +90,10 @@ helm repo update
9090
9191helm install kcp-api-syncagent kcp/api-syncagent \
9292 --values values.yaml \
93- --namespace k8c -system
93+ --namespace kcp -system
9494` ` `
9595
96- Two `kcp-api-syncagent` Pods should start in the `k8c -system` namespace. If they crash you will need to
96+ Two `kcp-api-syncagent` Pods should start in the `kcp -system` namespace. If they crash you will need to
9797identify the reason from container logs. A possible issue is that the provided kubeconfig does not
9898have permissions against the target kcp workspace.
9999
@@ -135,7 +135,7 @@ roleRef:
135135subjects:
136136 - kind: ServiceAccount
137137 name: 'kcp-api-syncagent'
138- namespace: k8c -system
138+ namespace: kcp -system
139139` ` `
140140
141141**NB:** Even though the PublishedResources might only create/update Certificates in a single namespace,
0 commit comments