Skip to content

Commit

Permalink
fix reference syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
colearendt committed Feb 18, 2022
1 parent 3732d18 commit afe993a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions other-charts/prepull-daemonset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ images:
## Pull Again

To run the pre-pull again (i.e. to pull new images with the same tag, to ensure node
caches are fresh*), there are a few options:
caches<sup>†</sup> are fresh), there are a few options:

```
# by default, every upgrade is randomized / does a rollout (`--set randomize=false` to disable this behavior)
Expand All @@ -40,8 +40,8 @@ helm upgrade install preepull-daemonset rstudio/prepull-daemonset
kubectl rollout restart daemonset/prepull-daemonset
```

> * Kubernetes Nodes (the `kubelet` service) periodically remove images from
> the cache to free up disk space, especially if an image is not in use and has
> <sup>†</sup> Kubernetes Nodes (specifically, the `kubelet` service) periodically remove images from
> the node's cache to free up disk space, especially if an image is not in use and has
> not been used lately
## Values
Expand Down
8 changes: 4 additions & 4 deletions other-charts/prepull-daemonset/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ images:
## Pull Again

To run the pre-pull again (i.e. to pull new images with the same tag, to ensure node
caches are fresh*), there are a few options:
caches<sup>†</sup> are fresh), there are a few options:

```
# by default, every upgrade is randomized / does a rollout (`--set randomize=false` to disable this behavior)
helm upgrade install preepull-daemonset rstudio/prepull-daemonset
helm upgrade install prepull-daemonset rstudio/prepull-daemonset

# or use kubectl
kubectl rollout restart daemonset/prepull-daemonset
```

> * Kubernetes Nodes (the `kubelet` service) periodically remove images from
> the cache to free up disk space, especially if an image is not in use and has
> <sup>†</sup> Kubernetes Nodes (specifically, the `kubelet` service) periodically remove images from
> the node's cache to free up disk space, especially if an image is not in use and has
> not been used lately

{{ template "chart.valuesSection" . }}
Expand Down

0 comments on commit afe993a

Please sign in to comment.