Skip to content

Commit

Permalink
Add prepare hw. Fix english grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Avtandilko committed Apr 22, 2020
1 parent 6206d1f commit 9207934
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 12 deletions.
4 changes: 2 additions & 2 deletions homeworks/kubernetes-debug/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -xe

# Manual approve
echo "All tests passed. Proceed with manual approve"
# Manual approval
echo "All tests passed. Proceed with manual approval"
exit 1
2 changes: 1 addition & 1 deletion homeworks/kubernetes-monitoring/run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

echo "All tests passed (Because we don't have any tests yet). Proceed with manual approve"
echo "All tests passed (Because we don't have any tests yet). Proceed with manual approval"
exit 1

4 changes: 2 additions & 2 deletions homeworks/kubernetes-networks/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ run_tests() {
}

finalize() {
# Manual approve
echo "All tests passed. Proceed with manual approve"
# Manual approval
echo "All tests passed. Proceed with manual approval"
exit 1
}

Expand Down
5 changes: 5 additions & 0 deletions homeworks/kubernetes-prepare/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

echo "Passed"


4 changes: 2 additions & 2 deletions homeworks/kubernetes-security/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ kubectl auth can-i create deployments --as system:serviceaccount:dev:ken -n dev

exit 0

# Manual approve
# echo "All tests passed. Proceed with manual approve"
# Manual approval
# echo "All tests passed. Proceed with manual approval"
# exit 1

4 changes: 2 additions & 2 deletions homeworks/kubernetes-storage/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ fi

exit 0

# Manual approve
# echo "All tests passed. Proceed with manual approve"
# Manual approval
# echo "All tests passed. Proceed with manual approval"
# exit 1

2 changes: 1 addition & 1 deletion homeworks/kubernetes-templating/run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

echo "All tests passed (Because we don't have any tests yet). Proceed with manual approve"
echo "All tests passed (Because we don't have any tests yet). Proceed with manual approval"
exit 1

4 changes: 2 additions & 2 deletions homeworks/kubernetes-volumes/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ sleep 10
# Connect to Minio and upload file
kubectl run -i --tty --rm debug --image=otusplatform/test-minio --restart=Never

# Manual approve
# echo "All tests passed. Proceed with manual approve"
# Manual approval
# echo "All tests passed. Proceed with manual approval"
# exit 1

0 comments on commit 9207934

Please sign in to comment.