Skip to content

Commit

Permalink
docs: adjust FAQ based on latest features
Browse files Browse the repository at this point in the history
  • Loading branch information
estahn committed Oct 2, 2021
1 parent a1a0caf commit 1ddcef7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@

### Is pulling from private registries supported?

Not yet, but hopefully soon (see [GitHub #19](https://github.com/estahn/k8s-image-swapper/issues/19))
Yes, `imagePullSecrets` on `Pod` and `ServiceAccount` level are supported.

### Are config changes reloaded gracefully?

Not yet, they require a pod rotation.

### What happens if the image is not found in the target registry?

There is no notion of whether the image exists in the target registry.
`k8s-image-swapper` will blindly replace the images references.

This feature is planned for a future release (see [GitHub #12](https://github.com/estahn/k8s-image-swapper/issues/12)).
Please see [Configuration > ImageCopyPolicy](configuration.md#imagecopypolicy).

### What level of registry outage does this handle?

Expand Down

0 comments on commit 1ddcef7

Please sign in to comment.