Fabio M. Graetz, Ph.D.

Results 32 issues of Fabio M. Graetz, Ph.D.

**What happened?** I tried to convert the command `kubectl apply -k https://github.com/minio/operator` (which works) into the following deployment: ``` version: v1beta11 deployments: - name: minio-operator kubectl: kustomize: true manifests: -...

area/dev

**Actual behavior** A clear and concise description of what the bug is. When upgrading from v1.6.0 to v1.7.0 our CI starts failing with the following error message: ``` gcr.io/kaniko-project/executor:v1.7.0 error...

### Describe the bug flytectl `v0.6.12` ignores the storage settings, e.g. endpoint url, in the config file while `v0.5.8` does not. ```yaml admin: ... logger: ... storage: connection: endpoint: http://minio.flyte.svc.cluster.local:9000...

bug

## 🐛 Bug When a training script is canceled before completion or when it crashes, the run remains in `In Progress` state and cannot be deleted, even when clicking `Delete`...

type / bug
help wanted

### Describe the bug Let's take `container_image` as an example for a task node override: ```py @task def foo() -> str: return "foo" @workflow def wf(): foo().with_overrides( container_image="{{.image.default.fqn}}:" + "9410d0f0ed4a25577ab35a79bd3eb1119d8627d59c7a8fb947d42ca9fb46a61c"...

bug
flytekit
backlogged

### Describe the bug If one creates a map task over e.g. 5 inputs and on the platform side configures e.g. 2 log links for map tasks, FlyteConsole shows 10...

bug
ui
backlogged

### Motivation: Why do you think this is important? Our platform users regularly ping us with executions where a dynamic workflow failed to correctly register. Flyte's UI doesn't provide helpful...

bug
enhancement
help wanted
ui
backlogged

### Describe the bug How the *cloud events* integration of flyteadmin can be configured is documented [here](https://github.com/flyteorg/flyte/blob/fd22cb52f560f78180de58a89ba27f0a02ce0c35/rsts/deployment/configuration/cloud_event.rst#L13). For GCP, for instance, it says: ```yaml cloud_events.yaml: | cloudEvents: enable: true gcp:...

bug
stale

### Area - [X] Scheduler - [X] Controller - [X] Helm Chart - [ ] Documents ### Other components _No response_ ### What happened? We use the coscheduling plugin for...

kind/bug

## Tracking issue _https://github.com/flyteorg/flyte/issues/_ ## Why are the changes needed? ## What changes were proposed in this pull request? ## How was this patch tested? ### Setup process ### Screenshots...