Skip to content

Commit 138cc15

Browse files
author
Wei Tie
committed
Remove preset __SERVICEACCOUNT_TOKEN__
Having `__SERVICEACCOUNT_TOKEN__` set reduces k8s api performance badly, before figuring out reason, set it back to "" for now
1 parent fd06cf7 commit 138cc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/k8s/contiv/contiv-base.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ data:
119119
"K8S_CA": "/var/run/secrets/kubernetes.io/serviceaccount/ca.crt",
120120
"K8S_KEY": "",
121121
"K8S_CERT": "",
122-
"K8S_TOKEN": "__SERVICEACCOUNT_TOKEN__",
122+
"K8S_TOKEN": "",
123123
"SVC_SUBNET": "10.96.0.0/12"
124124
}
125125

0 commit comments

Comments
 (0)