Grammar patch to #3572

pull/3591/head
Andrew Chen 2017-05-01 10:07:15 -07:00
parent 0624f8f211
commit 15468eb442
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ spec:
command: ['sh', '-c', 'echo The app is running! && sleep 3600']
```
There is a slight change of syntax in Kubernetes 1.6. We moved the declaration of the Init Containers to `spec`:
There is a new syntax in Kubernetes 1.6, although the old annotation syntax still works. We have moved the declaration of init containers to `spec`:
```yaml
apiVersion: v1