-
To avoid human error, we should warn on duplicate labels for identical releases. Give this helmfile:
```yaml
- name: traefik-ingress
namespace: platform
labels:
minikube: deploy…
-
Hi
How can I attach multiple roles to a POD using Kiam?
```
metadata:
annotations:
iam.amazonaws.com/role:
- role1
- role2
```
obviously does not work
…
-
According to the [AWS documentation AssumeRole](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html) has a minimum session duration of 15 minutes. Kiam's server currently expires c…
-
Currently when self hosted network is enabled with canal, we configure kube2iam/kiam with network interface of `cni0` (since the `UseCalico` flag is ignored):
https://github.com/kubernetes-incubato…
-
Good: `k8s-roles/myserver`
Bad: `/k8s-roles/myserver`
My company uses the IAM path to restrict which roles the nodes running kiam-server can assume. One of the most common mistakes developers (inc…
-
Role assumption was addressed by this PR: https://github.com/kubernetes-incubator/external-dns/pull/524/files
Which is stated as released as of v0.5.0 in the release notes. However, it isn't workin…
-
I found the chart `route53-kubernetes` here and try to use to manage the dns names.
But the document insists that this DaemonSet has to be deployed to master nodes. But in latest AWS EKS, we have …
-
This will help reduce the size of the published Docker image.
There are 3 separate binaries that get built:
* server
* health
* agent
The docker image contains the three binaries which will…
-
Using the helm chart, the readiness and liveliness checks never pass because the :8080/healthz endpoint never comes up. :8080/metrics is live and the controller is functioning properly after removing…
-
Istio Build:
`istio-release-0.8-20180517-03-38`
Configuration following this docs:
[https://preliminary.istio.io/docs/tasks/traffic-management/egress-tcp.html](https://preliminary.istio.io/d…