mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
@@ -16,6 +16,7 @@ echo -e "${BLUE}Checking system compatibility${NC}"
|
||||
|
||||
MEM_GB=$(( $(sysctl hw.memsize | cut -d ' ' -f 2) / 1073741824 ))
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/scripts
|
||||
TOOLS_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/../tools
|
||||
|
||||
CPMEM="2048M"
|
||||
WNMEM="2048M"
|
||||
@@ -106,4 +107,6 @@ do
|
||||
multipass exec $node -- /tmp/01-setup-hosts.sh
|
||||
done
|
||||
|
||||
multipass transfer $TOOLS_DIR/approve-csr.sh controlplane01:/home/ubuntu/
|
||||
|
||||
echo -e "${GREEN}Done!${NC}"
|
||||
|
||||
Reference in New Issue
Block a user