Browse Source

Merge pull request #210 from llhuii/fix-all-in-one-untaint-bug

all-in-one: fix master node unschedule taint bug
tags/v0.4.3
KubeEdge Bot GitHub 4 years ago
parent
commit
ed4756c133
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/installation/all-in-one.sh

+ 1
- 1
scripts/installation/all-in-one.sh View File

@@ -404,7 +404,7 @@ function install_sedna() {


run_in_control_plane bash -ec "
kubectl taint $gm_node node-role.kubernetes.io/master- 2>/dev/null || true
kubectl taint node $gm_node node-role.kubernetes.io/master- || true
curl https://raw.githubusercontent.com/kubeedge/sedna/main/scripts/installation/install.sh | SEDNA_GM_NODE=$gm_node SEDNA_ACTION=create bash -
"
}


Loading…
Cancel
Save