Closed wichert closed 5 years ago
Currently the pod fails to launch because it tries to find a aws_assume_role secret:
aws_assume_role
Warning Failed 2m (x4 over 3m) kubelet, node3 Error: Couldn't find key aws_assume_role in Secret kube-system/registry-creds-ecr
The secret name is spelled with dashes instead of underscores. This PR updated the rc spec to use the right spelling.
Currently the pod fails to launch because it tries to find a
aws_assume_role
secret:The secret name is spelled with dashes instead of underscores. This PR updated the rc spec to use the right spelling.