New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
태그가 지정된 질문 쿠버네티스
Kubernetes is an open source container management and orchestration tool.
콘텐츠 언어: 한국어
필터링할 태그 선택
정렬 기준 가장 최근
아래 나열된 질문과 답변을 찾아보거나 필터링 및 정렬을 통해 결과 범위를 좁힐 수 있습니다.
2개의 결과
아래 코드를 실행해서 클러스트를 만듭니다.
```bash
eksctl create cluster -y cluster.yaml
```
cluster.yaml 에는 아래 처럼 설정했고
```yaml
managedNodeGroups:
- name: workers
instanceType: t3.medium
privateNetworking: tr...
eks cluster 1.21 운영중입니다.
지원일자가 한참 지나서 1.22 로 업데이트를 시도 하고 있으나
nodegroup 이 업데이트가 되지 않아서 진행을 못하고 있습니다.
혹시 경험 있으신 분 도움 부탁드립니다.
![nodegroup not supported](/media/postImages/original/IMmRMRnfRhTPy6wSnMwhDW8...