fix(e2e): add comment docs to kube scripts

pull/541/head
Adam Reese 9 years ago
parent a48d9573d1
commit fcf1193bd4

@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Tear down kubernetes in docker
set -eo pipefail
[[ "$TRACE" ]] && set -x

@ -13,6 +13,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Start a kubenetes cluster in docker
#
# Tested on darwin using docker-machine and linux
set -eo pipefail
[[ "$TRACE" ]] && set -x

Loading…
Cancel
Save