-
Notifications
You must be signed in to change notification settings - Fork 2
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
pass volumes/volume-mounts and env-vars through to gitsync containers #456
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments. Happy to approve after you respond.
Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com>
@adwk67 Thank you lots for merging this so fast! when will this be released? |
You can use the nightly version of the operator chart already (version e.g. airflow-operator:0.0.0-dev). The next release (24.7) is due by the end of next month. |
Is there anything to document here? |
This was a bugfix as they should have been passed through anyway. Now the code hopefully matches the docs :) |
@adwk67 we are testing the nightly atm and it is not working yet. We are connecting the git-sync container through Is it possible to fix this in the shortest terms; this still is an inconsistent state of the operator. (webserver and scheduler working fine, executors not) |
Hey, are looking into this. Would you mind in the meantime, opening a new issue and providing the exact definition of the AirflowCluster object ? Thank you. |
Will do! Thank you! |
Description
See https://github.com/orgs/stackabletech/discussions/49.
Also part of stackabletech/issues#548.
This is to enable SSH-usage using volumes/volumeMounts/envOverrides (which should be available anyway): incorporating this into the CRD is not part of this ticket.
CI tests 🟢 https://ci.stackable.tech/view/02%20Operator%20Tests%20(custom)/job/airflow-operator-it-custom/136/
OKD 🟢
Definition of Done Checklist
Author
Reviewer
Acceptance