What kops version are you running? The command kops version, will display
this information.
Version 1.8.0
What Kubernetes version are you running? kubectl version will print the
version if a cluster is running or provide the Kubernetes version specified as
a kops flag.
What happened after the commands executed?
After applying a rolling update, the first master it recreates doesn't come back
What did you expect to happen?
Kops applies awslogs docker opts
Please provide your cluster manifest. Execute
kops get --name my.example.com -oyaml to display your cluster manifest.
You may want to remove your cluster name and other sensitive information.
Please run the commands with most verbose logging by adding the -v 10 flag.
Paste the logs into this report, or in a gist and provide the gist link here.
doesn't do anything
Anything else do we need to know?
root@ip-10-1-80-216:/home/admin# systemctl status docker
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled)
Active: activating (auto-restart) (Result: exit-code) since Sun 2017-12-10 20:37:41 UTC; 1s ago
Docs: https://docs.docker.com
Process: 2309 ExecStart=/usr/bin/dockerd -H fd:// $DOCKER_OPTS (code=exited, status=1/FAILURE)
Process: 2305 ExecStartPre=/opt/kubernetes/helpers/docker-prestart (code=exited, status=0/SUCCESS)
Main PID: 2309 (code=exited, status=1/FAILURE)
Dec 10 20:37:41 ip-10-1-80-216 systemd[1]: Failed to start Docker Application Container Engine.
Dec 10 20:37:41 ip-10-1-80-216 systemd[1]: Unit docker.service entered failed state.
root@ip-10-1-80-216:/home/admin# docker version
Client:
Version: 1.13.1
API version: 1.26
Go version: go1.7.5
Git commit: 092cba3
Built: Wed Feb 8 06:36:34 2017
OS/Arch: linux/amd64
error during connect: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.26/version: read unix @->/var/run/docker.sock: read: connection reset by peer
root@ip-10-1-80-216:/home/admin# cat /etc/sysconfig/docker
DOCKER_OPTS=--ip-masq=false --iptables=false --log-driver=awslogs --log-level=warn --log-opt=awslogs-create-group=true --log-opt=awslogs-group=production --log-opt=awslogs-region=eu-west-2 --storage-driver=overlay
------------- FEATURE REQUEST TEMPLATE --------------------
1. Describe IN DETAIL the feature/behavior/change you would like to see.
2. Feel free to provide a design supporting your feature request.
Thanks for submitting an issue! Please fill in as much of the template below as you can.
------------- BUG REPORT TEMPLATE --------------------
kops
version are you running? The commandkops version
, will display this information.Version 1.8.0
kubectl version
will print the version if a cluster is running or provide the Kubernetes version specified as akops
flag.aws
kops edit cluster ${NAME}
:kops get --name my.example.com -oyaml
to display your cluster manifest. You may want to remove your cluster name and other sensitive information.-v 10
flag. Paste the logs into this report, or in a gist and provide the gist link here. doesn't do anythingDec 10 20:37:41 ip-10-1-80-216 systemd[1]: Failed to start Docker Application Container Engine. Dec 10 20:37:41 ip-10-1-80-216 systemd[1]: Unit docker.service entered failed state. root@ip-10-1-80-216:/home/admin# docker version Client: Version: 1.13.1 API version: 1.26 Go version: go1.7.5 Git commit: 092cba3 Built: Wed Feb 8 06:36:34 2017 OS/Arch: linux/amd64 error during connect: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.26/version: read unix @->/var/run/docker.sock: read: connection reset by peer root@ip-10-1-80-216:/home/admin# cat /etc/sysconfig/docker DOCKER_OPTS=--ip-masq=false --iptables=false --log-driver=awslogs --log-level=warn --log-opt=awslogs-create-group=true --log-opt=awslogs-group=production --log-opt=awslogs-region=eu-west-2 --storage-driver=overlay