Skip to content

Instantly share code, notes, and snippets.

@Lillecarl
Created December 19, 2025 16:26
Show Gist options
  • Select an option

  • Save Lillecarl/175a3f0b6e1c4901b9c54118c7edb5a4 to your computer and use it in GitHub Desktop.

Select an option

Save Lillecarl/175a3f0b6e1c4901b9c54118c7edb5a4 to your computer and use it in GitHub Desktop.
[I] lillecarl@penguin ~/C/hetzkube> nix run --show-trace --builders "eu.nixbuild.net x86_64-linux" --argstr stage full --file . kubenix.deploymentScript -- --prune --yes
+ /nix/store/pkfz23vs8g5clavxd6fndaxc166rmgxz-preDeployScript/bin/preDeployScript /nix/store/w45zqmvnk0pywq4i76shgrgbafxynwhq-manifest.json
+ export 'NIX_SSHOPTS=-i /home/lillecarl/Code/hetzkube/tmp/ed25519-hetzkube'
+ NIX_SSHOPTS='-i /home/lillecarl/Code/hetzkube/tmp/ed25519-hetzkube'
+ nix copy --substitute-on-destination --no-check-sigs --from 'local?read-only=true' --to 'ssh-ng://nix@nixbuild.lillecarl.com?port=2222' /nix/store/w45zqmvnk0pywq4i76shgrgbafxynwhq-manifest.json -v
/etc/ssh/ssh_config line 53: Unsupported option "gssapiauthentication"
copying 3 paths...
copying path '/nix/store/0zzzgk6vpr2i2r1qq435ha9ibahfzbh8-python3.13-cheapam-0.1.0' to 'ssh-ng://nix@nixbuild.lillecarl.com'...
copying path '/nix/store/s6anpzgs0lmmx7x5hm22wxrmhfdpmzza-python3.13-cheapam-0.1.0' to 'ssh-ng://nix@nixbuild.lillecarl.com'...
copying path '/nix/store/w45zqmvnk0pywq4i76shgrgbafxynwhq-manifest.json' to 'ssh-ng://nix@nixbuild.lillecarl.com'...
+ /nix/store/jywd38xwlay34akhgq8mb32wcgdjx6fc-kluctl-2.27.0/bin/kluctl deploy --no-update-check --target local --discriminator full --project-dir /nix/store/ql0arrg4bj68djg6cmjc5f701l6q01gy-kluctlProject --prune --yes
⚠ Failed to detect git project root. This might cause follow-up errors
✓ Initializing k8s client
✓ Rendering templates
✓ Rendering Helm Charts
✓ Building kustomize objects
✓ Postprocessing objects
✓ Writing rendered objects
✓ Getting remote objects by discriminator
✓ Getting namespaces
✓ prio-10: Applied 76 objects.
✓ Finished waiting
✓ prio-20: Applied 12 objects.
✓ Finished waiting
✓ default: Applied 265 objects. Encountered 2 warnings.
ⓘ Deleted old command result 36f3a1b8-91ce-4ae2-8302-b5e9e13954cd
✓ Writing command result
Changed objects:
kube-system/Deployment/cheapam
Diff for object kube-system/Deployment/cheapam
+--------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Path | Diff |
+--------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| spec.template.spec.volumes[0].csi.volumeAttributes["aarch64- | -/nix/store/a22qr61mp376fbng0527zq9k56nc3jlx-python3.13-cheapam-0.1.0 |
| linux"] | +/nix/store/s6anpzgs0lmmx7x5hm22wxrmhfdpmzza-python3.13-cheapam-0.1.0 |
+--------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| spec.template.spec.volumes[0].csi.volumeAttributes["x86_64-l | -/nix/store/970q8934wn3k8yzx20bk7d7pa6ba3696-python3.13-cheapam-0.1.0 |
| inux"] | +/nix/store/0zzzgk6vpr2i2r1qq435ha9ibahfzbh8-python3.13-cheapam-0.1.0 |
+--------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Warnings:
kube-system/Endpoints/cilium-ingress: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
cnpg-user/Cluster/pg0: Consider using `.spec.enablePDB` instead of the node maintenance window feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment