Skip to content

Commit

Permalink
Fix AIO image to properly configure crio for MicroShift networking
Browse files Browse the repository at this point in the history
Fixes-Issue: openshift#606

Signed-off-by: Miguel Angel Ajo Pelayo <miguelangel@ajo.es>
  • Loading branch information
mangelajo committed Mar 10, 2022
1 parent e7cd34f commit 808349c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion packaging/images/microshift-aio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ENV BUILD_PATH=packaging/images/microshift-aio
COPY --from=builder /opt/app-root/src/github.com/redhat-et/microshift/microshift /usr/local/bin/microshift
COPY $BUILD_PATH/unit /usr/lib/systemd/system/microshift.service
COPY $BUILD_PATH/kubelet-cgroups.conf /etc/systemd/system.conf.d/kubelet-cgroups.conf
COPY $BUILD_PATH/crio-bridge.conf /etc/cni/net.d/100-crio-bridge.conf
COPY packaging/crio.conf.d/microshift.conf /etc/crio/crio.conf.d/microshift.conf

# OCP_VERSION pushed ahead to 4.9.11 because aarch64 is now available, and it is backwards compatible
RUN export OCP_VERSION=4.9.11 && \
Expand Down
18 changes: 0 additions & 18 deletions packaging/images/microshift-aio/crio-bridge.conf

This file was deleted.

0 comments on commit 808349c

Please sign in to comment.