kuberneteshaha's Posts

is there any "Desired State Configuration" tool, like Argo CD, compatible with Cloud Director? No Like instead of using the API to create the cluster, define specifications of the cluster in anoth... See more...
is there any "Desired State Configuration" tool, like Argo CD, compatible with Cloud Director? No Like instead of using the API to create the cluster, define specifications of the cluster in another tool and let the tool build automatically the cluster? You can use Terraform Provider to create clusters. This is still under development though.
I was trying to generate a template but it didn't work testtenant@desktop:~$ clusterctl generate cluster test Error: failed to read "cluster-template.yaml" from provider's repository "infrastructure-... See more...
I was trying to generate a template but it didn't work testtenant@desktop:~$ clusterctl generate cluster test Error: failed to read "cluster-template.yaml" from provider's repository "infrastructure-vcd": failed to get GitHub release v1.0.0: failed to read release "v1.0.0": GET https://api.github.com/repos/vmware/cluster-api-provider-cloud-director/releases/tags/v1.0.0: 404 Not Found [] Clusterctl support for Cloud Director is enabled only on clusterctl 1.2. However, our latest CAPVCD (Cluster API provider for Cloud Director) is still configured to work with Core CAPI 1.1.3 and Cluster 1.1.3 only. We will very soon qualify CAPVCD with CAPI 1.2. We will keep you posted on this.
Hi  If your goal is to automate everything (create, resize, upgrade, delete) via VCD API, that is doable, but you must take extra care to craft the payload correctly.  If your goal is to creat... See more...
Hi  If your goal is to automate everything (create, resize, upgrade, delete) via VCD API, that is doable, but you must take extra care to craft the payload correctly.  If your goal is to create the cluster using CSE 4.0 UI and then use VCD API to manage it further, that is also doable.  If your goal is to create the cluster using CSE 4.0 UI and use kubectl (Cluster API) to manage it further, that is not straightforward and we do not recommend this. There is a way to get this option also working. If this is what you want, let us know. We can provide the details. Which one of the above is your requirement?