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

build: upgrade kit #14105

Merged
merged 12 commits into from
Jan 28, 2025
Merged

build: upgrade kit #14105

merged 12 commits into from
Jan 28, 2025

Conversation

alexec
Copy link
Contributor

@alexec alexec commented Jan 20, 2025

N/A

Motivation

Improve the user experience by updating to the latest version.

Modifications

Updated tasks.yaml and other build files.

Verification

image

@alexec alexec marked this pull request as draft January 20, 2025 17:58
Copy link
Contributor

@MasonM MasonM left a comment

Choose a reason for hiding this comment

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

Thanks @alexec! I entered kitproj/kit#81 because kit ui-deps is currently broken, and it looks like you solved that here.

.devcontainer/pre-build.sh Outdated Show resolved Hide resolved
kubectl -n argo port-forward "svc/$resource" "$port:$dest_port" &
until lsof -i ":$port" > /dev/null ; do sleep 1 ; done
}
go install github.com/kitproj/[email protected]
Copy link
Contributor

@MasonM MasonM Jan 24, 2025

Choose a reason for hiding this comment

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

Nice! I made my own attempt at getting rid of kubectl port-forward a little while ago: main...MasonM:argo-workflows:no-port-forward

The idea is to change all services to be of type LoadBalancer. With k3s, that means ServiceLB will automatically forward the port to the host. This works, but it kinda couples the dev environment to k3s, since some distributions (e.g. kind) don't come with a LoadBalancer out-of-the-box. It looks like kubeauto doesn't have that problem.

Makefile Outdated Show resolved Hide resolved
alexec and others added 11 commits January 27, 2025 10:34
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Co-authored-by: Mason Malone <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: oninowang <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
…nAsNonRoot (#14072)

Signed-off-by: Paul Watts <[email protected]>
Co-authored-by: Mason Malone <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: MenD32 <[email protected]>
Co-authored-by: MenD32 <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
@terrytangyuan
Copy link
Member

Good to see you, Alex :-)

@alexec alexec marked this pull request as ready for review January 27, 2025 22:13
@alexec alexec enabled auto-merge (squash) January 27, 2025 22:13
@alexec alexec requested a review from terrytangyuan January 27, 2025 22:13
@alexec alexec merged commit bc19d5e into main Jan 28, 2025
31 checks passed
@alexec alexec deleted the kit-up branch January 28, 2025 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants