Skip to content

Commit

Permalink
don't use a cache directory
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Kim <[email protected]>
  • Loading branch information
Oats87 committed May 3, 2021
1 parent eed3ed7 commit 0146236
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/image/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import (
)

const imagesDir string = "/var/lib/rancher/agent/images"
const cacheDir string = "/var/lib/rancher/agent/cache"
const rke2RegistriesFile = "/etc/rancher/rke2/registries.yaml"
const k3sRegistriesFile = "/etc/rancher/k3s/registries.yaml"
const agentRegistriesFile = "/etc/rancher/agent/registries.yaml"
Expand Down

0 comments on commit 0146236

Please sign in to comment.