Matti Paksula
Matti Paksula
How do I stop accepting connections? In my server I want to have shutdown behavior that gracefully handles all existing connections, but does not accept new ones.
https://github.com/ethernity-cloud/mvp-pox-node/blob/db58f33ae041728680e59c27976376a77b313d45/node/docker/docker-compose-etny-pynithy.yml#L5 where is this?
Many images based on Alpine Linux etc do not contain bash, so docker-ssh does not work out of the box and error message is cryptic. originator: #21
``` Pry.start ``` works fine on the machine that compiled the package, but on another machine hitting arrow key just rings the terminal bell. Once I installed "rb-readline" gem it...
CLI Version: 0.10.2 Mode: ARM Environment: AzureCloud Description: How to add SSH key to a VM?
**Which component are you using?**: cluster-autoscaler **What version of the component are you using?**: Component version: k8s.gcr.io/autoscaling/cluster-autoscaler:v1.23.0 **What k8s version are you using (`kubectl version`)?**: ``` Client Version: version.Info{Major:"1", Minor:"21",...
**Which component are you using?**: cluster-autoscaler **What version of the component are you using?**: Component version: k8s.gcr.io/autoscaling/cluster-autoscaler:v1.23.0 installed with helm chart 9.16.1 with values: https://gist.github.com/matti/40e75785f5e7070502ac1ffa10543757 **What k8s version are you...
**What version of descheduler are you using?** descheduler version: k8s.gcr.io/descheduler/descheduler:v0.23.0 **Does this issue reproduce with the latest release?** yes **Which descheduler CLI options are you using?** https://github.com/matti/eksler/blob/496530189c5ad82f9a7d62d4e192f83bdf7ae277/helm/charts/descheduler-1/values.yml **Please provide a...
originally asked here https://github.com/kubernetes-sigs/kustomize/issues/412 - but the question is still left unanswered: following kustomization ``` patches: - path: imagepullpolicytoalways.yaml target: kind: Deployment ``` and ``` - op: replace path: "/spec/template/spec/containers/0/imagePullPolicy"...