-
Notifications
You must be signed in to change notification settings - Fork 671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] [flyteplugins][sidecar_task] Throw Tolerations from pod_spec into Pod manifest #417
Closed
7 of 20 tasks
Comments
rstanevich
added
bug
Something isn't working
untriaged
This issues has not yet been looked at by the Maintainers
labels
Jul 17, 2020
8 tasks
wild-endeavor
removed
the
untriaged
This issues has not yet been looked at by the Maintainers
label
Jul 25, 2020
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
* fixed potential nil pointer Signed-off-by: Daniel Rammer <[email protected]> * updated flyteidl Signed-off-by: Daniel Rammer <[email protected]> * added CacheStatus and Logs fields to ExternalResourceInfo proto Signed-off-by: Daniel Rammer <[email protected]> * updated flyteplugins Signed-off-by: Daniel Rammer <[email protected]> * updated flyteidl Signed-off-by: Daniel Rammer <[email protected]> * updated flyteplugins Signed-off-by: Daniel Rammer <[email protected]> * updated flyteplugins version Signed-off-by: Daniel Rammer <[email protected]> * bumping flyteplugins version Signed-off-by: Daniel Rammer <[email protected]> * setting TaskExecutionEvent version to 1 Signed-off-by: Daniel Rammer <[email protected]> * bumped flyteidl and flyteplugins version Signed-off-by: Daniel Rammer <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
* Feast docs Signed-off-by: Samhita Alla <[email protected]> * remove sqlite docs Signed-off-by: Samhita Alla <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
* Added interruptible override for executions Workflows and tasks can now have their interruptible flag set for a single execution Added indication about interruptible override to execution metadata * Interruptible override now includes indeterminate state Defaults to indeterminate state, allowing for executions to have their interruptible setting overriden to and Added text indicator for override status to checkbox label * Use released @flyteorg/flyteidl package * Added extra tests Signed-off-by: Nick Müller <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 9, 2023
* fixed potential nil pointer Signed-off-by: Daniel Rammer <[email protected]> * updated flyteidl Signed-off-by: Daniel Rammer <[email protected]> * added CacheStatus and Logs fields to ExternalResourceInfo proto Signed-off-by: Daniel Rammer <[email protected]> * updated flyteplugins Signed-off-by: Daniel Rammer <[email protected]> * updated flyteidl Signed-off-by: Daniel Rammer <[email protected]> * updated flyteplugins Signed-off-by: Daniel Rammer <[email protected]> * updated flyteplugins version Signed-off-by: Daniel Rammer <[email protected]> * bumping flyteplugins version Signed-off-by: Daniel Rammer <[email protected]> * setting TaskExecutionEvent version to 1 Signed-off-by: Daniel Rammer <[email protected]> * bumped flyteidl and flyteplugins version Signed-off-by: Daniel Rammer <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
mhotan
added a commit
to mhotan/flyte
that referenced
this issue
Aug 28, 2024
* Make adminOauthClientCredentials secret name configurable.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The
sidecar_task
ignores tolerations which set inpod_spec
argument.https://lyft.github.io/flyte/user/tasktypes/sidecar.html?highlight=pod_spec#working-example
Expected behavior
The option to set
tolerations
section viapod_spec
forsidecar_task
.Flyte component
To Reproduce
Steps to reproduce the behavior:
sidecar_task
workflow and settolerations
section in thepod_spec
tolerations
which was set inpod_spec
Environment
Flyte component
Additional context
according to @katrogan notes in slack:
https://github.com/lyft/flyteplugins/blob/v0.3.36/go/tasks/plugins/k8s/sidecar/sidecar.go#L64
The
tolerations
section is dropped from thepod_spec
.The text was updated successfully, but these errors were encountered: