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

Commit

Permalink
remove flannel/containerd e2e config since it is passed in jenkins al…
Browse files Browse the repository at this point in the history
…ready

Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jun 12, 2018
1 parent 2e7c87f commit 8a35f22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 81 deletions.
40 changes: 0 additions & 40 deletions examples/e2e-tests/kubernetes/kubernetes-config/containerd.json

This file was deleted.

39 changes: 0 additions & 39 deletions examples/e2e-tests/kubernetes/kubernetes-config/flannel.json

This file was deleted.

6 changes: 4 additions & 2 deletions parts/k8s/kubernetescustomscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function installDeps() {
# make sure walinuxagent doesn't get updated in the middle of running this script
retrycmd_if_failure 20 5 30 apt-mark hold walinuxagent || exit $ERR_HOLD_WALINUXAGENT
# See https://github.com/kubernetes/kubernetes/blob/master/build/debian-hyperkube-base/Dockerfile#L25-L44
apt_get_install 20 30 300 apt-transport-https ca-certificates iptables iproute2 socat util-linux mount ebtables ethtool init-system-helpers nfs-common ceph-common conntrack glusterfs-client ipset jq cgroupfs-mount git pigz xzutils || exit $ERR_APT_INSTALL_TIMEOUT
apt_get_install 20 30 300 apt-transport-https ca-certificates iptables iproute2 socat util-linux mount ebtables ethtool init-system-helpers nfs-common ceph-common conntrack glusterfs-client ipset jq cgroup-lite git pigz xz-utils || exit $ERR_APT_INSTALL_TIMEOUT
}

function installDocker() {
Expand Down Expand Up @@ -316,7 +316,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 8a35f22

Please sign in to comment.