· 8 years ago · Jun 23, 2018, 07:16 PM
1# Steps
2
31. Run command below to get your 12 digit user id
4
5 aws iam get-user
6
7 From the output
8
9 {
10 "User": {
11 "Path": "/",
12 "UserName": "**********@gmail.com",
13 "UserId": "****************",
14 "Arn": "arn:aws:iam::553039628820:user/*******************@gmail.com",
15 "CreateDate": "2017-11-27T07:38:30Z",
16 "PasswordLastUsed": "2018-06-21T09:52:17Z"
17 }
18 }
19
20 The value example is 553039628820
21
221. Run the command below to setup credential
23
24 minikube addons configure registry-creds
25
261. Fill in all values except for Optional value
27
281. Enable addon by running
29
30 minikube addons enable registry-creds
31
321. If still get **ErrImagePull** delete current helm deployment and reinstall
33
34 helm delete {chartName} --purge
35
36 helm install --name minikube-online-payment --dep-up k8s/online-payment -f k8s/minikube-values.yaml