Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
test: remove Clear Linux networking workaround
Browse files Browse the repository at this point in the history
We had to ensure that the controller didn't run on the same node as
the node drivers. We no longer test on Clear Linux, so this workaround
is no longer necessary.
  • Loading branch information
pohly committed Nov 12, 2020
1 parent 5c1f2b8 commit 894cca2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/start-kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -424,12 +424,6 @@ function init_kubernetes_cluster() (
sed -e 's/.*: v\([0-9]*\)\.\([0-9]*\)\..*/\1.\2/' \
>"${CLUSTER_DIRECTORY}/kubernetes.version"

# Allow all pods to run also on the master node *and* prevent the PMEM-CSI controller
# from running on the normal nodes. Workaround for networking issues on
# Clear Linux (https://github.com/intel/pmem-csi/issues/555).
ssh $SSH_ARGS ${CLOUD_USER}@${master_ip} kubectl taint nodes pmem-csi-${CLUSTER}-master node-role.kubernetes.io/master:NoSchedule-
ssh $SSH_ARGS ${CLOUD_USER}@${master_ip} kubectl label node -l storage=pmem pmem-csi.intel.com/controller=no

kubernetes_usage
)

Expand Down

0 comments on commit 894cca2

Please sign in to comment.