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

Add random_name_suffix to SparkKubernetesOperator (#43800) #43847

Merged
merged 2 commits into from
Nov 9, 2024

Conversation

mrk-andreev
Copy link
Contributor

Prior to this change, random_name_suffix was only documented but not implemented as a configurable option. Passing this value as an argument had no effect. This commit introduces a false option for random_name_suffix, which prevents the generation of a random suffix for the pod name. For compatibility, the default value is set to true, ensuring the pod name will still conform to MAX_LABEL_LEN = 63.

Fixes: #43800

Prior to this change, `random_name_suffix` was only documented but not implemented as a configurable option. Passing this value as an argument had no effect. This commit introduces a `false` option for `random_name_suffix`, which prevents the generation of a random suffix for the pod name. For compatibility, the default value is set to `true`, ensuring the pod name will still conform to `MAX_LABEL_LEN = 63`.

Fixes: apache#43800
Prior to this change, `random_name_suffix` was only documented but not implemented as a configurable option. Passing this value as an argument had no effect. This commit introduces a `false` option for `random_name_suffix`, which prevents the generation of a random suffix for the pod name. For compatibility, the default value is set to `true`, ensuring the pod name will still conform to `MAX_LABEL_LEN = 63`.

Fixes: apache#43800
@potiuk potiuk merged commit 63b2bbd into apache:main Nov 9, 2024
67 checks passed
ellisms pushed a commit to ellisms/airflow that referenced this pull request Nov 13, 2024
…che#43847)

* Add random_name_suffix to SparkKubernetesOperator (apache#43800)

Prior to this change, `random_name_suffix` was only documented but not implemented as a configurable option. Passing this value as an argument had no effect. This commit introduces a `false` option for `random_name_suffix`, which prevents the generation of a random suffix for the pod name. For compatibility, the default value is set to `true`, ensuring the pod name will still conform to `MAX_LABEL_LEN = 63`.

Fixes: apache#43800

* Add random_name_suffix to SparkKubernetesOperator (apache#43800)

Prior to this change, `random_name_suffix` was only documented but not implemented as a configurable option. Passing this value as an argument had no effect. This commit introduces a `false` option for `random_name_suffix`, which prevents the generation of a random suffix for the pod name. For compatibility, the default value is set to `true`, ensuring the pod name will still conform to `MAX_LABEL_LEN = 63`.

Fixes: apache#43800
LefterisXefteris pushed a commit to LefterisXefteris/airflow that referenced this pull request Jan 5, 2025
…che#43847)

* Add random_name_suffix to SparkKubernetesOperator (apache#43800)

Prior to this change, `random_name_suffix` was only documented but not implemented as a configurable option. Passing this value as an argument had no effect. This commit introduces a `false` option for `random_name_suffix`, which prevents the generation of a random suffix for the pod name. For compatibility, the default value is set to `true`, ensuring the pod name will still conform to `MAX_LABEL_LEN = 63`.

Fixes: apache#43800

* Add random_name_suffix to SparkKubernetesOperator (apache#43800)

Prior to this change, `random_name_suffix` was only documented but not implemented as a configurable option. Passing this value as an argument had no effect. This commit introduces a `false` option for `random_name_suffix`, which prevents the generation of a random suffix for the pod name. For compatibility, the default value is set to `true`, ensuring the pod name will still conform to `MAX_LABEL_LEN = 63`.

Fixes: apache#43800
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

random_name_suffix is not working for sparkKubernetesOperator
2 participants