Difference between revisions of "Cephfs microk8s"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
https://www.redhat.com/en/topics/data-storage/file-block-object-storage | https://www.redhat.com/en/topics/data-storage/file-block-object-storage | ||
+ | |||
+ | ``` | ||
+ | lxc config set k8s3 limits.cpu=8 limits.memory=24GB | ||
+ | ``` | ||
+ | |||
+ | |||
+ | https://computingforgeeks.com/how-to-deploy-rook-ceph-storage-on-kubernetes-cluster/ |
Latest revision as of 04:26, 4 July 2023
https://www.redhat.com/en/topics/data-storage/file-block-object-storage
lxc config set k8s3 limits.cpu=8 limits.memory=24GB
https://computingforgeeks.com/how-to-deploy-rook-ceph-storage-on-kubernetes-cluster/