Nir Rosenthal
Nir Rosenthal
Hi, you are using an affinity of beta.kubernetes.io/arch=amd64. It seems to be removed in 1.18 (as it promoted from beta in 1.14). https://github.com/arangodb/kube-arangodb/blob/8c2d4be3e8b1e64428bc2b397c1cba0455641e4d/pkg/deployment/pod/affinity.go#L62 See https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/20190130-node-os-arch-labels.md BTW, I'm not using the...
Works fine without -o ```openapi2jsonschema --expanded --kubernetes --stand-alone --strict "https://raw.githubusercontent.com/kubernetes/kubernetes/v1.19.2/api/openapi-spec/swagger.json" ``` but with -o ```openapi2jsonschema --expanded --kubernetes --stand-alone --strict "https://raw.githubusercontent.com/kubernetes/kubernetes/v1.19.2/api/openapi-spec/swagger.json" -o /tmp/v1.19.2-standalone-strict``` has many errors with the format ``` An...
### Describe the bug The doc doesn't refer to the fact that Java library isn't maintained (https://github.com/fluent/fluent-logger-java last updated 4.5 years ago, issue https://github.com/fluent/fluent-logger-java/issues/99 left unanswered), ### Link to the...
**Is your feature request related to a problem?** Let's say we have the following (I used use-annotation, but it doesn't matter) ``` - host: myFirstDNS.example.com http: paths: - backend: service:...
add option for configurable envFrom. My current use-case is to set [ AWS creds for snapshot ](https://www.dragonflydb.io/docs/managing-dragonfly/operator/snapshot-s3) from a secret, but this can be later used for any other secret...
add option in the configuration to create podDisruptionBudget, so master and replica won't be down at the same time. Maybe even set default when there is a replica
### Current Terraform Version All version (Feature Request) Terraform v0.12.26 ### Use-cases terraform apply -auto-approve will destroy/modify anything no matter what. In an automation that should only create thing, it...
### Description **What problem are you trying to solve?** Option to set https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configure-bandwidth-weighting.html#config-bw-support for supported instances in the ec2nodeclasses.karpenter.k8s.aws **How important is this feature to you?** Personally, not that important,...