posted @ 2023-12-20 15:31
ZhangZhihuiAAA
阅读(10)
推荐(0)
摘要:
(default) Choose what logs to be sent to CloudWatch at cluster creation: (default)
阅读全文
posted @ 2023-12-19 21:50
ZhangZhihuiAAA
阅读(7)
推荐(0)
摘要:
Got socket hang up error when access web api service deployed on EKS cluster. Checked and found that the endpoint of the service is none, and there's
阅读全文
posted @ 2023-12-19 15:57
ZhangZhihuiAAA
阅读(10)
推荐(0)
摘要:
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
阅读(10)
推荐(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
阅读(66)
推荐(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
阅读(18)
推荐(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
阅读(1344)
推荐(0)
摘要:
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
阅读(28)
推荐(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
阅读(41)
推荐(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
阅读(11)
推荐(0)