kubearmor / kubearmor-client

KubeArmor cli tool aka kArmor :robot:
Apache License 2.0
34 stars 82 forks source link

Enable custom registry. #400

Closed achrefbensaad closed 7 months ago

achrefbensaad commented 7 months ago

Purpose:

Enable kubearmor installation from a custom registry, this is useful in cases where the user wants to use a private registry rather than ours.

How to test:

push the following images to a custom registry:

use -r flag while installing.

rksharma95 commented 7 months ago

how would the operator handles this?

There's no default registry set with the operator and it's possible to provide the image reference along with custom registry using KubearmorConfig CR.