1 개요[ | ]
- cf update-space-quota
- 스페이스 쿼타를 갱신하는 cf 명령어
Console
Copy
root@zetawiki:~# cf space-quota 'Hello Quota'
Getting space quota Hello Quota info as testuser03...
OK
total memory limit 20G
instance memory limit unlimited
routes -1
services unlimited
non basic services disallowed
app instance limit unlimited
Console
Copy
root@zetawiki:~# cf update-space-quota 'Hello Quota' --allow-paid-service-plans
Updating space quota Hello Quota as testuser03...
OK
Console
Copy
root@zetawiki:~# cf space-quota 'Hello Quota'
Getting space quota Hello Quota info as testuser03...
OK
total memory limit 20G
instance memory limit unlimited
routes -1
services unlimited
non basic services allowed
app instance limit unlimited
2 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.