简体   繁体   English

无法在大三角帆中添加新的安全组规则

[英]Cannot add new security group rule in spinnaker

I've a spinnaker instance running in AWS EC2 Classic. 我有一个在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 . 我试图在此页面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? 大三角帆是否支持EC2 Classic? Do I have to be on VPC to use spinnaker? 我必须在VPC上才能使用大三角帆吗? If I deploy the spinnaker instance in VPC, can I deploy instances to EC2 classic? 如果我在VPC中部署了大三角帆实例,是否可以将实例部署到EC2 classic?

Spinnaker supports both EC2 Classic and VPC. Spinnaker支持EC2 Classic和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? 如果您单击了大三角帆实例的API端点并列出了安全组,那么您是否在其中看到了预期的组?

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Lambda Function 不向安全组添加规则 - Lambda Function Does not Add Rule to Security Group 将入站规则添加到安全组 aws cdk - Add inbound rule to security group aws cdk 将包含自身和安全组 ID 的 aws_security_group_rule 添加到安全组 - Add an aws_security_group_rule that contains self and a security group id to a security group Terraform 将新安全组添加到现有安全组 - Terraform add new security group to an existing security group 如何使用默认VPC将入站规则添加到AWS安全组? - How to add inbound rule to AWS security group with my default VPC? 如何添加引用另一个安全组的 cloudformation 安全组入口规则? - How do I add a cloudformation security group ingress rule that refers to another security group? 使用 Terraform (AWS) 将安全组添加到另一个安全组的入站规则作为源 - Add a Security Group to the Inbound Rule of another Security Group as a Source with Terraform (AWS) 如何使用boto3在不同帐户的安全组之间添加安全组规则? - How to use boto3 to add Security Group rule between Security Groups of different accounts? AWS CDK - 将新安全组添加到现有 VPC 终端节点 - AWS CDK - Add New Security Group to an Existing VPC Endpoint AWS 安全组:入站规则的来源与安全组名称相同吗? - AWS Security group : source of inbound rule same as security group name?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM