diff --git a/docs/README.md b/docs/README.md index 2120864..fa6d63a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 diff --git a/docs/getting-started.md b/docs/getting-started.md index 02a461d..e473b37 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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. @@ -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" ```