-
Notifications
You must be signed in to change notification settings - Fork 0
crc
Cesar Celis Hernandez edited this page Oct 13, 2023
·
4 revisions
####
To use 6443 port
####
kind delete cluster
####
To start fresh
####
crc stop
crc delete -f
crc cleanup
####
Give more CPUs
####
crc config set cpus 8 <---- Para la McBook Pro
crc config set cpus 4 <---- Para la Ubuntu Machine
crc config set cpus 16 <--- Para la Mega Ubuntu
####
Give more Memory
####
crc config set memory 16384 <--- En la MacBook Pro porque tienes 32 GB
crc config set memory 9216 <--- En la Ubuntu Laptop porque tienes 16 GB
crc config set memory 102400 <-- En la mega
####
To download files the first time
####
crc setup
####
To launch it
####
crc start -c 8 -m 16384
crc start -c 4 -m 9216
crc start -c 16 -m 102400
####
To start using it
####
oc login ...