Skip to content

Commit

Permalink
fixup! TODO: find ancestor (move install from node-installer to runtime)
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Dec 2, 2024
1 parent c4dfeb8 commit 5204952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-peerpods.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ just runtime default AKS-PEER-SNP
just apply-runtime default AKS-PEER-SNP

set +x
runtime=$(kubectl get runtimeclass | grep -oE "contrast-cc-aks-peer-snp-[a-f0-9]+")
runtime=$(kubectl get runtimeclass -o json | jq -r '.items[] | .metadata.name | select(startswith("contrast-cc-aks-peer"))')

if [[ $runtime == "" ]]; then
echo "Contrast RuntimeClass not ready" >&2
Expand Down

0 comments on commit 5204952

Please sign in to comment.