tkrausjr

Results 10 comments of tkrausjr

/assign @tkrausjr

@akutz I have a simple "./pkg/apis/vsphere/v1alpha1/validate" package done that will validate all of the vSphere specific objects specified in the cluster.yaml and machines.yaml. I have it in a fork [here](https://github.com/tkrausjr/cluster-api-provider-vsphere/blob/issue-429/pkg/apis/vsphere/v1alpha1/validate/main.go)....

Per @akutz holding off on this for now until CAPI v1alpha2 releases as it will change the types we are using to validate objects in vSphere. Waiting on #472 as...

@akutz @andrewsykim Should have a PR for this tomorrow.

/reopen /remove-lifecycle rotten

I have been giving this some thought before this was opened and I think while possible it will probably require a baseline NSX-T environment to be in place and installed...

Hey @yktsubo , Are you saying you were able to setup and configure NCP on K8s as part of Guest Cluster deployment with CAPV or did you just post-install NCP...

OK looks like I have a pull request I need to merge. Working on it now.

I am trying to configure an MTU also on a DVS and having an issue. It looks like VMwareDistributed VirtualSwitch can be used which is different than how I configured...

Can confirm this does not work - It checks for the specific resource type of (Cluster) when it searches for the Cluster Name. I also have a customer with this...