rocknes

Results 60 comments of rocknes

@goelaashima This error message is not originating from CSE code, It's being generated by the pksclient we consume. @last_action.setter def last_action(self, last_action): """Sets the last_action of this Cluster. :param last_action:...

Hi, Theoretically it's possible to replace weave with calico in CSE templates. However it's not on our roadmap as of now, and it's not an easy task. The change will...

Hi Miguel, CSE can still work with customized templates but as you have already noticed the process has changed a little bit. Yes, you need to host your customized script...

HI, All vApps that are CSE native clusters, will have the following metadata on them cse.cluster.id : uuid cse.version : cse version string cse.template.name : name of the template used...

I guess the question above is meant for vROPs, @Vijendrasi , can you please look into it?

Hi @mirres PKS 1.8 is *not* supported by CSE 2.6.1. CSE 2.6.1 only supports PKS 1.7. Regards Aritra Sen

CSE internally uses PKS client to communicate with PKS instances. The PKS client is auto generated and is PKS version sensitive. Right now CSE 2.6.1 has a copy of PKS...

I think what is happening in this case is as follows, 1. CSE server accepts the request and starts processing it. 2. The validation phase doesn't check if the org...

Hi, No, I don't think the issue is present in vCD 10.0.0.1. Regards Aritra Sen

If we search for `http.Client{` in the cpi-vcd 1.6.1 (https://github.com/vmware/cloud-provider-for-cloud-director/tree/1.6.z) code base, we will see that proxy setup is inconsistent during http client creation. **vcdsdk/client.go Method : RefreshBearerToken** https://github.com/vmware/cloud-provider-for-cloud-director/blob/a0a0e916a5eda50705f9f3e3b7da8471bd6ff763/pkg/vcdsdk/client.go#L113 https://github.com/vmware/cloud-provider-for-cloud-director/blob/a0a0e916a5eda50705f9f3e3b7da8471bd6ff763/pkg/vcdsdk/client.go#L125...