Regression after change 322200 - Kubernetes doesn't allow underscores in configmaps
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-kubernetes |
Fix Released
|
High
|
Ken Wronkiewicz |
Bug Description
After this change: https:/
Kolla-Kubernetes suddenly stopped being able to build.
Example run:
```
kolla-kubernetes run mariadb
2016-06-06 23:42:19.487 13791 INFO root [-] Command : ['kubectl', '--server=http://
error: wsrep_notify.sh is not a valid key name for a configMap
2016-06-06 23:42:19.531 13791 INFO root [-] Command : ['kubectl', '--server=http://
```
When I try to duplicate that by hand, I get the same message. We can't create a config map with an underscore in the name.
description: | updated |
Changed in kolla-kubernetes: | |
assignee: | nobody → Ken Wronkiewicz (wh-ubuntuone) |
status: | New → Fix Committed |
Changed in kolla-kubernetes: | |
milestone: | none → newton |
importance: | Undecided → Medium |
importance: | Medium → High |
Changed in kolla-kubernetes: | |
status: | Fix Committed → Fix Released |
This issue was fixed in the openstack/kolla 3.0.0.0b2 development milestone.