lyft / lyft/flinkk8soperator

Allow using ProgramArgsList

Open
#268 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
581
Forks
153
PR merge metrics
No merged PRs in 30d

Description

Hello,

We're having issue sending args containing quote characters in programArgs.
Looking at this old issue on flink [FLINK-10295](https://issues.apache.org/jira/browse/FLINK-10295) it looks like we should be using ProgramArgsList instead of ProgramArgs (which avoid weird parsing behavior).
Unfortunately the flinkk8soperator doesn't allow this today afaik.
Would it be possible to add this option to the spec?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the operator's application spec and the code that maps programArgs into the Flink deployment configuration. Compare the existing ProgramArgs handling with Flink's ProgramArgsList behavior, then verify that arguments containing quote characters are passed without unwanted parsing.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, kubernetes
Domain
infrastructure
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.