Add test environment, fix Dockerfile and RBAC, upgrade dependencies#2
Open
Add test environment, fix Dockerfile and RBAC, upgrade dependencies#2
Conversation
The upstream github.com/unikraft-cloud/k8s-operator repo is now public, so we can re-add the typed Go dependency instead of using unstructured K8s objects. This also adds the test-infra-based kind environment, Flux dependency configs, RBAC for unikraft.com and compute.datumapis.com resources, Dockerfile fixes, and a Chainsaw e2e test suite. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Picks up the kubectl wait timeout fix from datum-cloud/test-infra#26. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The kind-bootstrap action writes kubeconfig to test-infra/kubeconfig and sets KUBECONFIG, but the remote Taskfile expects .test-infra/kubeconfig when running from an external repo. Symlink to bridge the gap. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2 tasks
v0.6.4 respects the KUBECONFIG env var set by kind-bootstrap, so the symlink is no longer needed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Uses the org's reusable publish-docker workflow to build and push linux/amd64 and linux/arm64 images to ghcr.io on PRs, pushes to main, and version tags. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Aligns the build pipeline with the activity service pattern: validate kustomize manifests, build multi-arch container image, then publish the kustomize bundle to ghcr.io. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…spaces Move namespace assignment to the kustomization.yaml namespace field so resource manifests don't hardcode their target namespace. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Flag defaults now read from environment variables (LEADER_ELECT, SERVER_CONFIG, HEALTH_PROBE_BIND_ADDRESS, LEADER_ELECT_NAMESPACE), making overlays simpler to patch without fragile arg-index manipulation. Also removes the unused --metrics-bind-address arg patch (metrics are configured via the server config file, not CLI flags). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Args reference env vars via Kubernetes variable expansion so overlays only need to patch env var values instead of manipulating arg indices. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replaces fragile JSON patch with index-based env var operations with a strategic merge patch that targets env vars by name. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code