This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch 4.19 in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
The following commit(s) were added to refs/heads/4.19 by this push: new 676911a cks: update docs for removed createKubernetesCluster API param (#477) 676911a is described below commit 676911ac3b9d41baeb13d8d5a6f5996627f46e3f Author: Abhishek Kumar <abhishek.mr...@gmail.com> AuthorDate: Sat Feb 8 15:30:49 2025 +0530 cks: update docs for removed createKubernetesCluster API param (#477) * cks: update docs for removed createKubernetesCluster API param dockerregistryemail has been removed in https://github.com/apache/cloudstack/commit/e0a5df50ceb3293c0875b7c2e8961d4e666a0e92 Signed-off-by: Abhishek Kumar <abhishek.mr...@gmail.com> * Update source/plugins/cloudstack-kubernetes-service.rst --------- Signed-off-by: Abhishek Kumar <abhishek.mr...@gmail.com> --- source/plugins/cloudstack-kubernetes-service.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/plugins/cloudstack-kubernetes-service.rst b/source/plugins/cloudstack-kubernetes-service.rst index 70f394d..d8f59ed 100644 --- a/source/plugins/cloudstack-kubernetes-service.rst +++ b/source/plugins/cloudstack-kubernetes-service.rst @@ -214,7 +214,6 @@ createKubernetesCluster API can be used to create new Kubernetes cluster. It tak - **dockerregistryusername** (username for the docker image private registry; Experimental) - **dockerregistrypassword** (password for the docker image private registry; Experimental) - **dockerregistryurl** (URL for the docker image private registry; Experimental) -- **dockerregistryemail** (email of the docker image private registry user; Experimental) For example: @@ -253,7 +252,7 @@ On successful creation, the new cluster will automatically be started and will s .. note:: - A minimum of 2 cores of CPU and 2GB of RAM is needed for deployment. Therefore, the serviceofferingid parameter of createKubernetesCluster API must be provided with the ID of such compute offerings that conform to these requirements. - - Private docker registry related parameters of createKubenetesCluster API (dockerregistryusername, dockerregistryusername, dockerregistryurl, dockerregistryemail) provides experimental functionality. To use them during cluster deployment value for global setting, cloud.kubernetes.cluster.experimental.features.enabled, must be set to true by admin beforehand. + - Private docker registry related parameters of createKubenetesCluster API (dockerregistryusername, dockerregistrypassword, dockerregistryurl) provides experimental functionality. To use them during cluster deployment value for global setting, cloud.kubernetes.cluster.experimental.features.enabled, must be set to true by admin beforehand. Listing Kubernetes clusters ############################