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

feat: mount host ca certs into metal agent #595

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions guest-agents/metal-agent/metal-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,15 @@ container:
- rshared
- rbind
- rw
- source: /etc/ssl/certs
destination: /etc/ssl/certs
type: bind
options:
- rbind
- ro
depends:
- path: /system/run/machined/machine.sock
- path: /etc/ssl/certs
- network:
- addresses
restart: always
Expand Down
4 changes: 0 additions & 4 deletions guest-agents/metal-agent/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ dependencies:
from: /
to: /rootfs/usr/local/lib/containers/metal-agent

- image: "{{ .BUILD_ARG_PKGS_PREFIX }}/ca-certificates:{{ .BUILD_ARG_PKGS }}"
from: /
to: /rootfs/usr/local/lib/containers/metal-agent

- image: "{{ .BUILD_ARG_PKGS_PREFIX }}/openssl:{{ .BUILD_ARG_PKGS }}"
from: /
to: /rootfs/usr/local/lib/containers/metal-agent
Expand Down
2 changes: 1 addition & 1 deletion guest-agents/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ XEN_GUEST_AGENT_VERSION: 0.4.0
# renovate: datasource=github-releases depName=siderolabs/talos-vmtoolsd
TALOS_VMTOOLSD_VERSION: v0.6.1
# renovate: datasource=github-releases depName=siderolabs/talos-metal-agent
TALOS_METAL_AGENT_VERSION: v0.1.0-beta.1
TALOS_METAL_AGENT_VERSION: v0.1.0