Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Note k8s 1.13.0 secret creation issue #1656

Merged
merged 1 commit into from
Jan 14, 2019
Merged
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
11 changes: 11 additions & 0 deletions site/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,14 @@ GCP (in general) has quite conservative API rate limiting, and Flux's
default settings can bump API usage over the limits. See
[weaveworks/flux#1016](https://github.com/weaveworks/flux/issues/1016)
for advice.

### Flux doesn't seem to be able to use my imagePullSecrets

If you're using `kubectl` v1.13.x to create them, then it may be due
to [this problem](https://github.com/weaveworks/flux/issues/1596). In
short, there was a breaking change to how `kubectl` creates secrets,
that found its way into the Kubernetes 1.13.0 release. It has been
corrected in [kubectl
v1.13.2](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.13.md#changelog-since-v1131),
so using that version or newer to create secrets should fix the
problem.