Samuel
Samuel
Hi, Quick question, as I am testing this out on OpenShift, I'm reading the following logs out of pumba: ``` time="2019-02-22T07:44:04Z" level=warning msg="no containers to kill" app=pumba function="github.com/alexei-led/pumba/pkg/chaos/docker.(*KillCommand).Run" source="docker/kill.go:90" time="2019-02-22T07:47:04Z"...
### Describe the bug As of last upgrading my clusters and Tekton operator, I'm now stuck with a broken controller. Involves: tekton-pipelines 0.33.0, tekton-triggers 0.19.0 (and kubernetes 1.23.5) We use...
Trying to deploy Traefik, I'm facing some issues. Trying to reproduce something similar to the following configuration: https://github.com/kubernetes-sigs/kubespray/pull/7147/files#diff-8a8f0f9c4954c722a017317b1c39c2371c79b4261db52ea205737ca1b88ffbad And especifically: - expose my ingress using privileged hostNetwork / host ports...
### What does this PR do? Adds optional topologySpreadConstraints. ### Motivation As requested by @abatilo , in in https://github.com/traefik/traefik-helm-chart/issues/465 ### More - [X] Yes, I updated the [chart version](https://github.com/traefik/traefik-helm-chart/blob/9b32ed1b414cc0be1ad46bcb335fcfc93ded06f3/traefik/Chart.yaml#L5) ###...
### What does this PR do? Fixes #499 ### Motivation https://github.com/traefik/traefik-helm-chart/pull/337#issuecomment-942111555 ### More - [X] Yes, I updated the [chart version](https://github.com/traefik/traefik-helm-chart/blob/9b32ed1b414cc0be1ad46bcb335fcfc93ded06f3/traefik/Chart.yaml#L5) ### Additional Notes should test
### What does this PR do? Introduces an optional internal Service, that could be used distinguishing "internal" accesses (eg: company LAN) from public accesses. ### Motivation As suggested by @muffl0n...
### What does this PR do? Aggregates Traefik ClusterRole to Kubernetes admin role. Users with admin privileges should be able to operate Traefik resources within their Namespaces. Arguably, we could...
- fixes hostNetwork configuration, when containerPort != hostPort - fixes PodSecurityPolicy, when running privileged - fixes rbac, when rbac.namespaced=true, access to ingressclass is defined - adds `--providers.kubernetescrd.allowcrossnamespace` option to podTemplate,...
Following on optiopay/klar#159 @annieweng points out we now need Go >= 1.9 to build klar.
Implements HTTP notifications, as discussed here: https://github.com/ltb-project/self-service-password/issues/280 Generic enough to integrate with Slack or Rocket.Chat, and probably any POST/GET/PUT based webservice. Maybe as a TODO, look into some alternative attribute...