helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Helm charts for deployment of NPWG implementations and ancillary tools

Results 13 helm-charts issues
Sort by recently updated
recently updated
newest added

Is there an official helm repo for k8snetworkplumbingwg from where I could download and install the multus helm chart or others?

It looks like the paths are hardcoded in the template and the values aren't used. This makes it more difficult to use in ex: k3s which uses different paths.

Whereabouts already provides arm64 images but the helm chart was still forcing amd64 only

The current chart is out of date with the latest multus v4.0.2 image. The entrypoint.sh script was replaced with the thin_entrypoint and the daemonSet.yaml needs to reflect this update.

CronJob is stable since Kubernetes v1.21 Binary name update to match what's in ghcr.io/k8snetworkplumbingwg/whereabouts Fixes #17

Update DaemonSet to pass `spec.nodeName` via a new `NODENAME` environment variable. Introduced by whereabouts v0.6.2: https://github.com/k8snetworkplumbingwg/whereabouts/pull/309

See https://github.com/kubernetes/kubernetes/issues/89477, https://github.com/kubernetes/kubernetes/issues/89477#issuecomment-603911496.

Installing the helm chart shows this error: ``` error while running post render on files: map[string]interface {}(nil): yaml: unmarshal errors: line 10: mapping key "app" already defined at line 8...

update helm chart for sriov Signed-off-by: cyclinder [email protected]