Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit 07abb55

Browse files
committed
add addons
1 parent 3f5ecb1 commit 07abb55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

init_project.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ if [[ $(isMinikubeRunning) -eq 0 ]]; then
230230
status "Starting minikube"
231231
#echo "$(python -c 'import os,sys;print(os.path.realpath("."));')/ -alldirs -mapall="$(id -u)":"$(id -g)" $(minikube ip)" | sudo tee -a /etc/exports && sudo nfsd restart
232232
minikube start --cpus=2 --memory=4096
233+
minikube addons enable ingress
234+
minikube addons enable heapster
233235
# minikube start --cache-images --cpus=2 --memory=4096
234236
# hanged in some cases todo
235237
# minikube start --cpus=2 --memory=4096 2> >(logError) | {

0 commit comments

Comments
 (0)