Ryan Schneider
Ryan Schneider
When running in Kubernetes, typically images are not allow to run as privileged. For example the nginx team maintains a version of the image that runs unprivilged: https://github.com/nginxinc/docker-nginx-unprivileged. Would be...
If you try to run the image in a Kubernetes cluster that has a PSP policy for nonRoot, you get the following error: ``` Error: container has runAsNonRoot and image...
There are times when an entire rolling restart of the cluster would be done. These include scenarios such as: * upgrading to a new version of ES * restarting nodes...
Thought the following would be helpful. ``` - default install directory to be `dirname $0`/elk to keep things self-contained - add ability to override install location - determine kibana binary...
### Description of the change This changes adds `envsubst` to the `kubectl` image. ### Benefits This helps when using using kubernetes manifests that have values that change depending upon the...
### Description of the change Addresses #34957 ### Benefits Documented in associated issue. ### Possible drawbacks Documented in associated issue. ### Applicable issues Fixes #34957 ### Additional information
**Describe the problem/challenge you have** I'm trying to extract/pull only a select directory out of a image/package. **Describe the solution you'd like** Ability to specify the select directories/files to be...
Mashery iodocs is a great way to document and provide sample invocation of REST services. It is nice because it is technology agnostic (node.js server/app that derives its information from...