This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
The following commit(s) were added to refs/heads/master by this push:
new 0192a30 Fix create k8s binaries script name (#163)
0192a30 is described below
commit 0192a30d036c615c71d05dfde1a75b44b8d06495
Author: Pearl Dsilva <[email protected]>
AuthorDate: Tue Oct 13 15:09:54 2020 +0530
Fix create k8s binaries script name (#163)
Co-authored-by: Pearl Dsilva <[email protected]>
---
source/plugins/cloudstack-kubernetes-service.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/plugins/cloudstack-kubernetes-service.rst
b/source/plugins/cloudstack-kubernetes-service.rst
index a601329..08b71ce 100644
--- a/source/plugins/cloudstack-kubernetes-service.rst
+++ b/source/plugins/cloudstack-kubernetes-service.rst
@@ -64,7 +64,7 @@ Eg:
.. parsed-literal::
- # ./create-binaries-iso.sh ./ 1.12.5 0.7.1 1.12.0
"https://cloud.weave.works/k8s/net?k8s-version=1.12.5"
https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta1/aio/deploy/recommended.yaml
+ # ./create-kubernetes-binaries-iso.sh ./ 1.12.5 0.7.1 1.12.0
"https://cloud.weave.works/k8s/net?k8s-version=1.12.5"
https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta1/aio/deploy/recommended.yaml
Working with Kubernetes supported version
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~