SAP-archive / karydia

Kubernetes Security Walnut
Other
77 stars 10 forks source link

App Hub Integration is not working #246

Closed CodeClinch closed 4 years ago

CodeClinch commented 4 years ago

Description

Deploy Karydia through App Hub into a Gardener Cluster. The deployed Karydia Pod is running in default namespace but not working.

Expected behavior

Karydia should run in namespace karydia Karydia should add seccomp, ...

Logs / console output / screenshots / affected lines of code

image

image

Environment

Neumann-Nils commented 4 years ago

Need some more input on this problem. First guess, the installation does not use the namespace cli flag (as described in docs).

ThormaehlenFred commented 4 years ago

Hi Nils, you can try it by your own: Please create a secret and cluster in dev https://dashboard.garden.dev.k8s.ondemand.com/namespace/garden-karydiatst/shoots/ and then deploy Karydia via the helm chart which is used in the app hub.

Neumann-Nils commented 4 years ago

Created PR for integrating Karydia correctly into the App Hub.