Commit Graph

8 Commits

Author SHA1 Message Date
Sergiy Markin 69a74590e7 Airflow stable 2.6.2
This PS updates python modules and code to match Airflow 2.6.2:

- bionic py36 gates  were removed
- python code corrected to match new modules versions
- selection of python modules versions was perfoemed based on
  airflow-2.6.2 constraints

Change-Id: I9c3e139b3437414a61af7e7c0b7d7e533fadefda
2023-08-29 21:12:11 +00:00
Sean Eagan 1017536b9f Move to helm 3 CLI in cluster
Signed-off-by: Sean Eagan <seaneagan1@gmail.com>
Change-Id: I3c385547d30796aecb67aaa6482da34765052c47
2021-10-01 12:23:12 -05:00
Kumar, Nishant (nk613n) b49805ae82 Chart changes to support k8s v1.16
This PS includes changes to support k8s 1.16, these
changes would work with existing kubernetes version
as well. A seperate change would be done to uplift
kubernetes to 1.16.

Hyperkube short aliases are removed in k8s 1.15
https://github.com/kubernetes/kubernetes/pull/76953

- Rename binaries of kubernetes components in promenade and
corresponding anchor helm charts
- Kubelet flag --allow-priveleged is deprecated in k8s 1.15 and
removed in 1.16. Remove the flag from kubelet template. This
fix will be backward compatible as long as psp are defined.

Change-Id: I751dd7c0281b0c00ac8f283c1df379e932fe4658
2019-10-25 13:59:22 +00:00
Smruti Soumitra Khuntia b3533b8522 Enabling debug-report.sh to configure pods log duration.
Currently, when debug-report.sh collects logs for the deployment,
it's tmp directory eats up massive storage space if pod logs are
collected for more than two hours of duration.

This fix will provide a new shell variable "LOG_DURATION" that gives
flexibilty to configure log duration of pods to restrict space crunch
on the node while report creation. Default value is set to 0s, means
collect all logs.

To enable the collection of all logs irrespective of duration, LOG_
DURATION should be set to 0s. LOG_DURATION can be in seconds(s),
minutes(m) or hours(h).

Change-Id: Ia80f37baca90f421cd0f543fc3a66e039df45323
2019-08-22 17:12:48 +00:00
Scott Hussey 92e4292242 (fix) make debug-report compat w/ kubectl
Recent change to move kubectl out of a container
requires that the user environment now directly
be configured with KUBECONFIG. Ensure
it is available for debug-report.

Change-Id: Ia4dae81bc9733c4a9ae442c836626a117fc2f504
2019-07-30 12:44:58 -05:00
Kabanov, Dmitrii (dk370c) b01bf1da22 Add removal of temporary folders
The PS adds improvals to debug-report.sh script. Added removal of
temporary folders after creation of an archive with information
needed for debuging purposes.

Change-Id: I44c842779386271a8ab1c4332710e2ddaeb5b14e
2019-05-10 15:19:29 -07:00
Scott Hussey 805d5168b9 (debug) debug-report.sh support ns filter
- Support NAMESPACE_FILTER as a grep filter for which namespaces
  to collect pod logs for
- Default report location to /var/tmp and support override with
  BASETEMP

Change-Id: I8c302313c3c0492a9db856332067f77fb5a41a19
2019-01-03 10:45:00 -06:00
Mark Burnett f5947663f5 Add debug-report.sh to aid troubleshooting
Change-Id: I45c6293ad399dcf398c9af76a3151ddd9fae0223
2018-03-13 15:28:32 -05:00