Closed gaussye closed 1 week ago
@gaussye I also plan to try CoCo remote mode in AWS. May I know which AWS region and instance type you used? Thanks.
@qzheng527 us-east-1
@gaussye I tried on my setup and couldn't recreate the issue
kubectl get pods -o wide
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
network-debug-app-584ddf7956-59kk8 1/1 Running 0 17m 172.16.63.12 ip-192-168-44-147.us-east-2.compute.internal <none> <none>
root@ip-192-168-44-147:/# ping 172.16.63.12
PING 172.16.63.12 (172.16.63.12) 56(84) bytes of data.
64 bytes from 172.16.63.12: icmp_seq=1 ttl=64 time=0.348 ms
64 bytes from 172.16.63.12: icmp_seq=2 ttl=64 time=0.265 ms
64 bytes from 172.16.63.12: icmp_seq=3 ttl=64 time=0.328 ms
64 bytes from 172.16.63.12: icmp_seq=4 ttl=64 time=0.265 ms
Did you set the VXLAN_PORT to 9000 in src/cloud-api-adaptor/install/overlays/aws/kustomization.yaml
and enabled the VXLAN port in the security group ?
I realise that we don't explicitly mention this in this section - https://github.com/confidential-containers/cloud-api-adaptor/blob/main/src/cloud-api-adaptor/aws/README.md#deploy-caa
@bpradipt After setting VXLAN_PORT=9000 in configmap it works now. Thanks.
Documentation updated via - https://github.com/confidential-containers/cloud-api-adaptor/pull/2148
Describe the bug
I follow the guide https://github.com/confidential-containers/cloud-api-adaptor/blob/e14ad0fe0c3cc32c8f9634d9da353e35ebd423a0/src/cloud-api-adaptor/aws/README.md to setup the EKS environment for TEE. Now i have deployed 2 nginx deployment - one with run annotation runtimeClassName: kata-remote and the second one without annotation. I login to the node to ping the IP of both, the one with annotation show error message 'no route to host' and the other one works. Is it a normal behavior?
How to reproduce
Follow the guide https://github.com/confidential-containers/cloud-api-adaptor/blob/
CoCo version information
quay.io/confidential-containers/operator:v0.10.0
What TEE are you seeing the problem on
None
Failing command and relevant log output
No response