mirror of https://github.com/kubernetes/kops.git
Merge pull request #16803 from eliasscosta/fix-aws-pod-identity
chore: update aws pod identity webhook
This commit is contained in:
commit
99b3ad7643
|
@ -148,7 +148,7 @@ spec:
|
|||
version: 9.99.0
|
||||
- id: k8s-1.16
|
||||
manifest: eks-pod-identity-webhook.addons.k8s.io/k8s-1.16.yaml
|
||||
manifestHash: db1d4b48d5be1590d1462766363498c165fa6c5ecec2be931c166b3d3697745d
|
||||
manifestHash: 79c41f59887ce9fa60e8bd509c9b43d0c0aa8c2ebecc3bbb78c570485d55b8c2
|
||||
name: eks-pod-identity-webhook.addons.k8s.io
|
||||
needsPKI: true
|
||||
selector:
|
||||
|
|
|
@ -130,14 +130,14 @@ spec:
|
|||
- --sts-regional-endpoint
|
||||
- --aws-default-region=us-test-1
|
||||
- --v=5
|
||||
image: amazon/amazon-eks-pod-identity-webhook:v0.4.0
|
||||
image: amazon/amazon-eks-pod-identity-webhook:v0.5.7
|
||||
name: pod-identity-webhook
|
||||
readinessProbe:
|
||||
failureThreshold: 3
|
||||
httpGet:
|
||||
path: /healthz
|
||||
port: 9999
|
||||
scheme: HTTP
|
||||
port: 443
|
||||
scheme: HTTPS
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 5
|
||||
successThreshold: 1
|
||||
|
|
|
@ -80,7 +80,7 @@ spec:
|
|||
serviceAccountName: pod-identity-webhook
|
||||
containers:
|
||||
- name: pod-identity-webhook
|
||||
image: amazon/amazon-eks-pod-identity-webhook:v0.4.0
|
||||
image: amazon/amazon-eks-pod-identity-webhook:v0.5.7
|
||||
command:
|
||||
- /webhook
|
||||
- --in-cluster=false
|
||||
|
@ -96,8 +96,8 @@ spec:
|
|||
readinessProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
port: 9999
|
||||
scheme: HTTP
|
||||
port: 443
|
||||
scheme: HTTPS
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 5
|
||||
timeoutSeconds: 1
|
||||
|
|
Loading…
Reference in New Issue