Mikkel Oscar Lyderik Larsen
Mikkel Oscar Lyderik Larsen
This is a feature request to support reading temporary credentials from a file i.e. the shared credentials file, and refresh those credentials when they expire assuming the file has been...
Update build to Go 1.19
In Go 1.18 the [`net.Error.Temporary()`](https://pkg.go.dev/net@master#Error) method we use in a few places is deprecated. We should consider removing it. For now we upgraded to 1.18 ignoring the deprecation
Kubernetes v1.18 introduced a dedicated resource + field for defining `IngressClass`. See the documentation here: https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-class It would make sense for skipper to support ingress class in this way going...
Imagine you have the following ingresses defined: ```yaml apiVersion: extensions/v1beta1 kind: Ingress metadata: name: app-live spec: rules: - host: app.example.org http: paths: - backend: serviceName: app-live servicePort: 80 ``` ```yaml...
#80 introduces passing of metricSelectors to the metric storage interface e.g.: https://github.com/zalando-incubator/kube-metrics-adapter/pull/80/files#diff-2554eb34d855a4440f5810661211a7f5R265 Implement support for storing multiple metrics with the same name but different labels.
Reference: https://nakadi.io/manual.html#/subscriptions/subscription_id/stats_get > We have a service that pushes unconsumed events into CloudWatch (in GHE: tea/nakadiwatchdog), this may help to get started. https://github.com/mikkeloscar/kube-metrics-adapter/issues/1#issuecomment-404738138
Changes needed for introducing Karpenter as an optional autoscaler **This PR is just showing of the Proof of Concept as presented in the demo** Ref: https://github.com/zalando-incubator/kubernetes-on-aws/pull/5136
Would be nice if the CLM logged for how long it had tried to evict each pod, to make it more clear which pods are not evictable for a long...
ALBs and NLBs have a feature to set deletion protection: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#deletion-protection to avoid users from accidentally deleting the load balancer when clicking around in the AWS Console. We already have...