Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ able to delete and recreate objects to follow this GVK change, which is a level
simply do not want to deal with at this point in time. Also, `APIResourceSchemas` are immutable
themselves.

More information is available in the [Publishing Resources][publish-resources.md] guide.
More information is available in the [Publishing Resources](./publish-resources.md) guide.

### APIExports

Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ apiexport/test.example.com created

## Sync Agent Installation

The Sync Agent can be installed into any namespace, but in our example we are going with `k8c-system`.
The Sync Agent can be installed into any namespace, but in our example we are going with `kcp-system`.
It doesn't necessarily have to live in the same Kubernetes cluster where it is synchronizing data
to, but that is the common setup. Ultimately the Sync Agent synchronizes data between two kube
endpoints.
Expand All @@ -55,7 +55,7 @@ This can be done via a command like this:

```sh
$ kubectl create secret generic kcp-kubeconfig \
--namespace k8c-system \
--namespace kcp-system \
--from-file "kubeconfig=admin.kubeconfig"
```

Expand Down