インフラ系SEの技術メモ

雑なエンジニアが低信頼性のメモを書いています。参考程度にとどめてください。

Openshiftをローカルにインストールするもメモリが足りなくてできなかった件

WindowsPCでOpenshiftを動かしたい

昔はminishiftというのがありましたが、今はがちんこのものを以下から落とせます。

Zipを展開すると crc-windows-1.17.0-amd64 です。

crcコマンドでインストールできるが

以下でセットアップを行い

$ crc setup
INFO Checking if oc binary is cached
INFO Caching oc binary
INFO Checking if podman remote binary is cached
INFO Checking if goodhosts binary is cached
INFO Caching goodhosts binary
INFO Checking if CRC bundle is cached in '$HOME/.crc'
INFO Unpacking bundle from the CRC binary
INFO Checking minimum RAM requirements
crc requires at least 9.664GB to run

え、10GBメモリいるの..?ないよ...?と思いながらインストールをかけるも

$ crc start
only 8.421GB of memory found (9.664GB required)

ということでやっぱりダメでした。残念。