Unverified Commit 0bb3be00 authored by Dillon Cullinan's avatar Dillon Cullinan Committed by GitHub
Browse files

ci: Remove output of command execution for vcluster connections (#7548)


Signed-off-by: default avatarDillon Cullinan <dcullinan@nvidia.com>
parent 07256f04
......@@ -37,7 +37,6 @@ runs:
NAMESPACE: ${{ inputs.vcluster_namespace }}
run: |
echo "::group::Port-forward and generate vCluster kubeconfig"
set -x
kubectl port-forward -n ${NAMESPACE} svc/${VCLUSTER_NAME} 8443:443 &
sleep 5
......
......@@ -52,6 +52,7 @@ runs:
env:
NAMESPACE: ${{ inputs.namespace }}
run: |
set +x
echo "${{ inputs.kubeconfig_base64 }}" | base64 -d > ${{ github.workspace }}/.kubeconfig
chmod 600 ${{ github.workspace }}/.kubeconfig
echo "KUBECONFIG=${{ github.workspace }}/.kubeconfig" >> $GITHUB_ENV
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment