Skip to content

Commit

Permalink
Update eks-distro-base/Dockerfile.minimal-base-iptables
Browse files Browse the repository at this point in the history
Co-authored-by: Guillermo Gaston <guillermogastonlorente@gmail.com>
  • Loading branch information
jaxesn and g-gaston authored Mar 6, 2023
1 parent 9bc1a63 commit da73daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks-distro-base/Dockerfile.minimal-base-iptables
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN set -x && \
# AL2 follows RHEL which uses a single alternaive setup for both iptables and ip6tables
# The wrapper script is currently only used by the eks-a kind image, since the other consumers of this base image
# do not include bash and have therefore relied on legacy as the default
# This adds the ip6tables atlernative so that the `update-alternatives --set` calls which happen during the kind
# This adds the ip6tables alternative so that the `update-alternatives --set` calls which happen during the kind
# bootstraping process via the iptables-wrapper.sh will work successfully
# https://github.com/kubernetes/release/blob/master/images/build/debian-iptables/buster/iptables-wrapper
for m in nft legacy; do chroot $NEWROOT update-alternatives --install /usr/sbin/ip6tables ip6tables /usr/sbin/ip6tables-$m 10 \
Expand Down

0 comments on commit da73daa

Please sign in to comment.