nixos: fix typos
This commit is contained in:
@@ -22,7 +22,7 @@ in
|
||||
|
||||
bootstrapAddons = mkOption {
|
||||
description = lib.mdDoc ''
|
||||
Bootstrap addons are like regular addons, but they are applied with cluster-admin rigths.
|
||||
Bootstrap addons are like regular addons, but they are applied with cluster-admin rights.
|
||||
They are applied at addon-manager startup only.
|
||||
'';
|
||||
default = { };
|
||||
|
||||
@@ -323,7 +323,7 @@ in
|
||||
systemctl restart flannel
|
||||
''}
|
||||
|
||||
echo "Node joined succesfully"
|
||||
echo "Node joined successfully"
|
||||
'')];
|
||||
|
||||
# isolate etcd on loopback at the master node
|
||||
|
||||
Reference in New Issue
Block a user