I've configured the Kubernetes plugin with a config file that works using kubectl commands but when I setup the cloud profile the test launch produces:
2018-11-01 16:04:17,737 [qtp339616451-64] ERROR com.pmease.quickbuild.plugin.cloud.kubernetes.KubernetesNodeLauncher - Unable to launch node. Response body is as below:
{
"kind": "Status",
"apiVersion": "v1",
"metadata": {
},
"status": "Failure",
"message": "namespaces \"buildagent\" is forbidden: User \"system:anonymous\" cannot get namespaces in the namespace \"buildagent\": Unknown user \"system:anonymous\"",
"reason": "Forbidden",
"details": {
"name": "buildagent",
"kind": "namespaces"
},
"code": 403
}