From 248f7deec70287fc830832453f98846c0279b127 Mon Sep 17 00:00:00 2001 From: Daisuke Fujita Date: Mon, 3 Jul 2017 17:11:30 +0900 Subject: [PATCH] Modify journalctl flag in ECR doc --- docs/concepts/containers/images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/containers/images.md b/docs/concepts/containers/images.md index 9960185f56..e98380e808 100644 --- a/docs/concepts/containers/images.md +++ b/docs/concepts/containers/images.md @@ -99,7 +99,7 @@ Troubleshooting: - Verify all requirements above. - Get $REGION (e.g. `us-west-2`) credentials on your workstation. SSH into the host and run Docker manually with those creds. Does it work? - Verify kubelet is running with `--cloud-provider=aws`. -- Check kubelet logs (e.g. `journalctl -t kubelet`) for log lines like: +- Check kubelet logs (e.g. `journalctl -u kubelet`) for log lines like: - `plugins.go:56] Registering credential provider: aws-ecr-key` - `provider.go:91] Refreshing cache for provider: *aws_credentials.ecrProvider`