c12s-kubespray/roles/kubernetes/master
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
..
defaults Merge pull request #1080 from VincentS/Granular_Auth_Control 2017-03-15 13:12:51 +03:00
files Address standalone kubelet config case 2016-12-13 16:35:53 +01:00
handlers Cleanup legacy syntax, spacing, files all to yml 2017-02-17 16:22:34 -05:00
meta Add tags 2016-12-09 12:14:28 +01:00
tasks Merge branch 'master' into idempotency2 2017-03-16 09:29:43 +03:00
templates replace non-breakable space with regular space 2017-03-23 00:25:01 +03:00
vars Address standalone kubelet config case 2016-12-13 16:35:53 +01:00