Skip to content

BUG: Helm installation fails on K8s cluster #194

@knrt10

Description

@knrt10

Cluster Information

Steps to reproduce

  • As specified in the docs here. Although the docs are outdated so had to use the below steps to install it. Also couldn't find where to file a PR for the change.
kubectl apply -f https://lockc-project.github.io/helm-charts/namespace.yaml
helm repo add lockc https://lockc-project.github.io/helm-charts/
helm install lockc lockc/lockc --namespace kube-system --set lockcd.debug.enabled=true

Error information

thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 38, kind: Unsupported, message: "Function not implemented" }', /root/.cargo/git/checkouts/fanotify-rs-c4e2583b7086e958/323ee7d/src/high_level.rs:138:88
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Error: map error

Caused by:
    0: failed to create map `ap_mnt_restr` with code -1
    1: Operation not permitted (os error 1)

If I am doing something wrong, can you please guide me with the steps?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions