简体   繁体   中英

Cannot add new security group rule in spinnaker

I've a spinnaker instance running in AWS EC2 Classic. I'm trying to setup the example bake and deploy pipeline in this page http://www.spinnaker.io/docs/bake-and-deploy-pipeline .

When I try to add a new security group rule, the group field is empty. I made sure the security groups cache is refreshed before trying to add the new security group rule.

Does spinnaker support EC2 Classic? Do I have to be on VPC to use spinnaker? If I deploy the spinnaker instance in VPC, can I deploy instances to EC2 classic?

Spinnaker supports both EC2 Classic and VPC.

The group field is populated from your existing security groups and filtered to only show groups appropriate to the deployment target (eg only classic groups if you are deploying in classic)

If you hit the API endpoint for your spinnaker instance and list security groups, do you see the expected groups there?

http://your-spinnaker-api-host:port/securityGroups

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM