Modify journalctl flag in ECR doc

This commit is contained in:
Daisuke Fujita 2017-07-03 17:11:30 +09:00 committed by Andrew Chen
parent 487c8d610d
commit 248f7deec7
1 changed files with 1 additions and 1 deletions

View File

@ -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`