1 개요[ | ]
- cf scale
Bash
Copy
cf scale 앱이름 -i 수량
2 실행예시[ | ]
doscon
Copy
C:\Users\jmnote>cf apps
Getting apps in org zeta / space development as jmnote@example.com...
OK
name requested state instances memory disk urls
spring-music started 1/1 512M 1G spring-music-ungabled-echoism.cfapps.io
C:\Users\jmnote>cf scale spring-music -i 2
Scaling app spring-music in org zeta / space development as jmnote@example.com...
OK
C:\Users\jmnote>cf apps
Getting apps in org zeta / space development as jmnote@example.com...
OK
name requested state instances memory disk urls
spring-music started 2/2 512M 1G spring-music-ungabled-echoism.cfapps.io
doscon
Copy
C:\Users\jmnote>cf apps
Getting apps in org zeta / space development as jmnote@example.com...
OK
name requested state instances memory disk urls
cf-scale-boot started 1/1 512M 1G cf-scale-boot-noncarbolic-strata.cfapps.io
C:\Users\jmnote>cf scale -i 4 cf-scale-boot
Scaling app cf-scale-boot in org zeta / space development as jmnote@example.com...
OK
C:\Users\jmnote>cf apps
Getting apps in org zeta / space development as jmnote@example.com...
OK
name requested state instances memory disk urls
cf-scale-boot started 4/4 512M 1G cf-scale-boot-noncarbolic-strata.cfapps.io
3 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.