python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
GPU nodegroup in EKS
I am not able to create a nodegroup with GPU type using EKS, getting this error from cloud formation:
[!] retryable error (Throttling: Rate exceeded status code: 400, request id: 1e091568-812c-45a5-8...
Jumana Kass
Votes: 0
Answers: 1
Replicate eksctl cluster creation with OIDC
I'd like to recreate this functionality in CDK
eksctl create cluster \
--name <<cluster-name>> \
--region <<region>> \
--with-oidc \
--nodes=3
My cdk cluster c...
h33
Votes: 0
Answers: 2
How can I apply MixInstancesPolicies to EKS spot managed node group?
currently I'm trying to create a managed node group on EKS using eksctl.
Here is my script:
eksctl create nodegroup \
--cluster=my-cluster \
--regi...
Nguyen Hoang Vu
Votes: 0
Answers: 1
Create an identity mapping for EKS with Terraform
I am currently provision my EKS cluster/s using EKSCTL and I want to use Terraform to provision the cluster/s. I am using Terraform EKS module to create cluster. I have use EKSCTL to create identity m...
Ruwan Vimukthi Mettananda
Votes: 0
Answers: 2