website/content/en/docs/concepts/containers
Xin Chen 902db8c6f6 Fixed outdated ECR credential debug message (#18631)
* Fixed outdated ECR credential debug message

The log message for troubleshooting kubelet auto fetching ECR credentils issue has been changed (noticed since 1.14), and the new message reads like this when verbose log level is set to 3:

      - `aws_credentials.go:109] unable to get ECR credentials from cache, checking ECR API`
      - `aws_credentials.go:116] Got ECR credentials from ECR API for <Your ECR AWS Account ID>.dkr.ecr.us-east-1.amazonaws.com`

This is based on the kubelet source code: 
    https://github.com/kubernetes/kubernetes/blob/release-1.14/pkg/credentialprovider/aws/aws_credentials.go#L91

This PR is to fix this and to avoid confusion for more people who are troubleshooting the kubelet ECR issue.

* Update content/en/docs/concepts/containers/images.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-01-19 07:33:36 -08:00
..
_index.md Reorder concepts sections (#11032) 2018-11-19 13:05:13 -08:00
container-environment-variables.md removing toc shortcode. (#10720) 2018-10-25 11:02:31 -07:00
container-lifecycle-hooks.md Improve Concepts section (#17013) 2019-10-27 18:49:25 -07:00
images.md Fixed outdated ECR credential debug message (#18631) 2020-01-19 07:33:36 -08:00
runtime-class.md Link to `PodOverhead` conficuration page fix. (#17543) 2019-11-12 17:44:11 -08:00