Skip to content
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

WIP: development experience updates/fixes #197

Draft
wants to merge 4 commits into
base: fix/subtask-time-display
Choose a base branch
from

Conversation

NeilHanlon
Copy link
Member

@NeilHanlon NeilHanlon commented Jul 27, 2024

TL;DR

Upgrade Temporal dependencies, improve Kubernetes pod configurations, and fix various bugs

What changed?

  • Updated Temporal to version 1.20 and admin tools to version 1.22.4.
  • Improved Kubernetes configurations including new labels and annotations for various pods.
  • Introduced better configuration handling for security contexts and resource management.
  • Addressed bugs related to service ports, SQL configuration, and Elasticsearch index creation.

@resf-prow
Copy link
Contributor

resf-prow bot commented Jul 27, 2024

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

Copy link
Member Author

NeilHanlon commented Jul 27, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @NeilHanlon and the rest of your teammates on Graphite Graphite

@@ -109,7 +109,7 @@ local manifestYamlStream = function (value, indent_array_in_object=false, c_docu
image: image,
tag: tag,
};
local istio_mode = if helm_mode then false else if utils.local_image then false else true;
local istio_mode = true; #if helm_mode then false else if utils.local_image then false else true;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove before merge?

@@ -91,7 +91,7 @@ export default async function (opts) {
opts.issuerBaseURL.endsWith('.localhost/')) &&
process.env['RESF_ENV']
) {
const kong = 'kong-proxy.kong.svc.cluster.local';
const kong = 'istio-ingressgateway.istio-system.svc.cluster.local';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kong -> ingress

@NeilHanlon NeilHanlon changed the base branch from main to fix/subtask-time-display July 27, 2024 03:41
@resf-prow
Copy link
Contributor

resf-prow bot commented Jul 27, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: NeilHanlon

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@NeilHanlon NeilHanlon changed the title fix: display build subtask timing properly regardless of location WIP: development experience updates/fixes Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant