Skip to content

Console Output

creating missing workspace to write kubeconfig
Executing shell script inside container [kubectl] of pod [kubedeploy-agent-t6nwz-95gw0]
Executing command: "kubectl" "config" "set-cluster" "k8s" "--server=https://console-int.c1-ci.eclipse.org" "--insecure-skip-tls-verify=true" 
exit
Cluster "k8s" set.
Executing shell script inside container [kubectl] of pod [kubedeploy-agent-t6nwz-95gw0]
Executing command: "kubectl" "config" "set-credentials" "cluster-admin" ******** 
exit
User "cluster-admin" set.
Executing shell script inside container [kubectl] of pod [kubedeploy-agent-t6nwz-95gw0]
Executing command: "kubectl" "config" "set-context" "k8s" "--cluster=k8s" "--user=cluster-admin" 
exit
Context "k8s" created.
Executing shell script inside container [kubectl] of pod [kubedeploy-agent-t6nwz-95gw0]
Executing command: "kubectl" "config" "use-context" "k8s" 
exit
Switched to context "k8s".