We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 825d882 + c810a4b commit c6fd9ecCopy full SHA for c6fd9ec
demo/screencast-sgx.sh
@@ -93,8 +93,8 @@ screen5()
93
{
94
clear
95
out "4. Verify node resources"
96
- command "kubectl get nodes -o json | jq .items[].status.allocatable | grep -i sgx"
97
- command "kubectl get nodes -o json | jq .items[].metadata.labels | grep SGX"
+ command "kubectl get nodes -o json | jq .items[].status.allocatable | grep sgx"
+ command "kubectl get nodes -o json | jq .items[].metadata.labels | grep sgx"
98
out "Both node labels and resources for SGX are in place"
99
}
100
0 commit comments