Closed
Conversation
Add container to serve_logs
Fix container name
Add containerPort
Include env vars in serve_logs container
Add app.kubernetes.io labels
Create a service for worker pod log access
add a name to the worker logs service
Use subdomain to trigger using DNS name for FQDN
Mount volumes in serve-logs container
Add a --serve_logs parameter instead of a second container
Don't include explicit True
Set pod hostname
Replace service if it already exists
Add hostname to base pod spec
Include name in replace
Add log for testing purposes
Patch service instead of replace
Shorten safe pod name length
Revert "Remove dependence on dags_volume_claim and git init"
This reverts commit b4e5fbf.
force k8 config to be set to 'dags_in_image'
Terminate the DagFileProcessor after 15 seconds
Add connect/statement timeouts for postgres
Subclass Query with a type that can handle retries to the database
add config to toggle between google-cloud-storage Client and GoogleCloudStorageHook
do not wrap pre.code logs
enable ephemeral-storage resource requests/limits
use "limit_*" instead of "request_*" in limit request check
allow for a Resources or dict types for the resources parameter in KubernetesPodOperator
- Update KubernetesPodOperator documentation https://issues.apache.org/jira/browse/AIRFLOW-5221
- Fix formatting https://issues.apache.org/jira/browse/AIRFLOW-5221
- Add more docs https://issues.apache.org/jira/browse/AIRFLOW-5221
Rebase Against upstream/master
Member
|
Hi @dougblack , please follow the instructions in the PR template. On the other hand, if you would like to further test your code change, I would suggest to do that in your own fork first before you raise the PR. Repeated committing to PR would cost paid CPU time, and lengthen the build queue. So if you need more time & testing, I would suggest close this PR first. Cheers. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make sure you have checked all steps below.
Jira
Description
Tests
Commits
Documentation