From 0e238c1229ebb7769f76aa8d21b4f65baee984ce Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Tue, 18 Feb 2020 16:53:30 +0000 Subject: [PATCH] [18.02.20] Kubernetes check connections on slave node --- configuration/pipelines/build.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index 2bd29f5..2feb779 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -62,7 +62,7 @@ try { )] ) { sh "doctl auth init --access-token '${DOCTL_TOKEN}'" - sh "snap connect doctl:kube-config" +// sh "snap connect doctl:kube-config" sh "doctl kubernetes cluster kubeconfig save cryptosky-kubernetes-cluster" } sh "kubectl get serviceaccounts/cicd -o yaml"