Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Add minikube ingress FAQ item (#134)
Browse files Browse the repository at this point in the history
Fixes #121
  • Loading branch information
banzo authored May 4, 2021
1 parent 91d6946 commit 9478d7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ See
* https://github.com/cetic/fadi/blob/feature/documentation/doc/REVERSEPROXY.md for the reverse proxy configuration guide
* https://github.com/cetic/fadi/issues/81 for port forwarding instructions

In a Minikube setting, make sure the ingress plugin is enabled (`minikube addons enable ingress`), and populate your `/etc/hosts` file accordingly.

## How to configure Kubernetes Storage Class?

If you encounter the error `pod has unbound PersistentVolumeClaims`, make sure you have a **default StorageClass** in your cluster.
Expand Down Expand Up @@ -79,4 +81,4 @@ kubectl patch storageclass local-path -p '{"metadata": {"annotations":{"storagec
See also:

* Kubernetes official documentation on storage classes: https://kubernetes.io/docs/concepts/storage/storage-classes/
* https://github.com/cetic/helm-fadi/issues/15
* https://github.com/cetic/helm-fadi/issues/15

0 comments on commit 9478d7f

Please sign in to comment.