Ihor Savchenko

Results 8 comments of Ihor Savchenko

@Bracewind How about this one as example? http://amapstudio.cirad.fr/soft/amapsim/start Seems it has already trained models for some kind of plants that can visualise farming process.with some kind of plugins that can...

@jicowan Yes, there was a patch to start secret injector as a first initContainer: https://github.com/aws-samples/aws-secret-sidecar-injector/pull/51 But my MR fixes advanced issue, when you have multiply Deployments with initContainers and without...

I'm agree with @45cali that it should be fixed in helm chart as the semverCompare condition doesn't allow any workaround for EKS cluster and appProtocol should be add regardless Kubernetes...

Hi, i've tried to init garden for k3s on arm (raspberry pi 4) with the next result: ``` ╰─➤ garden --env=local-pi plugins kubernetes cluster-init ✔ providers → Preparing environment... →...

I've faced the same issue with the same ```@0x``` package ```bash An unexpected error occurred: SyntaxError: Hexadecimal digit expected. (5:20) 3 | /* tslint:disable */ 4 | /* eslint-disable */...

> The fix doesn't seem to work for me: > > ``` > module "gke_euw3" { > > source = "terraform-google-modules/kubernetes-engine/google//modules/beta-private-cluster-update-variant" > version = "29.0.0" > > (...) > monitoring_enable_managed_prometheus...

Its also no possible to disable built-in nodepools. If you try to set en empty array as: ``` computeConfig: { nodePools: [], } ``` You'll get an error from AWS:...

Hi, all. I've also faced the same issue with auto-promoted freight for prod hotfixes. As a workaround I tried to use 2 warehouses - one with FreightCreationPolicy = 'Auto' that...