1 개요[ | ]
- cf bind-security-group
- 시큐리티그룹을 스페이스 연결하는 cf 명령어
Console
Copy
root@zetawiki:~# cf security-groups
Getting security groups as testuser1
OK
Name Organization Space
#0 public_networks
#1 dns
#2 mysql
Console
Copy
root@zetawiki:~# cf bind-security-group mysql testorg testspace
Assigning security group mysql to space testspace in org testorg as testuser1...
OK
TIP: Changes will not apply to existing running applications until they are restarted.
Console
Copy
root@zetawiki:~# cf security-groups
Getting security groups as testuser1
OK
Name Organization Space
#0 public_networks
#1 dns
#2 mysql testorg testspace
Console
Copy
root@zetawiki:~# cf security-group mysql
Getting info for security group mysql as testuser1
OK
Name mysql
Rules
[
{
"destination": "destination": "10.244.1.18",
"ports": "3306",
"protocol": "tcp"
}
]
Organization Space
#0 testorg testspace
2 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.