module-ballerina-kubernetes icon indicating copy to clipboard operation
module-ballerina-kubernetes copied to clipboard

Results 16 module-ballerina-kubernetes issues
Sort by recently updated
recently updated
newest added

**Description:** As of now the tests are skipped in travis's windows build. This needs to be enabled.

Type/Task
Points/4

**Description:** We need to include a MD file by describing kubernetes for api docs [1] [1] https://ballerina.io/learn/api-docs/ballerinax/kubernetes.html

Type/Task
Type/Docs

**Description:** Create annotations that allows to generate a codefresh pipeline. This could be based on a command.

Type/NewFeature

**Description:** - The current implementation doesn't support changing the API version for k8s artifacts. - Add support to change API version in k8s yaml artifacts ``` @kubernetes:Deployment{ apiVersion:"extensions/v1beta1", } ```...

Type/Improvement

Now we support only nginx ingress controller. We need to add GCE ingress controller.

Type/NewFeature

The kubelet uses startup probes to know when a container application has started. If such a probe is configured, it disables liveness and readiness checks until it succeeds, making sure...

Type/NewFeature