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.
1 parent 977bc9b commit 1811c73Copy full SHA for 1811c73
check_host_nfs_service.sh
@@ -3,7 +3,7 @@
3
doctl auth init -t "${DO_KUBERNETES_TOKEN}"
4
doctl kubernetes cluster kubeconfig save \
5
"${DO_KUBERNETES_CLUSTER_ID}" \
6
- --expiry-seconds $(("${DO_KUBERNETES_CLUSTER_CREDENTIALS_EXPIRY}"))
+ --expiry-seconds "${DO_KUBERNETES_CLUSTER_CREDENTIALS_EXPIRY}"
7
8
for p in $(kubectl get pods -n kube-system -o name | grep doks)
9
do
0 commit comments