module-ballerina-kubernetes
module-ballerina-kubernetes copied to clipboard
**Description:** This repo is only being used for, 1.2x branch, for swan lake we use c2c, but yes, its not nice to have the master build failing. we should probably...
**Description:** Can we get support to add hostname and nodeport aliases in ballerina Kubunetes deployment annotations https://kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/
**Description:** A connector for Kubernetes API.
**Description:** Openshift's Operators gives more extendability than a CRD of a kubernetes cluster. This could be adopted for ballerina.
**Description:** When kubernetees ingress annotation used with a listener we need to hard code keystore path and password. It does not read from the environment variables. **Suggested Labels:** **Suggested Assignees:**...
**Description:** There are examples available (from 2019) showing the use of Element "tls" https://github.com/ballerina-platform/module-ballerina-kubernetes/blob/master/kubernetes-extension-test/src/test/resources/istio/virtual-service/tls_route.bal and Element "tcp" https://github.com/ballerina-platform/module-ballerina-kubernetes/blob/master/kubernetes-extension-test/src/test/resources/istio/virtual-service/tcp_route.bal and Element "http""match" https://github.com/ballerina-platform/module-ballerina-kubernetes/blob/master/kubernetes-extension-test/src/test/resources/istio/virtual-service/http_match_request.bal All 3 elements are not handled in the...
**Description:** The current version of the generated files is not compatible with Helm v3. Please update. **Suggested Labels:** **Suggested Assignees:** **Affected Product Version:** ballerina -v jBallerina 1.2.13 Language specification 2020R1...
**Description:** Currently container ports are defined from Service annotations. Ballerina core exposes some ports (e.g Prometheus) for which we don't have an endpoint defined in our ballerina program (hence we...
**Description:** Cannot give environment variables to some fields in annotations as they cannot be assigned in a string. **Steps to reproduce:** ```ballerina @kubernetes:Deployment { buildImage: "$env{BUILD_IMAGE}" } ``` Above cannot...
**Description:** Refer: https://github.com/ballerina-platform/ballerina-lang/issues/9701