Skip to content

Commit

Permalink
Kiam version upgrade to version that supports IMDS v2 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
3h4x authored Apr 22, 2020
1 parent 59490fd commit 3a9e6e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions releases/kiam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ releases:
### Optional: KIAM_SERVER_SERVICE_ACCOUNT_NAME;
name: '{{ env "KIAM_SERVER_SERVICE_ACCOUNT_NAME" | default "" }}'
agent:
image:
tag: "v3.6-rc1"
gatewayTimeoutCreation: "5s"
host:
# IP tables must be set up on node independently of kiam in order to support rolling updates. See above.
Expand All @@ -176,6 +178,8 @@ releases:
# in case you want to restrict access to one section of data.
whitelist-route-regexp: '^/(latest/(meta-data|user-data|dynamic)|$)'
server:
image:
tag: "v3.6-rc1"
gatewayTimeoutCreation: "5s"
sessionDuration: {{ env "KIAM_SERVER_SESSION_DURATION" | default "15m" }}
nodeSelector:
Expand Down

0 comments on commit 3a9e6e5

Please sign in to comment.