Skip to content

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
@boring-cyborg boring-cyborg bot added area:providers provider:cncf-kubernetes Kubernetes (k8s) provider related issues labels Nov 9, 2024
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers provider:cncf-kubernetes Kubernetes (k8s) provider related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

random_name_suffix is not working for sparkKubernetesOperator

2 participants