Failed to delete consumer with type, name or ID 'neutron': Multiple service matches found for 'neutron', use an ID to be more specific.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-kubernetes |
New
|
Undecided
|
Unassigned |
Bug Description
kubectl version
Client Version: version.
Server Version: version.
helm version
Client: &version.
Server: &version.
kolla-kubernetes is master
1、install neutron
helm install --debug kolla-kubernete
waiting a while.
2、delete it for some resons
helm delete neutron --purge
3、install it again
helm install --debug kolla-kubernete
some pods appears error
the reason is Multiple service matches found for 'neutron'
4、clean it
helm install --debug kolla-kubernete
kubectl log neutron-
W0524 14:41:37.641747 10959 cmd.go:392] log is DEPRECATED and will be removed in a future version. Use logs instead.
+ /usr/bin/openstack service delete neutron
Failed to delete consumer with type, name or ID 'neutron': Multiple service matches found for 'neutron', use an ID to be more specific.
1 of 1 services failed to delete.
5、I clean it by openstackclient finally. But it shouldn't create neutron service more than one. Maybe
other project have the same problem