Skip to content

Commit

Permalink
add DCO, add note about ig-test pf delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hamilton committed May 21, 2020
1 parent b2ee2fd commit 0d0f240
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
7 changes: 0 additions & 7 deletions docs/kubetap_development/TODOs.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,3 @@ Don't want to force alpha features on anyone, but once this is in beta this will
probably be the way forward. Will revisit.

https://kubernetes.io/docs/concepts/workloads/pods/ephemeral-containers/

## Management

### Add DCO

https://probot.github.io/apps/dco/

8 changes: 6 additions & 2 deletions scripts/ig-test.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ if (( readyCt != 1 )); then
fi
unset readyCt

sleep 10
# without a delay here, port forwards occasionally fail. Need
# to implement kubectl ready check like in kubetap.
sleep 15
kubectl port-forward svc/grafana -n default 2244:2244 &
_kubetap_pf_one_pid=${!}
kubectl port-forward svc/grafana -n default 4000:80 &
Expand Down Expand Up @@ -117,7 +119,9 @@ if (( readyCt != 1 )); then
fi
unset readyCt

sleep 10
# without a delay here, port forwards occasionally fail. Need
# to implement kubectl ready check like in kubetap.
sleep 15
kubectl port-forward svc/dw-dokuwiki -n default 2244:2244 &
_kubetap_pf_one_pid=${!}
kubectl port-forward svc/dw-dokuwiki -n default 4000:80 &
Expand Down

0 comments on commit 0d0f240

Please sign in to comment.