summaryrefslogtreecommitdiffstats
path: root/utils/k8s_setup
AgeCommit message (Collapse)AuthorFilesLines
2019-02-25bugfix: right cols to get available podsstable/gambiaYang (Gabriel) Yu1-1/+1
JIRA: BOTTLENECK-251 It seems the displaying of kubectl get pods changes and the number of available pods is at the 4th cols. Change-Id: I4b00bd084133a47907a0c7c9c655852b1ea52324 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com> (cherry picked from commit 16bb5e7d7745aab049d1a6810cef1ee620afa9cc)
2019-02-21bug-fix: fix timeout sshing to get k8s configYang (Gabriel) Yu1-1/+1
JIRA: BOTTLENECK-251 Change-Id: Ia04d335f39471522078fbc7352be308c49eecd14 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com> (cherry picked from commit 60188677ec3edd352ca1ff543c785d4e848122b5)
2019-02-21bug-fix: get k8s configYang (Gabriel) Yu1-2/+2
JIRA: BOTTLENECK-243 Geting k8s config using sshpass will fail when frst time loginning to k8s master. Add -o StrictHostKeyChecking=no to input the prompt. Change-Id: Ib9ab3617b6d50ab85be317faf715f751fcda9149 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com> (cherry picked from commit d06192b9ff24020cc20f903d939714e2a09a86c2)
2019-02-21bug-fix: kubectl not installed in Bottlenecks dockerYang (Gabriel) Yu2-1/+15
JIRA: BOTTLENECK-246 Resulting in falure in executing k8s capacity test in Bottlenecks CI Change-Id: Ibf94ccc3d9ce6963ddbc76f8e2168b3a841e347b Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com> (cherry picked from commit 071c4d95f28ac00cda1ed5dba9a4bf209b7a66ab)
2018-08-16add k8s capacity test caseYang (Gabriel) Yu2-8/+47
JIRA: BOTTLENECK-243 Change-Id: I0f36aac10cf0e05560051c785ada397e0c97e112 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-08-13add k8s util functions for compatibility of upstream changesYang (Gabriel) Yu1-0/+28
JIRA: BOTTLENECK-243 Change-Id: Idcbe75a4bcd8fedde4e4b95ae999eebbaaa01645 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-08-11add k8s test configs preparationYang (Gabriel) Yu6-0/+240
JIRA: BOTTLENECK-243 Change-Id: I994c71f03c4c2429d62618920cfc92fc1ed16abe Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>