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 | Diaoul/home-ops | 66 | 3.6.1 | 5 days ago |
e1000e-fix | JJGadgets/Biohazard | 48 | 3.1.0 | 22 days 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 '=========='" &&
echo 'Setting bridge MACs based on bridge master interfaces' &&
for br in $(ip -json link show type bridge | jq -r '.[].ifname'); do
ip link show dev $br
ip -json link show dev $(ip -json link show master $br | jq -r '.[] | select(.flags[] | index("MASTER")) | .ifname') | jq -r '.[0].address' | xargs -I% ip link set dev $br address %
ip link show dev $br
done &&
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 |