Merge master into release-1.10

This commit is contained in:
Andrew Chen
2018-03-26 17:34:56 -07:00
17 changed files with 50 additions and 1457 deletions
+1 -3
View File
@@ -117,9 +117,7 @@ data:
password: MWYyZDFlMmU2N2Rm
```
The data field is a map. Its keys must match
[`DNS_SUBDOMAIN`](https://git.k8s.io/community/contributors/design-proposals/architecture/identifiers.md), except that leading dots are also
allowed. The values are arbitrary data, encoded using base64.
The data field is a map. Its keys must consist of alphanumeric characters, '-', '_' or '.'. The values are arbitrary data, encoded using base64.
Create the secret using [`kubectl create`](/docs/user-guide/kubectl/{{page.version}}/#create):