Some helpful commands
limactl start ./ubuntu2404.yaml limactl list
limactl shell ubuntu2404
limactl stop ubuntu2404 limactl restart ubuntu2404
Some helpful commands
limactl start ./ubuntu2404.yaml limactl list
limactl shell ubuntu2404
limactl stop ubuntu2404 limactl restart ubuntu2404
Date: 2025-12-02
Scope: All staging modules in staging/src/k8s.io/
This report provides a comprehensive analysis of cross-dependencies between Kubernetes staging modules to identify opportunities for reducing coupling and module footprint. The analysis goes beyond Issue #127889 to examine the entire staging ecosystem.
| #!/usr/bin/env bash | |
| # Copyright The Helm Authors. | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # |
| ❯ pwd | |
| /Users/dsrinivas/go/src/k8s.io/k8s.io/apps/k8s-io | |
| ❯ ./validate-nginx.sh | |
| Extracting nginx.conf from ConfigMap... | |
| Extracted nginx.conf to: /var/folders/2x/b5xl9skd2fl0l6tj54fjxh540000gp/T/tmp.tAdbqYOEXU/nginx.conf | |
| Config file size: 380 lines | |
| Validating nginx configuration using Docker... | |
| /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration | |
| /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/ |
Tools for analyzing Kubernetes API coverage from E2E test audit logs.
Copy the two python scripts from https://github.com/kubernetes/test-infra/tree/master/experiment/audit to your local directory
The example below uses kubernetes/kubernetes#133132 which is a PR to add a new DRA test to conformance.
limactl start containerd-ubuntu.yaml --yes
limactl shell --workdir /home/lima/containerd containerd-ubuntu