1 개요[ | ]
- cf create-space-quota
- 스페이스 쿼타를 생성하는 cf 명령어
Console
Copy
ubuntu@zetawiki:~$ cf space-quotas
Getting space quotas as testuser@example.com...
OK
name total memory limit instance memory limit routes service instances paid service plans app instance limit
Console
Copy
ubuntu@zetawiki:~$ cf create-space-quota big -i 1024M -m 4096M -r 20 -s 20 --allow-paid-service-plans
Creating space quota big for org development as testuser@example.com...
OK
Console
Copy
ubuntu@zetawiki:~$ cf space-quotas
Getting space quotas as testuser@example.com...
OK
name total memory limit instance memory limit routes service instances paid service plans app instance limit
big 4G 1G 20 20 allowed unlimited
Console
Copy
ubuntu@zetawiki:~$ cf space-quota big
Getting space quota big info as testuser@example.com...
OK
total memory limit 4G
instance memory limit 1G
routes 20
services 20
non basic services allowed
app instance limit unlimited
2 같이 보기[ | ]
3 참고[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.