Commit fcf1193b authored by Adam Reese's avatar Adam Reese

fix(e2e): add comment docs to kube scripts

parent a48d9573
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment