Removing docker mentions from replicationControllers and Containers
parent
9851786e4b
commit
ddc48c241b
|
@ -138,8 +138,8 @@ labels and an appropriate restart policy. For labels, make sure not to overlap w
|
|||
|
||||
Only a [`.spec.template.spec.restartPolicy`](/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy) equal to `Always` is allowed, which is the default if not specified.
|
||||
|
||||
For local container restarts, ReplicationControllers delegate to an agent on the node,
|
||||
for example the [Kubelet](/docs/reference/command-line-tools-reference/kubelet/) or Docker.
|
||||
For local container restarts, ReplicationControllers delegate to some agent on the node,
|
||||
such as the [Kubelet](/docs/reference/command-line-tools-reference/kubelet/).
|
||||
|
||||
### Labels on the ReplicationController
|
||||
|
||||
|
|
|
@ -186,8 +186,8 @@ Events:
|
|||
16s 16s 1 {default-scheduler } Normal Scheduled Successfully assigned myapp-pod to 172.17.4.201
|
||||
16s 16s 1 {kubelet 172.17.4.201} spec.initContainers{init-myservice} Normal Pulling pulling image "busybox"
|
||||
13s 13s 1 {kubelet 172.17.4.201} spec.initContainers{init-myservice} Normal Pulled Successfully pulled image "busybox"
|
||||
13s 13s 1 {kubelet 172.17.4.201} spec.initContainers{init-myservice} Normal Created Created container with docker id 5ced34a04634; Security:[seccomp=unconfined]
|
||||
13s 13s 1 {kubelet 172.17.4.201} spec.initContainers{init-myservice} Normal Started Started container with docker id 5ced34a04634
|
||||
13s 13s 1 {kubelet 172.17.4.201} spec.initContainers{init-myservice} Normal Created Created container init-myservice
|
||||
13s 13s 1 {kubelet 172.17.4.201} spec.initContainers{init-myservice} Normal Started Started container init-myservice
|
||||
```
|
||||
|
||||
To see logs for the init containers in this Pod, run:
|
||||
|
|
Loading…
Reference in New Issue