c12s-kubespray/roles/kubernetes/master/templates/manifests
Vladimir Rutsky c4e57477fb replace non-breakable space with regular space
Non-brekable space is 0xc2 0xa0 byte sequence in UTF-8.

To find one:

    $ git grep -I -P '\xc2\xa0'

To replace with regular space:

    $ git grep -l -I -P '\xc2\xa0' | xargs sed -i 's/\xc2\xa0/ /g'

This commit doesn't include changes that will overlap with commit f1c59a91a1.
2017-03-23 00:25:01 +03:00
..
kube-apiserver.manifest.j2 replace non-breakable space with regular space 2017-03-23 00:25:01 +03:00
kube-controller-manager.manifest.j2 Updating vsphere cloud provider support 2017-02-27 15:08:04 -06:00
kube-scheduler.manifest.j2 Revert "Drop linux capabilities and rework users/groups" 2017-02-06 15:58:54 +03:00