kubearmor / kubearmor-client

KubeArmor cli tool aka kArmor :robot:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

installed message should be change

Amishakumari544 opened this issue · comments

When I installed the karmor and check the version, I am getting this as output message:
image

And when I mistakenly tried to run the karmor install again it's giving this message as an output:

image

Is this a correct message to be displayed when a user mistakenly type the install command?

cc - @nyrahul @Ankurk99 @kranurag7

Hey @Amishakumari544 The message when you invoked karmor install is correct. The Error indicates that you don't have a supported Kubernetes environment running. You can look at the valid environments here.

var validEnvironments = []string{"k3s", "microK8s", "minikube", "gke", "bottlerocket", "eks", "docker", "oke", "generic"}

OK
I got the answer.

Yes, the screenshot you shared is perfect. That's the appropriate way to get up & running with kubearmor on k3s.