ZhangZhihui's Blog  
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 78 下一页

2023年12月19日

摘要: apiVersion: v1 kind: Service metadata: name: zimple-bank-api-service spec: selector: app.kubernetes.io/name: zimple-bank-api ports: - protocol: TCP po 阅读全文
posted @ 2023-12-19 15:04 ZhangZhihuiAAA 阅读(4) 评论(0) 推荐(0) 编辑
 
摘要: Then looking at this code: res, err := client.Do(req) defer res.Body.Close() if err != nil { return nil, err } I'm guessing that err is not nil. You'r 阅读全文
posted @ 2023-12-19 14:17 ZhangZhihuiAAA 阅读(23) 评论(0) 推荐(0) 编辑
 
摘要: The value of Desired Size of node group can be changed automatically by the value of Desired capacity of Auto scaling group: Better to edit node group 阅读全文
posted @ 2023-12-19 10:32 ZhangZhihuiAAA 阅读(8) 评论(0) 推荐(0) 编辑
 
摘要: Warning FailedScheduling 89s default-scheduler 0/1 nodes are available: 1 node(s) had untolerated taint {node.cloudprovider.kubernetes.io │ │ /uniniti 阅读全文
posted @ 2023-12-19 10:04 ZhangZhihuiAAA 阅读(880) 评论(0) 推荐(0) 编辑

2023年12月18日

摘要: Namespace - :ns Enter Pods in a namespace - select a namespace and press Enter All pods - :pod Enter Back to up level - press ESC Exit - :quit Enter S 阅读全文
posted @ 2023-12-18 21:00 ZhangZhihuiAAA 阅读(10) 评论(0) 推荐(0) 编辑
 
摘要: zzh@ZZHPC:~$ aws eks update-kubeconfig --name zimple-bank --region ap-southeast-2 An error occurred (AccessDeniedException) when calling the DescribeC 阅读全文
posted @ 2023-12-18 18:47 ZhangZhihuiAAA 阅读(16) 评论(0) 推荐(0) 编辑
 
摘要: Before you create worker nodes, you must create an IAM role with the following IAM policies: AmazonEKSWorkerNodePolicy AmazonEKS_CNI_Policy AmazonEC2C 阅读全文
posted @ 2023-12-18 16:58 ZhangZhihuiAAA 阅读(3) 评论(0) 推荐(0) 编辑
 
摘要: 阅读全文
posted @ 2023-12-18 14:39 ZhangZhihuiAAA 阅读(3) 评论(0) 推荐(0) 编辑
 
摘要: zzh@ZZHPC:~$ aws ecr get-login-password xxxxxxxxxx zzh@ZZHPC:~$ aws ecr get-login-password | docker login --username AWS --password-stdin 793698357301 阅读全文
posted @ 2023-12-18 11:33 ZhangZhihuiAAA 阅读(5) 评论(0) 推荐(0) 编辑

2023年12月17日

摘要: zzh@ZZHPC:~$ aws configure AWS Access Key ID [None]: xxxxxxxxxxxxxxxxxxxx AWS Secret Access Key [None]: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Defau 阅读全文
posted @ 2023-12-17 20:04 ZhangZhihuiAAA 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 78 下一页