Currently we are constructing the Kubernetes Master Endpoint URL as
follows, therefore this is not needed:
public KubernetesClusterContext(String id, String masterIp, String
masterPort, int lowerPort, int upperPort) {
...
this.setKubApi(new KubernetesApiClient(getEndpoint(masterIp, masterPort)));
...
}
private String getEndpoint(String ip, String port) {
return "http://" + ip + ":" + port + "/api/v1beta1/";
}
However IMO in a later release we need to introduce this to support
Kubernetes on GCE. Will remove it in this release.
Thanks
On Mon, May 18, 2015 at 2:13 PM, Reka Thirunavukkarasu <[email protected]>
wrote:
> Hi
>
> Is $subject needed? We don't currently display this in UI. If it is
> needed, i can do the needful to show it in the UI. If not, i can remove
> this from the bean. Please advice..
>
> Thanks,
> Reka
>
> --
> Reka Thirunavukkarasu
> Senior Software Engineer,
> WSO2, Inc.:http://wso2.com,
> Mobile: +94776442007
>
>
>
--
Imesh Gunaratne
Senior Technical Lead, WSO2
Committer & PMC Member, Apache Stratos