Skip to content

Commit 21e9dba

Browse files
(doc): remove section in the platform documentation which says that kube-rbac-proxy is an image provided by default
The usage of kube-rbac-proxy was discontinue and the image is no longer build or promoted by the project. Therefore, this section needs to be removed to avoid misleadings
1 parent 87a4801 commit 21e9dba

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/book/src/reference/platform.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -218,20 +218,7 @@ end up labeled with ` kubernetes.io/os=linux`
218218

219219
</aside>
220220

221-
### Kube RBAC Proxy
222-
223-
A workload will be created to run the image [gcr.io/kubebuilder/kube-rbac-proxy:<tag>][proxy-images] which is
224-
configured in the `config/default/manager_auth_proxy_patch.yaml` manifest. It is a side-car proxy whose purpose
225-
is to protect the manager from malicious attacks. You can learn more about its motivations by looking at
226-
the README of this project [github.com/brancz/kube-rbac-proxy](https://github.com/brancz/kube-rbac-proxy).
227-
228-
Kubebuilder has been building this image with support for multiple architectures by default.( Check it [here][proxy-images] ).
229-
If you need to address any edge case scenario where you want to produce a project that
230-
only provides support for a specific architecture platform, you can customize your
231-
configuration manifests to use the specific architecture types built for this image.
232-
233221
[node-affinity]: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity
234222
[docker-manifest]: https://docs.docker.com/engine/reference/commandline/manifest/
235-
[proxy-images]: https://console.cloud.google.com/gcr/images/kubebuilder/GLOBAL/kube-rbac-proxy
236223
[buildx]: https://docs.docker.com/build/buildx/
237224
[goreleaser-buildx]: https://goreleaser.com/customization/docker/#use-a-specific-builder-with-docker-buildx

0 commit comments

Comments
 (0)