Bipin Jethwani
Bipin Jethwani
How to use this with Jenkins? Do I need a custom ecr plugin like this one: https://plugins.jenkins.io/amazon-ecr/ Or just configuring the docker daemon with amazon-ecr-credential-helper on the jenkins slave be...
Can octant run on a headless linux instance (bastion host)?
config ``` @type dynamodb aws_key_id xxxxxx aws_sec_key xxxxxx dynamo_db_endpoint https://dynamodb.us-west-2.amazonaws.com dynamo_db_table xxxxxx dynamo_db_region us-west-2 add_time_attribute false ``` error ``` 2021-09-16 14:08:37 +0000 [warn]: parameter 'add_time_attribute' in @type dynamodb aws_key_id xxxxxx...
We have faced issues during k8s upgrade in past and then I believe upgrading Postgresql schema would require a downtime. So how can we ensure 100% uptime of registry? How...
I am running this amazon-eks-pod-identity-webhook in several self-hosted k8s in aws. We were on k8s 1.17.x now while upgrading to k8s 1.20.x, we noticed that kubeadm spits out: Default k8s...
Can you start a semantic versioning scheme for docker images that you push on the docker hub registry? This is for obvious reason that this might disrupt the production environments...
https://github.com/aws/amazon-eks-pod-identity-webhook/blob/master/SELF_HOSTED_SETUP.md looks dated. There's no talk about TokenReview or k8s 1.18 ServiceAccountIssuerDiscovery feature. Is that a miss or the support is expected sometime in the future? **Environment** A number of...
there's no /metrics endpoint or port given in the documentation for amazon-eks-pod-identity-webhook Since this sits in the path for pod creation for performance metrics are required. Documentation for auto-scaling the...
SELF_HOSTED_SETUP Document: Pros and Cons of reusing the k8s service account keys, generated by kubeadm. Security Key Rotation Secret Leak Etc
**Is your feature request related to a problem? Please describe.** Kubernetes has a globally-configurable HPA tolerance = 0.1 by default. For our requirements:https://github.com/kedacore/keda/issues/3291 We wanted to set it to 0.01...