summaryrefslogtreecommitdiffstats
path: root/tools/kubernetes/k8s-cluster.sh
diff options
context:
space:
mode:
authorBryan Sullivan <bryan.sullivan@att.com>2017-10-31 07:20:28 -0700
committerBryan Sullivan <bryan.sullivan@att.com>2017-10-31 07:20:28 -0700
commit63533a0058f9e313dbd818fceb5551813f0a8950 (patch)
tree2ee24c53d5d4c61263f615d9910b620a093099f6 /tools/kubernetes/k8s-cluster.sh
parent4518364b4ce515884eadf476ae6db021210bd7f0 (diff)
Add log function; fix line endings
JIRA: MODELS-23 Change-Id: Ie464181659db2d229dc83b9877dea2a64d6bb06b Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
Diffstat (limited to 'tools/kubernetes/k8s-cluster.sh')
-rw-r--r--tools/kubernetes/k8s-cluster.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/kubernetes/k8s-cluster.sh b/tools/kubernetes/k8s-cluster.sh
index 858eca3..1ef17e2 100644
--- a/tools/kubernetes/k8s-cluster.sh
+++ b/tools/kubernetes/k8s-cluster.sh
@@ -38,6 +38,9 @@
#. $ bash k8s-cluster.sh all "<nodes>" <cluster-net> <public-net> <ceph-mode> [ceph_dev]
#. Runs all the steps above
#.
+#. When deployment is complete, the k8s API will be available at the master
+#. node, e.g. via: curl -k https://<master-ip>:6443/api/v1
+#.
#. Status: work in progress, incomplete
#