From caddba54a12d9086df621ad007d0649097556a7e Mon Sep 17 00:00:00 2001 From: Oscar Utbult Date: Sat, 24 Sep 2022 17:06:55 +0200 Subject: [PATCH] :book: fix broken links --- docs/book/src/migration/manually_migration_guide_v2_v3.md | 2 +- docs/book/src/plugins/declarative-v1.md | 3 +-- docs/book/src/plugins/kustomize-v2-alpha.md | 2 +- docs/book/src/reference/platform.md | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/book/src/migration/manually_migration_guide_v2_v3.md b/docs/book/src/migration/manually_migration_guide_v2_v3.md index 90a2e46b998..2b69a7cd0dc 100644 --- a/docs/book/src/migration/manually_migration_guide_v2_v3.md +++ b/docs/book/src/migration/manually_migration_guide_v2_v3.md @@ -527,7 +527,7 @@ func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (c diff --git a/docs/book/src/plugins/declarative-v1.md b/docs/book/src/plugins/declarative-v1.md index a7595c2c471..bf7cfa0d0a4 100644 --- a/docs/book/src/plugins/declarative-v1.md +++ b/docs/book/src/plugins/declarative-v1.md @@ -54,11 +54,10 @@ The following scaffolds will be created or updated by this plugin: * Watch the KubeCon 2018 Video [Managing Addons with Operators][kubecon-video] * Check the [plugin implementation][plugin-implementation] -[dockerfile-addon]: https://github.com/kubernetes-sigs/kubebuilder/blob/master/testdata/project-v3-addon/Dockerfile#L16-L19 [addon-channels-info]: https://github.com/kubernetes-sigs/kubebuilder-declarative-pattern/blob/master/docs/addon/walkthrough/README.md#adding-a-manifest [controller-runtime]: https://github.com/kubernetes-sigs/controller-runtime [kubebuilder-declarative-pattern]: https://github.com/kubernetes-sigs/kubebuilder-declarative-pattern [testdata]: https://github.com/kubernetes-sigs/kubebuilder/tree/master/testdata/ [kubecon-video]: https://www.youtube.com/watch?v=LPejvfBR5_w [plugin-implementation]: https://github.com/kubernetes-sigs/kubebuilder/tree/master/pkg/plugins/golang/declarative -[addon-v3-controller]: https://github.com/kubernetes-sigs/kubebuilder/tree/master/testdata/project-v3-addon \ No newline at end of file +[addon-v3-controller]: https://github.com/kubernetes-sigs/kubebuilder/tree/master/testdata/project-v3-addon-and-grafana \ No newline at end of file diff --git a/docs/book/src/plugins/kustomize-v2-alpha.md b/docs/book/src/plugins/kustomize-v2-alpha.md index 5bc1a922186..728cfe4e996 100644 --- a/docs/book/src/plugins/kustomize-v2-alpha.md +++ b/docs/book/src/plugins/kustomize-v2-alpha.md @@ -113,7 +113,7 @@ The following scaffolds will be created or updated by this plugin: [sdk]:https://github.com/operator-framework/operator-sdk [testdata]: https://github.com/kubernetes-sigs/kubebuilder/tree/master/testdata/ [bundle]: https://github.com/kubernetes-sigs/kubebuilder/blob/master/pkg/plugin/bundle.go -[kustomize-create-api]: https://github.com/kubernetes-sigs/kubebuilder/blob/master/pkg/plugins/common/kustomize/v2/scaffolds/api.go#L72-L84 +[kustomize-create-api]: https://github.com/kubernetes-sigs/kubebuilder/blob/master/pkg/plugins/common/kustomize/v2-alpha/scaffolds/api.go#L72-L84 [kustomize-docs]: https://kustomize.io/ [kustomize-github]: https://github.com/kubernetes-sigs/kustomize [kustomize-replacements]: https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/replacements/ diff --git a/docs/book/src/reference/platform.md b/docs/book/src/reference/platform.md index a42a2e286e1..f30ffd36aa9 100644 --- a/docs/book/src/reference/platform.md +++ b/docs/book/src/reference/platform.md @@ -224,7 +224,7 @@ end up labeled with ` kubernetes.io/os=linux` A workload will be created to run the image [gcr.io/kubebuilder/kube-rbac-proxy:][proxy-images] which is configured in the `config/default/manager_auth_proxy_patch.yaml` manifest. It is a side-car proxy whose purpose is to protect the manager from malicious attacks. You can learn more about its motivations by looking at -the README of this project [github.com/brancz/kube-rbac-proxy][https://github.com/brancz/kube-rbac-proxy]. +the README of this project [github.com/brancz/kube-rbac-proxy](https://github.com/brancz/kube-rbac-proxy). Kubebuilder has been building this image with support for multiple architectures by default.( Check it [here][proxy-images] ). If you need to address any edge case scenario where you want to produce a project that