Mariusz Strzelecki
Mariusz Strzelecki
@bblommers Unfortunately, it still doesn't work, I just faced the issue in 3.1.4 release. The [internal test](https://github.com/spulec/moto/blob/3.1.4/tests/test_ecs/test_ecs_boto3.py#L1730) calling `run_task(launchType="FARGATE")` actually registers instance before, so simulates EC2 launch type, not the...
It looks this issue it not solved yet. For anyone else struggling with it, it looks that setting the two following envs in the operator's pod helps: ``` EXECUTOR_SERVER_PORT: '80'...
@Shahard2 I don't know for sure, but I think `istioctl` is used to deploy istio itself. These three params should be passed to seldon setup (no need to touch istio)...
@mwiewior That's fine! Also, please keep in mind that unit tests are still missing, I'm going to add some in the day or two.
@mwiewior Tests are ready
@marcelopio This execution method turned out to be terribly slow in Fargate - there is like 5 minutes overhead for every single Kedro node due to slow download/extraction of big...
@mwiewior I think it's issue of Kedro itself, see: https://github.com/quantumblacklabs/kedro/commit/d36fce90f23a79990ea6470ad2ef9b3f1a4779bf I observe same on Kedro 0.17.4, upgrading to 0.17.5 helps
@jacobweiss2305 I'm using the plugin on 0.17.4, everything works as expected
@em-pe Yep, it seems so. If we apply the same trick here, the issue should be gone. @stephanecollot As a temporary workaround, you can try adding these lines into your...
@marrrcin It were not us ;-) https://github.com/kedro-org/kedro-plugins/pull/28