There was an error while loading. Please reload this page.
1 parent ba93b80 commit 85e73c1Copy full SHA for 85e73c1
1 file changed
upgrade-scripts/001-switch-to-dqlite/commit-master.sh
@@ -17,7 +17,7 @@ ${SNAP}/microk8s-stop.wrapper
17
cp "$SNAP_DATA"/args/kube-apiserver "$BACKUP_DIR/args"
18
# Configure the API sever to talk to the external dqlite
19
if [ -e ${SNAP}/default-args/k8s-dqlite ] &&
20
- ! [ -e ${SNAP_DATA}/args/k8s-dqlite ] &&
+ ! [ -e ${SNAP_DATA}/args/k8s-dqlite ]
21
then
22
echo "Reconfiguring the API server for dqlite"
23
cp ${SNAP}/default-args/k8s-dqlite ${SNAP_DATA}/args/k8s-dqlite
0 commit comments