Skip to content

Commit

Permalink
remove swapoff
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshdaivajna authored Oct 15, 2023
1 parent a36a444 commit 1c751e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ provider-image:
ARG IMAGE_PATH=$IMAGE_REGISTRY/$IMAGE_REPO:$K8S_DISTRIBUTION-$K8S_VERSION-$PE_VERSION-$CUSTOM_TAG

IF [ "$K8S_DISTRIBUTION" = "kubeadm" ] || [ "$K8S_DISTRIBUTION" = "kubeadm-fips" ]
RUN swapoff -a
ARG BASE_K8S_VERSION=$K8S_VERSION
ELSE IF [ "$K8S_DISTRIBUTION" = "k3s" ]
ARG K8S_DISTRIBUTION_TAG=$K3S_FLAVOR_TAG
Expand Down

0 comments on commit 1c751e9

Please sign in to comment.