aws / aws-nitro-enclaves-with-k8s

Tools and guides for using AWS Nitro Enclaves with Amazon EKS.
Apache License 2.0
32 stars 11 forks source link

Followed the instruction, it shows error like below #22

Open haozhiyu opened 1 year ago

haozhiyu commented 1 year ago

Warning FailedScheduling 66s default-scheduler 0/1 nodes are available: 1 Insufficient aws.ec2.nitro/nitro_enclaves.

To address this, I need to manually label worker node with "$ kubectl label node ip-123-123-123-123.us-east-1.compute.internal aws-nitro-enclaves-k8s-dp=enabled". Can you add this command onto the documentation or add it into cloudformation?

meerd commented 1 year ago

Hello @haozhiyu,

Labeling should have been done during the enclave setup command. Do you make sure the setup command finishes properly while you are creating the cluster?