Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.1: KUBERNETES_SERVICE_HOST doesn't get extracted correctly? #43

Open
lkraav opened this issue Feb 7, 2024 · 0 comments
Open

1.0.1: KUBERNETES_SERVICE_HOST doesn't get extracted correctly? #43

lkraav opened this issue Feb 7, 2024 · 0 comments

Comments

@lkraav
Copy link

lkraav commented Feb 7, 2024

export KUBERNETES_SERVICE_HOST=`yq '.clusters[0].cluster.server' < ./${{ inputs.kubeconfig-name }} | cut -d'/' -f3`
echo "Available at \`${KUBERNETES_SERVICE_HOST}\`." | tee --append $GITHUB_STEP_SUMMARY
currently results in step summary output like:

Uffizzi Cluster pr3665 created.
Available at ``.
You can access this cluster with a command like uffizzi cluster update-kubeconfig  --kubeconfig /home/runner/work/copytesting/copytesting/kubeconfig
and then `kubectl --kubeconfig /tmp/kubeconfig` or similar.

Host: pr3665-c3240.uclusters.app.uffizzi.com

Notice "Available at ``" being empty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant