aws-samples / eks-anywhere-addons

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

Adding Tetrate Istio Distribution #245

Closed zirain closed 2 months ago

zirain commented 3 months ago

resbumit https://github.com/aws-samples/eks-anywhere-addons/pull/242

mikemcd3912 commented 2 months ago

Hi @zirain,

It looks like we have a collision with another partner's software already using the istio-system namespace that is preventing flux from deploying the tetrate add-on. Please update the namespace to one that will be unique to this add-on so that we can begin testing. For example tetrate-istio could be a good option, but I will leave that naming up to you

Thanks!

zirain commented 2 months ago

Hi @zirain,

It looks like we have a collision with another partner's software already using the istio-system namespace that is preventing flux from deploying the tetrate add-on. Please update the namespace to one that will be unique to this add-on so that we can begin testing. For example tetrate-istio could be a good option, but I will leave that naming up to you

Thanks!

Updated

elamaran11 commented 2 months ago

@mikemcd3912 Can you we get this validated with new namespace

elamaran11 commented 2 months ago

Looks like your deployment custom-ingressgateway is failing. Specifically, it looks like these pods are failing:

mikemcd3912 commented 2 months ago

Hi @zirain , It appears we have success at times but it doesn't seem stable just yet as we encounter an intermittent certificate issue when trying to generate the ingressgateway pod for the tester. I've attached a couple of log files for reference, however all of the failing pods are all experiencing the same issue and output nearly identical logs:

Let me know if there is anything else I can provide to assist with troubleshooting or if you'd like to set up a time to look at things together live. Thanks!

elamaran11 commented 2 months ago

Looks like your deployment custom-ingressgateway is failing. Specifically, it looks like these pods are failing:

mdamt commented 2 months ago

Hi, is there any way we can replicate the testing setup on our end?

zirain commented 2 months ago

Hi, is there any way we can replicate the testing setup on our end?

let's wait https://github.com/aws-samples/eks-anywhere-addons/pull/261 first.

elamaran11 commented 2 months ago

@zirain #261 Works fine. We wont merge it until we have this PR's functional job working. We want both Istio mesh products to work in Tandem. @mdamt In terms of Local testing please follow the steps here for test on mac/linux. Alternatively you can use DevContainers too for your test and we have built a new functionality for the same which is in PR stage. Check the PR #254 for DevContainers.