DOKS icon indicating copy to clipboard operation
DOKS copied to clipboard

Managed Kubernetes designed for simple and cost effective container orchestration.

Results 15 DOKS issues
Sort by recently updated
recently updated
newest added

We integrate the [upstream dashboard](https://github.com/kubernetes/dashboard). In order for metrics to show up on the dashboard, the dedicated `kubernetesui/metrics-scraper` sidecar needs to be integrated as well. This issue is to track...

As of today, installing [metrics-server](https://github.com/kubernetes-incubator/metrics-server) requires tweaking the configuration since the default is to reach out to nodes by DNS and use TLS. A fair number of users have asked...

enhancement

This is probably more a general DO feature request than a k8s specific request. We need static IPs for egress traffic as it makes it a lot easier for our...

It would be nice if there were an option in the DO Control Panel to automatically apply a taint to any nodes that belong to a specific node pool -...

Hi, we're trying to configure DOKS for our disk I/O workloads. For this reason we use droplets with NVMe disks — Basic Premium Droplets. The problem is that these Droplets...

I created a Kubernetes cluster using Terraform. Since the DigitalOcean Terraform provider does not yet support the `urn` attribute for the `digitalocean_kubernetes_cluster` resource, I manually moved the cluster and droplets...

DigitalOcean Projects allows to logically group resources (such as droplets, volumes, and load balancers). Currently, DOKS clusters and their managed resources are not supported. This issue is to track support,...

We are implementing glusterfs cluster to be used as storage for persistent volumes using Heketi API and StorageClasses. The scenario works only when the glusterfs client package is installed on...

- [ ] Add rate-limiting - [ ] Add custom rules (firewalls) - [ ] Add option to automatically check incoming IPs in SPAM Databases (eg. spamhaus.org) and prevent them...

When a pod within the cluster connects to a load balancer HTTPS port that is configured to perform TLS termination (i.e. has a certificate configured), TLS is not terminated and...