File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -218,20 +218,7 @@ end up labeled with ` kubernetes.io/os=linux`
218
218
219
219
</aside >
220
220
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
-
233
221
[ node-affinity ] : https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity
234
222
[ 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
236
223
[ buildx ] : https://docs.docker.com/build/buildx/
237
224
[ goreleaser-buildx ] : https://goreleaser.com/customization/docker/#use-a-specific-builder-with-docker-buildx
You can’t perform that action at this time.
0 commit comments