Skip to content

Commit d712973

Browse files
committed
cks: update docs for removed createKubernetesCluster API param
dockerregistryemail has been removed in apache/cloudstack@e0a5df5 Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 09b8c2c commit d712973

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/plugins/cloudstack-kubernetes-service.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ createKubernetesCluster API can be used to create new Kubernetes cluster. It tak
214214
- **dockerregistryusername** (username for the docker image private registry; Experimental)
215215
- **dockerregistrypassword** (password for the docker image private registry; Experimental)
216216
- **dockerregistryurl** (URL for the docker image private registry; Experimental)
217-
- **dockerregistryemail** (email of the docker image private registry user; Experimental)
218217

219218
For example:
220219

@@ -253,7 +252,7 @@ On successful creation, the new cluster will automatically be started and will s
253252

254253
.. note::
255254
- 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.
256-
- 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.
255+
- Private docker registry related parameters of createKubenetesCluster API (dockerregistryusername, dockerregistryusername, 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.
257256

258257
Listing Kubernetes clusters
259258
############################

0 commit comments

Comments
 (0)