c12s-kubespray/roles/kubernetes
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
..
master replace non-breakable space with regular space 2017-03-23 00:25:01 +03:00
node Explicitly set cni-bin-dir 2017-03-13 20:13:21 +03:00
preinstall Merge pull request #1149 from mattymo/centos-retries 2017-03-18 11:12:36 +03:00
secrets Change wait for dnsmasq to skip if there are no kube-nodes in play 2017-03-21 18:55:22 +03:00