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

Commit

Permalink
Merge pull request #1656 from weaveworks/docs/k8s-1.13-secrets
Browse files Browse the repository at this point in the history
Note k8s 1.13.0 secret creation issue
  • Loading branch information
squaremo authored Jan 14, 2019
2 parents 8d46a2b + ee9cf02 commit 8664953
Showing 1 changed file with 11 additions and 0 deletions.
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.

0 comments on commit 8664953

Please sign in to comment.