kops/pkg/nodeidentity
Kenji Kaneda a2bfbdd4cb Fix node label conversion in Azure
As Azure doesn't allow "/" in label keys, we used to convert "/" to
"_", but we didn't convert back "_" to "/" in kops-controller.

Change the code to store a label key in a tag value so that we don't
need to worry about escaping.
2021-02-28 22:35:12 -08:00
..
aws Take node labels from cloud tags on AWS 2020-09-10 20:59:24 -07:00
azure Fix node label conversion in Azure 2021-02-28 22:35:12 -08:00
do Rename NodeReconciler to LegacyNodeReconciler 2020-09-10 20:42:56 -07:00
gce Rename NodeReconciler to LegacyNodeReconciler 2020-09-10 20:42:56 -07:00
openstack modify names 2021-02-05 09:57:54 +02:00
BUILD.bazel Fill out kops controller functionality 2019-09-25 12:04:34 -04:00
interfaces.go Take node labels from cloud tags on AWS 2020-09-10 20:59:24 -07:00