Skip to content

Commit 37c5e7c

Browse files
authored
docs: additional info for miniKF
1 parent 32a6c91 commit 37c5e7c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ context. Here are a couple options for setting that up.
4242
#### Local miniKF Cluster (Preferred)
4343

4444
This deploys a Kubeflow cluster on your local machine and requires at least 50GB
45-
of disk space. First, create the miniKF cluster:
45+
of disk space and the recommanded RAM is 12 Gb. First, create the miniKF cluster:
4646

4747
1. Install Vagrant and Virtual Box.
4848
2. Create a new directory and run `vagrant init arrikto/minikf` and then
@@ -65,6 +65,17 @@ cluster (typically `user`).
6565
Each time you need to start the cluster, navigate to the directory you created
6666
and run `vagrant up`.
6767

68+
**Note**: after some experimentation, it was found that the vagrant file could be modified on line 57 to use 8gb instead of the default 12.
69+
```
70+
config.vm.provider "virtualbox" do |vb|
71+
# Display the VirtualBox GUI when booting the machine
72+
#vb.gui = true
73+
74+
# Customize the amount of memory on the VM:
75+
vb.memory = "8192"
76+
end
77+
```
78+
6879
#### Remote AKS Cluster
6980

7081
1. Install Azure CLI `az` and `kubectl`

0 commit comments

Comments
 (0)