Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
remove flannel e2e config since it is passed in jenkins already
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed May 22, 2018
1 parent 44df46f commit 91fbd17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 40 deletions.
39 changes: 0 additions & 39 deletions examples/e2e-tests/kubernetes/kubernetes-config/flannel.json

This file was deleted.

4 changes: 3 additions & 1 deletion parts/k8s/kubernetescustomscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,9 @@ function installContainerd() {
rm -f "$CONTAINERD_TGZ_TMP"

echo "Successfully installed cri-containerd..."
setupContainerd
if [[ "$CONTAINER_RUNTIME" == "clear-containers" ]] || [[ "$CONTAINER_RUNTIME" == "containerd" ]]; then
setupContainerd
fi
}

function setupContainerd() {
Expand Down

0 comments on commit 91fbd17

Please sign in to comment.