You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, when we use 'karmor install —save,' the manifest we get contains privileged pod, which we shouldn't need. This issue requires updating the dependencies and ensuring that karmor instal --save generates a Kubernetes manifest that includes a daemonset manifest with Linux capabilities.
Steps to reproduce:
# have a k8s cluster running
$ karmor install --save
The text was updated successfully, but these errors were encountered:
As of now, when we use 'karmor install —save,' the manifest we get contains privileged pod, which we shouldn't need. This issue requires updating the dependencies and ensuring that
karmor instal --save
generates a Kubernetes manifest that includes a daemonset manifest with Linux capabilities.Steps to reproduce:
# have a k8s cluster running $ karmor install --save
The text was updated successfully, but these errors were encountered: