fleet icon indicating copy to clipboard operation
fleet copied to clipboard

[SURE-9010] Gitjob pod cannot create known_hosts, read-only filesystem

Open manno opened this issue 1 year ago • 3 comments

SURE-9010 - Gitrepos are in Error state with read-only file system

  • [x] add emptydir mount on tmp
  • [ ] the security context should not be disabled when running e2e tests. can we still enable debug logging, do we want to?
  • [x] sharding tests should not rely on debug logging: https://github.com/rancher/fleet/actions/runs/10809800641/job/29987822349?pr=2830

manno avatar Sep 11 '24 09:09 manno

  • [ ] the security context should not be disabled when running e2e tests. can we still enable debug logging, do we want to?
  • [x] sharding tests should not rely on debug logging: https://github.com/rancher/fleet/actions/runs/10809800641/job/29987822349?pr=2830

manno avatar Sep 11 '24 10:09 manno

Wouldn't this validate a 2.9.2 backport ?

kkaempf avatar Sep 11 '24 13:09 kkaempf

Wouldn't this validate a 2.9.2 backport ?

We created separate backport issues: https://github.com/rancher/fleet/issues/2828

manno avatar Sep 11 '24 13:09 manno

Checked and working in v2.10.0-alpha5 with fleet:105.0.0+up0.11.0-beta.3

Automation checking known-hosts with private gitrepos ok here

Manually rechecked that:

  • known-host is created and gitrepo needing it is correctly deployed. Confirmed secret is created.
  • image
  • Gitrepo is not created if known-host is not passed and needs it

mmartin24 avatar Oct 30 '24 11:10 mmartin24