mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
typofix - https://github.com/vlajos/misspell_fixer
This commit is contained in:
@@ -876,7 +876,7 @@ function kube-up {
|
||||
|
||||
# This is a race between instance start and volume attachment. There appears to be no way to start an AWS instance with a volume attached.
|
||||
# To work around this, we wait for volume to be ready in setup-master-pd.sh
|
||||
echo "Attaching peristent data volume (${MASTER_DISK_ID}) to master"
|
||||
echo "Attaching persistent data volume (${MASTER_DISK_ID}) to master"
|
||||
$AWS_CMD attach-volume --volume-id ${MASTER_DISK_ID} --device /dev/sdb --instance-id ${master_id}
|
||||
|
||||
sleep 10
|
||||
|
Reference in New Issue
Block a user