Skip to content

Commit

Permalink
Add note about ingress workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlovett committed Jan 31, 2018
1 parent 7ae8d77 commit 72d00c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ If you are running v0.4 of the chart, you should upgrade to v0.5 first
before upgrading to v0.6. You can find out what version you are using
by running `helm list`.

#### Troubleshooting

If your helm upgrade fails due to the error `no Ingress with the name "jupyterhub-internal" found`, you may be experiencing a [helm bug](https://github.com/kubernetes/helm/issues/3275). To workaround this you will need to run `kubectl --namespace=<YOUR-NAMESPACE> delete ingress jupyterhub-internal` and re-run the helm upgrade. Note that your hub will not be available over https after the ingress object has been deleted up until the deployment completes.

### New Features

#### More secure by default
Expand Down

0 comments on commit 72d00c1

Please sign in to comment.