You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* wip: working tests (except auth: opa, oidc)
* wip: changing python test files
* single health.py for all airflow versions
* single metrics.py for all airflow versions
* update tests with new commons scripts
* tests: use "airflow-latest" instead of "airflow"
* cleanup and code comments
* restore deleted env
* use correct webserver service
* restore operator to release list
* test: fix oidc
* wip: get logging tests to work post-merge
* make env-vars version-specific
* fixed resolution of webserver url for execution api
* relaxed default resources
* update test defs for oidc/opa
* changelog
* Update tests/templates/kuttl/logging/51-assert.yaml.j2
Co-authored-by: Malte Sander <[email protected]>
* code review changes
* code review changes
* move containerdebug cmd to a function
* replaced random key with hard-coded one with comment
* cleanup and better comment
* for 3.x: only scheduler updates FAB permissions and restrict workers
* make api-server env-vars role dependent
---------
Co-authored-by: Razvan-Daniel Mihai <[email protected]>
Co-authored-by: Malte Sander <[email protected]>
A minimal HA setup consisting of 2 schedulers, 2 workers and 2 webservers has the following https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/[resource requirements]:
7
7
8
-
* `5700m` CPU request
8
+
* `8700m` CPU request
9
9
* `17400m` CPU limit
10
-
* `10752Mi` memory request and limit
10
+
* `15872Mi` memory request and limit
11
11
12
12
Corresponding to the values above, the operator uses the following resource defaults:
0 commit comments