aws-samples / eks-anywhere-addons

https://aws-samples.github.io/eks-anywhere-addons/
MIT No Attribution
21 stars 39 forks source link

Adding Solo.io to the Partners #165

Closed PetrMc closed 8 months ago

PetrMc commented 8 months ago

Description of changes:

This pull request integrates Solo.io into the AWS EKS Anywhere Partners testing framework. It includes the following artifacts:

These additions ensure that Solo.io's components are validated according to the AWS EKS Anywhere Partners' testing protocols.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

PetrMc commented 8 months ago

@elamaran11 @shapirov103 - would appreciate your review and hopefully approval! Thanks!

elamaran11 commented 8 months ago

@mikemcd3912 Please validate in our lab.

mikemcd3912 commented 8 months ago

Hi @PetrMc,

After validating in our baremetal lab I noted that the testjob script is set up to only run once, so we would like to see that updated to a Cronjob so that it can test at least daily. See Komodor or Kong for examples of this

In addition to the recurring job runs, we encountered an issue with the cleanup stage on that pod. solo-istiod-healthtest pod log output is as follows:

$ kubectl logs -n istio-system solo-istiod-healthtest-c46qx ─╯ Deploying custom Istio Ingress Gateway... deployment.apps/custom-ingressgateway created NAME READY UP-TO-DATE AVAILABLE AGE custom-ingressgateway 0/1 1 0 0s Waiting for the custom ingress gateway deployment to be ready... Waiting for deployment "custom-ingressgateway" rollout to finish: 0 of 1 updated replicas are available... deployment "custom-ingressgateway" successfully rolled out Deploying test gateway... gateway.networking.istio.io/httpbin-gateway created NAME AGE httpbin-gateway 0s Deploying test VirtualService... virtualservice.networking.istio.io/httpbin-virtualservice created NAME GATEWAYS HOSTS AGE httpbin-virtualservice ["httpbin-gateway"] ["httpbin.example.com"] 0s Checking Istio Ingress Gateway configuration... "name": "httpbin.example.com:80", "httpbin.example.com" Istio Ingress Gateway has received correct configuration from Istiod. Cleaning up test resources... virtualservice.networking.istio.io "httpbin-virtualservice" deleted gateway.networking.istio.io "httpbin-gateway" deleted Istio functional test completed successfully. Cleaning up resources... Error from server (NotFound): gateways.networking.istio.io "httpbin-gateway" not found deployment.apps "custom-ingressgateway" deleted Cleanup completed.

PetrMc commented 8 months ago

Thanks @mikemcd3912

Hopefully the new commit addresses all the concerns. Thank you!