Remove trace of "kubectl stop"

Remove doc and use of "kubectl stop" since it's deprecated.
This commit is contained in:
hurf
2015-10-30 14:12:20 +08:00
parent 88008de96b
commit ce35bb4208
14 changed files with 25 additions and 25 deletions

View File

@@ -15,6 +15,6 @@
# limitations under the License.
echo "Deleting Phabricator service" && kubectl delete -f phabricator-service.json
echo "Deleting Phabricator replication controller" && kubectl stop rc phabricator-controller
echo "Deleting Phabricator replication controller" && kubectl delete rc phabricator-controller
echo "Delete firewall rule" && gcloud compute firewall-rules delete -q phabricator-node-80