This repository has been archived by the owner on May 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[elasticsearch] add workaround to fix kind example
- Loading branch information
Showing
3 changed files
with
23 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# KIND | ||
|
||
An example of configuration for deploying Elasticsearch chart on [Kind][]. | ||
|
||
You can use `make install` to deploy it. | ||
|
||
Note that this configuration should be used for test only and isn't recommended | ||
for production. | ||
|
||
## Current issue | ||
|
||
There is currently an [kind issue][] with mount points created from PVCs not writeable by non-root users. | ||
[kubernetes-sigs/kind#1157][] should fix it in a future release. | ||
|
||
Meanwhile, the workaround is to install manually [Rancher Local Path Provisioner][] and use `local-path` storage class for Elasticsearch volumes (see [Makefile][] instructions). | ||
|
||
[Kind]: https://kind.sigs.k8s.io/ | ||
[Kind issue]: https://github.com/kubernetes-sigs/kind/issues/830 | ||
[Kubernetes-sigs/kind#1157]: https://github.com/kubernetes-sigs/kind/pull/1157 | ||
[Rancher Local Path Provisioner]: https://github.com/rancher/local-path-provisioner | ||
[Makefile]: ./Makefile#L5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters