Skip to content
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

Feat: Inject user identity as pod label in K8s plugin #4637

Merged
merged 12 commits into from
Jan 8, 2024
Prev Previous commit
Next Next commit
Revert "Add option in K8s plugin config to inject user identity into …
…pod labels"

This reverts commit c42a4a0.

Signed-off-by: Fabio Graetz <fabiograetz@googlemail.com>
  • Loading branch information
fg91 committed Jan 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit e0f379461abc3c38b5dcdc3da756f71f5c6f0915
Original file line number Diff line number Diff line change
@@ -199,9 +199,6 @@ type K8sPluginConfig struct {

// SendObjectEvents indicates whether to send k8s object events in TaskExecutionEvent updates (similar to kubectl get events).
SendObjectEvents bool `json:"send-object-events" pflag:",If true, will send k8s object events in TaskExecutionEvent updates."`

// InjectExecutionIdentity indicates whether to inject the execution identity (if set in the workflow) into the pod as a label.
InjectExecutionIdentity bool `json:"inject-execution-identity" pflag:",If true, will inject execution identity into the pod as a label."`
}

// FlyteCoPilotConfig specifies configuration for the Flyte CoPilot system. FlyteCoPilot, allows running flytekit-less containers