Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Extend CABPK timeout to 30m to account for etcd cluster settling in vSphere environments. #955

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3924,6 +3924,7 @@ spec:
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=10
- --bootstrap-token-ttl=30m
image: registry.tkg.vmware.run/cluster-api/kube-rbac-proxy:${KUBE_RBAC_PROXY_IMAGE_TAG}
name: kube-rbac-proxy
ports:
Expand Down