Cf update-space-quota

1 개요[ | ]

cf update-space-quota
  • 스페이스 쿼타를 갱신하는 cf 명령어
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
root@zetawiki:~# cf update-space-quota 'Hello Quota' --allow-paid-service-plans
Updating space quota Hello Quota as testuser03...
OK
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 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}