Skip to content

OpenStack SecurityGroupRule Missing input for argument [SecGroupID] #10060

@zetaab

Description

@zetaab

1. What kops version are you running? The command kops version, will display
this information.

1.19.0 alpha 5

2. What Kubernetes version are you running? kubectl version will print the
version if a cluster is running or provide the Kubernetes version specified as
a kops flag.

1.19.2

3. What cloud provider are you using?

openstack (train)

4. What commands did you run? What is the simplest way to reproduce this issue?

kops create cluster \
  --cloud openstack \
  --name v3.k8s.local \
  --state ${KOPS_STATE_STORE} \
  --zones espsti,esptnl,helpa \
  --network-cidr 10.1.0.0/16 \
  --image debian-10 \
  --master-count=3 \
  --node-count=2 \
  --node-size m1.medium \
  --master-size m1.medium \
  --etcd-storage-type solidfire \
  --topology private \
  --bastion \
  --networking calico \
  --api-loadbalancer-type public \
  --os-octavia=true \
  --os-ext-net external \
  --os-ext-subnet ext-ha-v4 \
  --os-lb-floating-subnet ext-ha-v4

5. What happened after the commands executed?

in logs I can see rows:

W1016 13:41:45.651864   85380 executor.go:131] error running task "SecurityGroupRule/IPv6-egress-AllProtos-from-api.v3.k8s.local-to-ANY-0-0" (9m28s remaining to succeed): error creating SecurityGroupRule in SG api.v3.k8s.local: error creating security group rule {egress  IPv6  0 0    }: Missing input for argument [SecGroupID]

/area provider/openstack
/kind bug

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/provider/openstackIssues or PRs related to openstack providerkind/bugCategorizes issue or PR as related to a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions