-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
area/provider/openstackIssues or PRs related to openstack providerIssues or PRs related to openstack providerkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
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
Labels
area/provider/openstackIssues or PRs related to openstack providerIssues or PRs related to openstack providerkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.