Error "/bin/bash: line 1: exec: #magic___^_^___line: not found" on fresh install #37607
Replies: 4 comments
-
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval. |
Beta Was this translation helpful? Give feedback.
-
Comes from yamlfmt: https://github.com/google/yamlfmt/blob/176fffc80d1c77511861c9dfa63fb1471612a35f/internal/hotfix/retain_line_break.go#L28 Setting See also: google/yamlfmt#86 |
Beta Was this translation helpful? Give feedback.
-
meet the same error doesn't know why, first time it was ok then relaunch chart and get this |
Beta Was this translation helpful? Give feedback.
-
Sems like a bug in yamlffmt in case of some specific whitespace (End of line) in yaml google/yamlfmt#86 has explanation. Seems you need to reformat your yaml to not have the whitespace that causes it. Nothing specific to Airflow. Converting it to a discussion. |
Beta Was this translation helpful? Give feedback.
-
Official Helm Chart version
1.11.0 (latest released)
Apache Airflow version
2.7.1
Kubernetes Version
1.27.6
Helm Chart configuration
https://gist.github.com/rishabhgargg/e24f16c314a3dcfb436f3bb203ed0f05
Docker Image customizations
None
What happened
I did this multiple time on different EKS clusters, all new.
But, for some reason as soon as I apply the chart with the provided
values.yaml
with a changeuseStandardNaming: true
(which is the default values.yaml from chart) above, I am getting this error/bin/bash: line 1: exec: #magic___^_^___line: not found
.What you think should happen instead
Ideally, all pods should be up as soon as the default chart is applied.
How to reproduce
Anything else
No response
Are you willing to submit PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions