No introduction found. Create it?
Install with:
helm repo add bjw-s oci://ghcr.io/bjw-s/helm/
helm install e1000e-fix bjw-s/app-template -f values.yaml
See examples from other people.
Name | Repo | Stars | Version | Timestamp |
---|---|---|---|---|
e1000e-fix | axeII/home-ops | 46 | 3.1.0 | 2 months ago |
e1000e-fix | Diaoul/home-ops | 71 | 3.7.3 | 2 months ago |
e1000e-fix | cbirkenbeul/homelab | 33 | 3.7.3 | 2 months ago |
See the most popular values for this chart:
Key | Types |
---|---|
controllers.e1000e-fix.type (6) daemonset | string |
controllers.e1000e-fix.containers.app.args[] (3) - find /sys/class/net/*/device/driver/module/drivers -maxdepth 1 -path "*e1000e*" | \
awk -F'/' '{print $5}' | \
xargs -I% nsenter --mount=/host/proc/$(pidof /usr/local/bin/kubelet)/ns/mnt \
--net=/host/proc/$(pidof /usr/local/bin/kubelet)/ns/net \
-- sh -c "
echo '% - BEFORE' && \
echo '==========' && \
ethtool -k % && \
echo '==========' && \
echo 'Disabling offloads for %...' && \
ethtool -K % tso off && \
echo '==========' && \
echo '% - AFTER' && \
echo '==========' && \
ethtool -k % && \
echo '=========='
" && \
sleep infinity
| string |
controllers.e1000e-fix.containers.app.command[] (3) - /bin/bash | string |
controllers.e1000e-fix.containers.app.image.repository (3) ghcr.io/nicolaka/netshoot | string |
controllers.e1000e-fix.containers.app.image.tag (3) v0.13@sha256:a20c2531bf35436ed3766cd6cfe89d352b050ccc4d7005ce6400adf97503da1b | string |
string | |
string | |
boolean | |
controllers.e1000e-fix.containers.main.args[] (3) - find /sys/class/net/*/device/driver/module/drivers -maxdepth 1 -path "*e1000e*" | awk -F'/' '{print $5}' | xargs -I% nsenter --mount=/host/proc/$(pidof /usr/local/bin/kubelet)/ns/mnt --net=/host/proc/$(pidof /usr/local/bin/kubelet)/ns/net -- sh -c "echo '% - BEFORE' && echo '==========' && ethtool -k % && echo '==========' && echo 'Disabling offloads for %...' && ethtool -K % tso off gso off gro off && echo '==========' && echo '% - AFTER' && echo '==========' && ethtool -k % && echo '=========='" && sleep infinity
| string |
controllers.e1000e-fix.containers.main.command[] (3) - /bin/bash | string |
controllers.e1000e-fix.containers.main.image.repository (3) ghcr.io/nicolaka/netshoot | string |
controllers.e1000e-fix.containers.main.image.tag (3) v0.13@sha256:a20c2531bf35436ed3766cd6cfe89d352b050ccc4d7005ce6400adf97503da1b | string |
string | |
string | |
boolean | |
boolean | |
boolean | |
boolean | |
boolean | |
string | |
string | |
boolean | |
string | |
persistence.netfs.hostPathType (6) Directory | string |
persistence.netfs.type (6) hostPath | string |
string | |
boolean | |
string | |
persistence.procfs.hostPathType (6) Directory | string |
persistence.procfs.type (6) hostPath | string |
boolean | |
boolean | |
boolean | |
boolean | |
string | |
string | |
string |