# DigitalOcean Kubernetes – DigitalOcean Documentation > DigitalOcean Kubernetes (DOKS) is a managed Kubernetes service that lets you deploy Kubernetes clusters without the complexities of handling the control plane and containerized infrastructure. Clusters are compatible with standard Kubernetes toolchains and integrate natively with DigitalOcean Load Balancers and volumes. - [Kubernetes Support](https://docs.digitalocean.com/products/kubernetes/support/index.html.md): Get help with technical support and answers to frequently asked questions. ## Getting Started with DigitalOcean Kubernetes Quickstarts and intermediate tutorials to get started. - [Kubernetes Quickstart](https://docs.digitalocean.com/products/kubernetes/getting-started/quickstart/index.html.md): Just the essentials to go from zero to working in a few minutes. - [DOKS Operational Readiness, Part 1: Install the NGINX Ingress Controller](https://docs.digitalocean.com/products/kubernetes/getting-started/operational-readiness/install-nginx-ingress-controller/index.html.md): Install the NGINX ingress controller and configure HTTP rules for the two deployed backend services. - [DOKS Operational Readiness, Part 2: Enable HTTPS](https://docs.digitalocean.com/products/kubernetes/getting-started/operational-readiness/enable-https/index.html.md): Configure production-ready TLS certificates with Cert-Manager using the HTTP-01 challenge. - [DOKS Operational Readiness, Part 3: Configure Wildcard Certificates](https://docs.digitalocean.com/products/kubernetes/getting-started/operational-readiness/configure-wildcard-certificates/index.html.md): Configure production-ready TLS certificates with Cert-Manager using the DNS-01 challenge to support wildcard certificates. - [Build and Deploy Your First Image to Your First Cluster](https://docs.digitalocean.com/products/kubernetes/getting-started/deploy-image-to-cluster/index.html.md): Build a sample Docker image and run it on a DigitalOcean Kubernetes cluster. ## Kubernetes How-Tos How to accomplish specific tasks in detail, like creation/deletion, configuration, and management. - [How to Create Kubernetes Clusters](https://docs.digitalocean.com/products/kubernetes/how-to/create-clusters/index.html.md): Create a DigitalOcean Kubernetes cluster with CPU and GPU nodes to start running containerized applications in the cloud. - [How to Connect to a DigitalOcean Kubernetes Cluster](https://docs.digitalocean.com/products/kubernetes/how-to/connect-to-cluster/index.html.md): Connect to a Kubernetes cluster with kubectl, the official Kubernetes command-line tool. - [How to Add Node Pools to a Cluster](https://docs.digitalocean.com/products/kubernetes/how-to/add-node-pools/index.html.md): Create additional node pools for an existing cluster - [How to Enable Cluster Autoscaler for a DigitalOcean Kubernetes Cluster](https://docs.digitalocean.com/products/kubernetes/how-to/autoscale/index.html.md): Enable autoscaling to automatically adjust the number of nodes in a cluster based on the cluster's capacity to schedule pods. Combine with a Horizontal Pod Autoscaler (HPA) to make clusters highly … - [How to Configure Networking for Multi-Node GPU Worker Nodes](https://docs.digitalocean.com/products/kubernetes/how-to/configure-multinode-gpus/index.html.md): Configure multi-node GPU worker nodes. - [How to Manage Kubernetes 1-Click Applications](https://docs.digitalocean.com/products/kubernetes/how-to/manage-1click-apps/index.html.md): Install 1-Click Applications on DigitalOcean Kubernetes clusters. - [How to Destroy DigitalOcean Kubernetes Clusters](https://docs.digitalocean.com/products/kubernetes/how-to/destroy-clusters/index.html.md): Destroy a DigitalOcean Kubernetes cluster to permanently and irreversibly remove it from an account. - [How to Enable High Availability](https://docs.digitalocean.com/products/kubernetes/how-to/enable-high-availability/index.html.md): Enable high availability to increase the reliability of your control plane. - [How to Integrate with a DigitalOcean Container Registry](https://docs.digitalocean.com/products/kubernetes/how-to/integrate-with-docr/index.html.md): Integrate a container registry with your Kubernetes cluster. - [How to Add Volumes to Kubernetes Clusters](https://docs.digitalocean.com/products/kubernetes/how-to/add-volumes/index.html.md): Create a PersistentVolumeClaim (PVC) to use DigitalOcean Volumes Block Storage for persistent data in Kubernetes clusters. - [How to Delete Volumes from Kubernetes Clusters](https://docs.digitalocean.com/products/kubernetes/how-to/delete-volumes/index.html.md): Delete a volume from a Kubernetes cluster using kubectl to permanently and irreversibly remove it from the cluster and DigitalOcean account. - [How to Restore Volumes from Snapshots in Kubernetes Clusters](https://docs.digitalocean.com/products/kubernetes/how-to/restore-volumes/index.html.md): Import a volume into DigitalOcean from an existing snapshot of data. - [How to Use NFS Storage with Kubernetes Clusters](https://docs.digitalocean.com/products/kubernetes/how-to/use-nfs-storage/index.html.md): Use NFS shared storage with DigitalOcean Kubernetes clusters. - [How to Import a DigitalOcean Snapshot into a Kubernetes Cluster](https://docs.digitalocean.com/products/kubernetes/how-to/import-snapshot/index.html.md): Import an existing DigitalOcean snapshot into a cluster. - [How to Create Volume Snapshots in Kubernetes Clusters](https://docs.digitalocean.com/products/kubernetes/how-to/create-snapshots/index.html.md): Create volume snapshots to save the contents of the volume's disk, then use the snapshot to restore or create new volumes with the same contents. - [How to Add Load Balancers to Kubernetes Clusters](https://docs.digitalocean.com/products/kubernetes/how-to/add-load-balancers/index.html.md): Declare a DigitalOcean Load Balancer in the cluster manifest to distribute traffic across all worker nodes in the cluster. - [How to Configure Advanced Load Balancer Settings in Kubernetes Clusters](https://docs.digitalocean.com/products/kubernetes/how-to/configure-load-balancers/index.html.md): Configure advanced load balancer settings for sticky sessions, health checks, and always-on SSL. - [How to Migrate Load Balancers](https://docs.digitalocean.com/products/kubernetes/how-to/migrate-load-balancers/index.html.md): Pass load balancer ownership from one service to another. - [How to Delete Load Balancers from Kubernetes Clusters](https://docs.digitalocean.com/products/kubernetes/how-to/delete-load-balancers/index.html.md): Delete a load balancer from a Kubernetes cluster using kubectl to permanently and irreversibly remove it from the cluster and DigitalOcean account. - [How to Use Gateway API to Route Traffic in Kubernetes Clusters](https://docs.digitalocean.com/products/kubernetes/how-to/use-gateway-api/index.html.md): Use Gateway API resources to route external HTTP and HTTPS traffic to services running in your DOKS cluster. - [How to Use the Routing Agent in Kubernetes Clusters](https://docs.digitalocean.com/products/kubernetes/how-to/use-routing-agent/index.html.md): Manage IP routes on Kubernetes worker nodes using the routing agent - [How to Use Spaces With Kubernetes Clusters](https://docs.digitalocean.com/products/kubernetes/how-to/use-spaces/index.html.md): Use Spaces object storage with Kubernetes clusters. - [How to Use the Node Readiness Controller in DOKS](https://docs.digitalocean.com/products/kubernetes/how-to/use-node-readiness-controller/index.html.md): DOKS uses a node readiness controller to gate pod scheduling until all required node components, including GPU drivers, are healthy. - [How to Customize CoreDNS for Kubernetes Clusters](https://docs.digitalocean.com/products/kubernetes/how-to/customize-coredns/index.html.md): Customize CoreDNS settings to change system configuration and provide specific options for domains. - [How to Configure CoreDNS Autoscaling for DigitalOcean Kubernetes](https://docs.digitalocean.com/products/kubernetes/how-to/configure-coredns-autoscaling/index.html.md): Configure the Cluster Proportional Autoscaler plugin to automatically scale CoreDNS replicas based on cluster size. - [How to Enable Push-to-Deploy on DigitalOcean Kubernetes Using GitHub Actions](https://docs.digitalocean.com/products/kubernetes/how-to/deploy-using-github-actions/index.html.md): Use GitHub Actions to trigger a workflow to deploy a new image to your Kubernetes cluster. - [How to View Basic Performance Metrics for Nodes in DigitalOcean Kubernetes Clusters](https://docs.digitalocean.com/products/kubernetes/how-to/monitor-basic/index.html.md): Monitor metrics like CPU usage, load averages, and bandwidth to support capacity planning and provide insight into cluster health. View visualizations on resource utilization for individual nodes, … - [How to Use Cilium Hubble for Network Visibility and Security of Kubernetes Clusters](https://docs.digitalocean.com/products/kubernetes/how-to/use-cilium-hubble/index.html.md): How to access Cilium Hubble and Hubble UI - [How to Monitor Advanced Metrics for Kubernetes Pod Deployment Progress and Availability](https://docs.digitalocean.com/products/kubernetes/how-to/monitor-advanced/index.html.md): Install the sidecar agent for detailed metric visualizations on Kubernetes objects, like deployment progress for pods, DaemonSets, and StatefulSets. - [How to Forward Logs to Managed OpenSearch Database](https://docs.digitalocean.com/products/kubernetes/how-to/forward-logs/index.html.md): Enable log forwarding to Managed OpenSearch in DigitalOcean Kubernetes. - [How to Upgrade DOKS Clusters to Newer Versions](https://docs.digitalocean.com/products/kubernetes/how-to/upgrade-cluster/index.html.md): Upgrade clusters to newer patch versions or newer minor versions using the control panel or command-line interface. - [How to Add a Control Plane Firewall](https://docs.digitalocean.com/products/kubernetes/how-to/add-control-plane-firewall/index.html.md): Restrict which IP addresses can access your cluster's API server. - [How to Configure Single Sign-On for Kubernetes Clusters](https://docs.digitalocean.com/products/kubernetes/how-to/configure-single-sign-on-for-clusters/index.html.md): Configure single sign-on (SSO) so team members can authenticate to your DigitalOcean Kubernetes clusters using your identity provider and OpenID Connect (OIDC). - [Autoscale Cluster With Horizontal Pod Autoscaling](https://docs.digitalocean.com/products/kubernetes/how-to/set-up-autoscaling/index.html.md): Autoscale a DigitalOcean Kubernetes cluster using cluster autoscaling (CA) and horizontal pod autoscaling (HPA). - [How to Set RoleBindings for Custom Roles](https://docs.digitalocean.com/products/kubernetes/how-to/set-up-custom-rolebindings/index.html.md): Fine-tune access to Kubernetes clusters using custom team roles. ## Kubernetes Reference API and CLI reference documentation for the DigitalOcean Kubernetes service, including example requests and available parameters. - [DigitalOcean Kubernetes API Reference](https://docs.digitalocean.com/products/kubernetes/reference/api/index.html.md): ## Kubernetes Concepts Explanations and definitions of core concepts in Kubernetes. - [Choosing the Right Kubernetes Plan](https://docs.digitalocean.com/products/kubernetes/concepts/choosing-a-plan/index.html.md): In-depth comparisons of available Kubernetes plans, including hardware and how to make a data-driven decision on which plan is best for your use case. - [Kubernetes Best Practices](https://docs.digitalocean.com/products/kubernetes/concepts/best-practices/index.html.md): Recommended practices to implement when setting up and running your Kubernetes clusters. ## Kubernetes Details Features, plans and pricing, availability, limits, known issues, and more. - [Kubernetes Features](https://docs.digitalocean.com/products/kubernetes/details/features/index.html.md): DigitalOcean Kubernetes is a managed Kubernetes service lets you deploy scalable and secure Kubernetes clusters without the complexities of administrating the control plane. We manage the Kubernetes … - [Kubernetes Pricing](https://docs.digitalocean.com/products/kubernetes/details/pricing/index.html.md): The cost of a DigitalOcean Kubernetes cluster is based on the cluster's node pool configuration and usage. - [Kubernetes Availability](https://docs.digitalocean.com/products/kubernetes/details/availability/index.html.md): Regional datacenter availability for Kubernetes. - [Kubernetes Limits](https://docs.digitalocean.com/products/kubernetes/details/limits/index.html.md): Limits and known issues for DigitalOcean Kubernetes. - [The Managed Elements of DigitalOcean Kubernetes](https://docs.digitalocean.com/products/kubernetes/details/managed/index.html.md): DigitalOcean Kubernetes provides administrator access to the cluster and full access to the Kubernetes API with no restrictions on which API objects you can create. We manage key services and settings … - [GPU Worker Nodes](https://docs.digitalocean.com/products/kubernetes/details/supported-gpus/index.html.md): GPU worker nodes are built on GPU Droplets, which are powered by AMD and NVIDIA GPUs. - [DigitalOcean Kubernetes Security Information](https://docs.digitalocean.com/products/kubernetes/details/security/index.html.md): Information DigitalOcean Kubernetes security, like access control, security tooling, and authentication. - [1.33.12-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.33.12.do-2/index.html.md): Updates to system components: Increased the nrr-status-patcher sidecar CPU limits in Cilium to reduce throttling Changes to NVIDIA GPU worker images: Updated nvidia-container-toolkit to 1.19.1 - [1.34.8-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.34.8.do-2/index.html.md): Updates to system components: Updated Linux kernel to 6.12.94-1 Increased the nrr-status-patcher sidecar CPU limits in Cilium to reduce throttling Changes to NVIDIA GPU worker images: Updated … - [1.35.5-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.35.5-do.2/index.html.md): Updates to system components: Updated Linux kernel to 6.12.94-1 Increased the nrr-status-patcher sidecar CPU limits in Cilium to reduce throttling Changes to NVIDIA GPU worker images: Updated … - [1.36.0-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.36.0-do.2/index.html.md): Updates to system components: Updated Linux kernel to 6.12.94-1 Increased the nrr-status-patcher sidecar CPU limits in Cilium to reduce throttling Changes to NVIDIA GPU worker images: Updated … - [1.33.12-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.33.12.do-1/index.html.md): Updates to system components: Updated Linux kernel to 6.1.174-1 - [1.34.8-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.34.8.do-1/index.html.md): Updates to system components: Updated Linux kernel to 6.12.90-2 - [1.35.5-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.35.5-do.1/index.html.md): Updates to system components: Updated Linux kernel to 6.12.90-2 - [1.36.0-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.36.0-do.1/index.html.md): Updates to system components: Updated Linux kernel to 6.12.90-2 Configured LimitNOFILE=infinity for containers to address soft limit regression after the containerd 2.x upgrade Changes to AMD GPU … - [1.33.12-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.33.12.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.33.12. Added Node Readiness Controller v0.3.0 with NodeReadinessRule CRD Updated Linux kernel to 6.1.172-1 - [1.34.8-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.34.8.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.34.8. Added Node Readiness Controller v0.3.0 with NodeReadinessRule CRD Updated Linux kernel to 6.12.88-1 - [1.35.5-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.35.5-do.0/index.html.md): Updates to system components: Updated to Kubernetes v1.35.5. Added Node Readiness Controller v0.3.0 with NodeReadinessRule CRD Updated Linux kernel to 6.12.88-1 - [1.36.0-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.36.0-do.0/index.html.md): First 1.36.x release For DigitalOcean Kubernetes (DOKS) clusters on version 1.36.0 and later, the cluster create API enables high availability (HA) by default when the ha field is not set. To create a … - [1.33.9-do.6](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.33.9.do-6/index.html.md): Updates to system components: Updated Linux kernel to 6.1.170-3 - [1.34.5-do.6](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.34.5.do-6/index.html.md): Updates to system components: Updated Linux kernel to 6.12.86-1 - [1.35.1-do.6](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.35.1.do-6/index.html.md): Updates to system components: Updated Linux kernel to 6.12.86-1 - [1.33.9-do.5](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.33.9.do-5/index.html.md): Updates to system components: Updated components to incorporate security fixes - [1.34.5-do.5](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.34.5.do-5/index.html.md): Updates to system components: Updated Linux kernel to 6.12.85-1 - [1.35.1-do.5](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.35.1-do.5/index.html.md): Updates to system components: Updated Linux kernel to 6.12.85-1 - [1.33.9-do.4](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.33.9.do-4/index.html.md): Updates to system components: Added a new image optimized for GPU Operators, currently available in private preview: The image is based on regular CPU-based DOKS worker images and additionally … - [1.34.5-do.4](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.34.5.do-4/index.html.md): Updates to system components: Added a new image optimized for GPU Operators, currently available in private preview: The image is based on regular CPU-based DOKS worker images and additionally … - [1.35.1-do.4](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.35.1-do.4/index.html.md): Updates to system components: Added a new image optimized for GPU Operators, currently available in private preview: The image is based on regular CPU-based DOKS worker images and additionally … - [1.33.9-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.33.9.do-3/index.html.md): Updates to system components: Changes to GPU worker images: Improved robustness in network interface setup for GPU multi-node sizes - [1.34.5-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.34.5.do-3/index.html.md): Updates to system components: Changes to GPU worker images: Improved robustness in network interface setup for GPU multi-node sizes - [1.35.1-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.35.1-do.3/index.html.md): Updates to system components: Changes to GPU worker images: Improved robustness in network interface setup for GPU multi-node sizes - [1.32.13-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.32.13.do-2/index.html.md): Updates to system components: Changes to worker images: Fix race condition on worker bootstrap which could cause NVIDIA DCGM exporter CrashLoopBackOff - [1.33.9-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.33.9.do-2/index.html.md): Updates to system components: Changes to worker images: Fix race condition on worker bootstrap which could cause NVIDIA DCGM exporter CrashLoopBackOff - [1.34.5-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.34.5.do-2/index.html.md): Updates to system components: Changes to worker images: Fix race condition on worker bootstrap which could cause NVIDIA DCGM exporter CrashLoopBackOff - [1.35.1-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.35.1-do.2/index.html.md): Updates to system components: Changes to worker images: Fix race condition on worker bootstrap which could cause NVIDIA DCGM exporter CrashLoopBackOff - [1.32.13-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.32.13.do-1/index.html.md): Updates to system components: Changes to NVIDIA GPU worker images: Updated doca-roce to version 3.3.0 - [1.33.9-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.33.9.do-1/index.html.md): Updates to system components: Changes to NVIDIA GPU worker images: Updated doca-roce to version 3.3.0 - [1.34.5-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.34.5.do-1/index.html.md): Updates to system components: Changes to worker images: Updated Linux kernel to 6.12.74-2 Enabled CDI in containerd configuration Changes to NVIDIA GPU worker images: Updated doca-roce to version … - [1.35.1-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.35.1-do.1/index.html.md): Updates to system components: Changes to worker images: Updated Linux kernel to 6.12.74-2 Enabled CDI in containerd configuration Changes to NVIDIA GPU worker images: Removed cuda-toolkit to reduce … - [1.32.13-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.32.13.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.32.13. - [1.33.9-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.33.9.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.33.9. - [1.34.5-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.34.5.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.34.5. - [1.35.1-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.35.1-do.0/index.html.md): First 1.35.x release Updates to system components: Updated to Kubernetes v1.35.1 Updated to Cilium 1.19 Updated to DO CSI v4.16 Updated to DO CCM v0.1.65 - [1.32.10-do.5](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.32.10-do.5/index.html.md): Updates to system components: Changes to worker images: Extend internal telemetry service capabilities. - [1.33.6-do.5](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.33.6.do-5/index.html.md): Updates to system components: Changes to worker images: Extend internal telemetry service capabilities. - [1.34.1-do.5](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.34.1.do-5/index.html.md): Updates to system components: Changes to worker images: Extend internal telemetry service capabilities. - [1.32.10-do.4](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.32.10-do.4/index.html.md): Updates to system components: Changes to worker images: Configured LimitMEMLOCK=infinity for containers - [1.33.6-do.4](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.33.6.do-4/index.html.md): Updates to system components: Updated etcd version to 3.5.26 to avoid issues when upgrading to Kubernetes version 1.34 for certain clusters Changes to worker images: Configured LimitMEMLOCK=infinity … - [1.34.1-do.4](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.34.1.do-4/index.html.md): Updates to system components: Changes to worker images: Updated to Linux kernel 6.12.73-1 Configured LimitMEMLOCK=infinity for containers - [1.32.10-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.32.10-do.3/index.html.md): Updates to system components: Changes to worker images: Allow enablement of internal telemetry service. - [1.33.6-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.33.6.do-3/index.html.md): Updates to system components: Changes to worker images: Allow enablement of internal telemetry service. - [1.34.1-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.34.1.do-3/index.html.md): Updates to system components: Changes to worker images: Allow enablement of internal telemetry service. - [1.32.10-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.32.10-do.2/index.html.md): Updates to system components: Changes to worker images: Prepare observability support with introduction of internal telemetry service. - [1.33.6-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.33.6.do-2/index.html.md): Updates to system components: Changes to worker images: Prepare observability support with introduction of internal telemetry service. - [1.34.1-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.34.1.do-2/index.html.md): Updates to system components: Changes to worker images: Prepare observability support with introduction of internal telemetry service. - [1.32.10-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.32.10-do.1/index.html.md): Updates to system components: Changes to AMD GPU worker images: Downgraded doca-roce to version 2.9.3 (LTS) for consistency between DOKS versions (see 1.34.1-do.1 changelog) - [1.33.6-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.33.6.do-1/index.html.md): Updates to system components: Changes to AMD GPU worker images: Downgraded doca-roce to version 2.9.3 (LTS) for consistency between DOKS versions (see 1.34.1-do.1 changelog) - [1.34.1-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.34.1.do-1/index.html.md): Updates to system components: Changes to AMD GPU worker images: Added Pollara drivers 1.117.5-a-38 for Mi350x multi-node support Downgraded doca-roce to version 2.9.3 (LTS) for compatibility with … - [1.32.10-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.32.10.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.32.10. - [1.33.6-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.33.6.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.33.6. Fix to address Cilium issue #34503 - [1.34.1-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.34.1.do-0/index.html.md): First 1.34.x release Updates to system components: Updated to Kubernetes v1.34.1 Updated to Cilium 1.18 Gateway API: Changed the externalTrafficPolicy for the underlying Kubernetes LoadBalancer … - [1.31.9-do.5](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.31.9.do-5/index.html.md): Updates to system components: Updates to NVIDIA CUDA drivers, NVIDIA CUDA toolkit and added packages for multi-node support and metrics collection for NVIDIA GPU worker nodes: Updated cuda-drivers to … - [1.32.5-do.5](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.32.5.do-5/index.html.md): Updates to system components: Updates to NVIDIA CUDA drivers, NVIDIA CUDA toolkit and added packages for multi-node support and metrics collection for NVIDIA GPU worker nodes: Updated cuda-drivers to … - [1.33.1-do.5](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.33.1.do-5/index.html.md): Updates to system components: Updates to NVIDIA CUDA drivers, NVIDIA CUDA toolkit and added packages for multi-node support and metrics collection for NVIDIA GPU worker nodes: Updated cuda-drivers to … - [1.31.9-do.4](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.31.9.do-4/index.html.md): Updates to system components: Integrate NVIDIA GPU device plugin v0.17.3. Internal updates to the AMD GPU base image to improve resiliency of node bootstrapping. - [1.32.5-do.4](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.32.5.do-4/index.html.md): Updates to system components: Integrate NVIDIA GPU device plugin v0.17.3. Internal updates to the AMD GPU base image to improve resiliency of node bootstrapping. - [1.33.1-do.4](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.33.1.do-4/index.html.md): Updates to system components: Integrate NVIDIA GPU device plugin v0.17.3 . Internal updates to the AMD GPU base image to improve resiliency of node bootstrapping. - [1.31.9-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.31.9.do-3/index.html.md): Updates to system components: Updated ROCm to version 6.4.2 - [1.32.5-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.32.5.do-3/index.html.md): Updates to system components: Updated ROCm to version 6.4.2 - [1.33.1-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.33.1.do-3/index.html.md): Updates to system components: Updated ROCm to version 6.4.2 - [1.31.9-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.31.9.do-2/index.html.md): Updates to system components: Updated nvidia-container-toolkit to 1.17.8-1 - [1.32.5-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.32.5.do-2/index.html.md): Updates to system components: Updated nvidia-container-toolkit to 1.17.8-1 - [1.33.1-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.33.1.do-2/index.html.md): Updates to system components: Updated nvidia-container-toolkit to 1.17.8-1 - [1.31.9-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.31.9.do-1/index.html.md): Optimized Kubernetes worker images to reduce size and improve provisioning speed. Updated resource constraints in preparation for new node sizes. - [1.32.5-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.32.5.do-1/index.html.md): Optimized Kubernetes worker images to reduce size and improve provisioning speed. Updated resource constraints in preparation for new node sizes. - [1.33.1-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.33.1.do-1/index.html.md): Optimized Kubernetes worker images to reduce size and improve provisioning speed. Updated resource constraints in preparation for new node sizes. - [1.30.13-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.30.13.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.30.13. - [1.31.9-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.31.9.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.31.9. - [1.32.5-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.32.5.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.32.5. - [1.33.1-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/1.33.1.do-0/index.html.md): First 1.33.x release Updates to system components: Updated to Kubernetes v1.33.1 Updated to Cilium 1.17 Updated to DO CSI v4.14 Updated to DO CCM v0.1.61 Load balancer services now default to network … - [1.30.10-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.30.10.do-3/index.html.md): Fix race condition to prevent anchor IP from appearing on multiple NICs. Prepare worker image for upcoming AMD GPU droplets. Changes apply to upcoming AMD GPU droplets only. Install AMDGPU driver … - [1.31.6-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.31.6.do-3/index.html.md): Fix race condition to prevent anchor IP from appearing on multiple NICs. Prepare worker image for upcoming AMD GPU droplets. Changes apply to upcoming AMD GPU droplets only. Install amdgpu version … - [1.32.2-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.32.2.do-3/index.html.md): Fix race condition to prevent anchor IP from appearing on multiple NICs. Prepare worker image for upcoming AMD GPU droplets. Changes apply to upcoming AMD GPU droplets only. Install amdgpu version … - [1.30.10-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.30.10.do-2/index.html.md): Updated resource constraints in preparation for new node sizes. - [1.31.6-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.31.6.do-2/index.html.md): Updated resource constraints in preparation for new node sizes. - [1.32.2-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.32.2.do-2/index.html.md): Updated resource constraints in preparation for new node sizes. - [1.30.10-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.30.10.do-1/index.html.md): Updates to system components: Updates to the routing-agent component including a broad toleration and bug fixes when used with network load balancers Updates to NVIDIA CUDA drivers, NVIDIA CUDA … - [1.31.6-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.31.6.do-1/index.html.md): Updates to system components: Updates to the routing-agent component including a broad toleration and bug fixes when used with network load balancers Updates to NVIDIA CUDA drivers, NVIDIA CUDA … - [1.32.2-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.32.2.do-1/index.html.md): Updates to system components: Updates to the routing-agent component including a broad toleration and bug fixes when used with network load balancers Updates to NVIDIA CUDA drivers, NVIDIA CUDA … - [1.30.10-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.30.10.do-0/index.html.md): Updates to system components: Internal updates to the base image to improve resiliency of node bootstrapping. Updated to Kubernetes v1.30.10. - [1.31.6-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.31.6.do-0/index.html.md): Updates to system components: Internal updates to the base image to improve resiliency of node bootstrapping. Updated to Kubernetes v1.31.6. - [1.32.2-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.32.2.do-0/index.html.md): Updates to system components: Internal updates to the base image to improve resiliency of node bootstrapping. Updated to Kubernetes v1.32.2. - [1.29.13-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.29.13.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.29.13 Updated to Linux kernel 6.1.123 Updated to Cilium 1.14.18 Updates to NVIDIA CUDA drivers and NVIDIA container toolkit package versions for … - [1.30.9-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.30.9.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.30.9 Updated to Linux kernel 6.1.123 Updated to Cilium 1.14.18 Updates to NVIDIA CUDA drivers and NVIDIA container toolkit package versions for … - [1.31.5-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.31.5.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.31.5 Updated to Linux kernel 6.1.123 Updated to Cilium 1.15.12 Updates to NVIDIA CUDA drivers and NVIDIA container toolkit package versions for … - [1.32.1-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.32.1.do-0/index.html.md): First 1.32.x release Updates to system components: Updated to Kubernetes v1.32.1 Updated to cluster-autoscaler v1.32 Updated to Linux kernel 6.1.123 Updated to Cilium 1.16 Updated to DO CSI v4.13 … - [1.29.9-do.5](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.29.9.do-5/index.html.md): Internal updates to the base image. - [1.30.5-do.5](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.30.5.do-5/index.html.md): Internal updates to the base image. - [1.31.1-do.5](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.31.1.do-5/index.html.md): Internal updates to the base image. - [1.29.9-do.4](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.29.9.do-4/index.html.md): Upgrades to NVIDIA CUDA drivers and NVIDIA CUDA toolkit package versions for GPU worker nodes: Updated cuda-drivers to 550.127.05-1 Updated cuda-toolkit to 12.6.2-1 Updated nvidia-container-toolkit to … - [1.30.5-do.4](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.30.5.do-4/index.html.md): Upgrades to NVIDIA CUDA drivers and NVIDIA CUDA toolkit package versions for GPU worker nodes: Updated cuda-drivers to 550.127.05-1 Updated cuda-toolkit to 12.6.2-1 Updated nvidia-container-toolkit to … - [1.31.1-do.4](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.31.1.do-4/index.html.md): Upgrades to NVIDIA CUDA drivers and NVIDIA CUDA toolkit package versions for GPU worker nodes: Updated cuda-drivers to 550.127.05-1 Updated cuda-toolkit to 12.6.2-1 Updated nvidia-container-toolkit to … - [1.28.14-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.28.14.do-3/index.html.md): Addressed issue with nvidia driver installation on GPU worker nodes. - [1.29.9-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.29.9.do-3/index.html.md): Addressed issue with nvidia driver installation on GPU worker nodes. - [1.30.5-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.30.5.do-3/index.html.md): Addressed issue with nvidia driver installation on GPU worker nodes. - [1.31.1-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.31.1.do-3/index.html.md): Addressed issue with nvidia driver installation on GPU worker nodes. - [1.28.14-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.28.14.do-2/index.html.md): Internal updates to the base image. - [1.29.9-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.29.9.do-2/index.html.md): Internal updates to the base image. - [1.30.5-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.30.5.do-2/index.html.md): Internal updates to the base image. - [1.31.1-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.31.1.do-2/index.html.md): Internal updates to the base image. - [1.28.14-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.28.14.do-1/index.html.md): Rebuilt the Debian base image for GPU worker nodes with nvidia-container-toolkit version 1.16.2-1 to address CVE-2024-0132. - [1.29.9-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.29.9.do-1/index.html.md): Rebuilt the Debian base image for GPU worker nodes with nvidia-container-toolkit version 1.16.2-1 to address CVE-2024-0132. - [1.30.5-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.30.5.do-1/index.html.md): Rebuilt the Debian base image for GPU worker nodes with nvidia-container-toolkit version 1.16.2-1 to address CVE-2024-0132. - [1.31.1-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.31.1.do-1/index.html.md): Rebuilt the Debian base image for GPU worker nodes with nvidia-container-toolkit version 1.16.2-1 to address CVE-2024-0132. - [1.28.14-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.28.14.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.28.14 Updated to Linux kernel 6.1.106 - [1.29.9-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.29.9.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.29.9 Updated to Linux kernel 6.1.106 - [1.30.5-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.30.5.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.30.5 Updated to Linux kernel 6.1.106 - [1.31.1-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.31.1.do-0/index.html.md): First 1.31.x release Updates to system components: Updated to Kubernetes v1.31.1 Updated to cluster-autoscaler v1.31 Updated to Linux kernel 6.1.106 Updated to Cilium 1.15 Updated to DO CSI v4.12 … - [1.28.13-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.28.13.do-0/index.html.md): Install NVIDIA CUDA drivers version 550.90.07 and NVIDIA CUDA toolkit version 12.4.1 (applies to GPU Droplets support) Updates to system components: Updated to Kubernetes v1.28.13 Updated to Linux … - [1.29.8-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.29.8.do-0/index.html.md): Install NVIDIA CUDA drivers version 550.90.07 and NVIDIA CUDA toolkit version 12.4.1 (applies to GPU Droplets support) Updates to system components: Updated to Kubernetes v1.29.8 Updated to Linux … - [1.30.4-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.30.4.do-0/index.html.md): Install NVIDIA CUDA drivers version 550.90.07 and NVIDIA CUDA toolkit version 12.4.1 (applies to GPU Droplets support) Updates to system components: Updated to Kubernetes v1.30.4 Updated to Linux … - [1.28.11-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.28.11.do-0/index.html.md): Rebuilt the Debian base image with OpenSSH version 1:9.2p1-2+deb12u3 to address the openssh vulnerabilities CVE-2024-6387 Updates to system components: Updated to Kubernetes v1.28.11 Updated to Linux … - [1.29.6-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.29.6.do-0/index.html.md): Rebuilt the Debian base image with OpenSSH version 1:9.2p1-2+deb12u3 to address the openssh vulnerabilities CVE-2024-6387 Updates to system components: Updated to Kubernetes v1.29.6 Updated to Linux … - [1.30.2-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.30.2.do-0/index.html.md): Rebuilt the Debian base image with OpenSSH version 1:9.2p1-2+deb12u3 to address the openssh vulnerabilities CVE-2024-6387 Updates to system components: Updated to Kubernetes v1.30.2 Updated to Linux … - [1.27.14-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.27.14.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.27.14 Updated to Linux kernel 6.1.90 Updated kubelet authorization mode to Webhook - [1.28.10-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.28.10.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.28.10 Updated to Linux kernel 6.1.90 Updated kubelet authorization mode to Webhook - [1.29.5-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.29.5.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.29.5 Updated to Linux kernel 6.1.90 Updated kubelet authorization mode to Webhook - [1.30.1-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.30.1.do-0/index.html.md): First 1.30.x release Updates to system components: Updated to Kubernetes v1.30.1 Updated to cluster-autoscaler v1.30 Updated to containerd 1.6.31 Updated to Linux kernel 6.1.90 Updated kubelet … - [1.26.13-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.26.13.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.26.13 Updated to containerd 1.6.28 to address Leaky Vessels runc vulnerabilities, including container breakout CVE-2024-21626 - [1.27.10-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.27.10.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.27.10 Updated to containerd 1.6.28 to address Leaky Vessels runc vulnerabilities, including container breakout CVE-2024-21626 - [1.28.6-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.28.6.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.28.6 Updated to cluster-autoscaler-1.28.2 Updated to containerd 1.6.28 to address Leaky Vessels runc vulnerabilities, including container … - [1.29.1-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.29.1.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.29.1 Updated to containerd 1.6.28 to address Leaky Vessels runc vulnerabilities, including container breakout CVE-2024-21626 - [1.26.12-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.26.12.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.26.12 Updated to Cilium v1.12.17 Updated to Linux kernel 6.1.55 - [1.27.9-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.27.9.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.27.9 Updated to Cilium v1.13.10 Updated to Linux kernel 6.1.69 - [1.28.5-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.28.5.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.28.5 Updated to Cilium v1.14.5 Added support for SCTP Updated to Linux kernel 6.1.69 - [1.29.0-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.29.0.do-0/index.html.md): Deprecated APIs scheduled for removal in 1.29 are no longer served. Make sure to read the Urgent Upgrade Notes and adjust your manifests accordingly. First 1.29.x release Updates to system components: … - [1.25.14-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.25.14.do-0/index.html.md): Note: If your cluster was originally created on 1.24 or older and has not been upgraded since December 2022, it may undergo a control plane migration. Updates to system components: Updated to … - [1.26.9-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.26.9.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.26.9 Updated to Cilium v1.12.14 Updated to cluster-autoscaler 1.26.4 Updated to Linux kernel 6.1.38 - [1.27.6-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.27.6.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.27.6 Updated to Cilium v1.13.7 Updated to cluster-autoscaler 1.27.3 Updated to Linux kernel 6.1.52 Fixed a bug resulting in duplicate nameserver … - [1.28.2-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.28.2.do-0/index.html.md): Deprecated APIs scheduled for removal in 1.28 are no longer served. Make sure to read the Urgent Upgrade Notes and adjust your manifests accordingly. First 1.28.x release Updates to system components: … - [1.24.16-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.24.16.do-0/index.html.md): Note: If your cluster was originally created on 1.24 or older and had not been upgraded since December 2022, it may undergo a control plane migration. Updates to system components: Updated to … - [1.25.12-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.25.12.do-0/index.html.md): Note: If your cluster was originally created on 1.24 or older and had not been upgraded since December 2022, it may undergo a control plane migration. Updates to system components: Updated to … - [1.26.7-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.26.7.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.26.7 Updated to Cilium v1.12.11 Updated to cluster-autoscaler 1.26.3 - [1.27.4-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.27.4.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.27.4 Updated worker node base image to Debian 12 and kernel 6.1.37 addressing the StackRot vulnerability Updated to Cilium v1.13.4 Updated to … - [1.24.13-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.24.13.do-0/index.html.md): Note: If your cluster was originally created on 1.24 or older and had not been upgraded since December 2022, it may undergo a control plane migration. Updates to system components: Updated to … - [1.25.10-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.25.10.do-0/index.html.md): Note: If your cluster was originally created on 1.24 or older and had not been upgraded since December 2022, it may undergo a control plane migration. Updates to system components: Updated to … - [1.26.5-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.26.5.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.26.5 Updated to Cilium v1.12.10 Updated to etcd v3.5.9 - [1.27.2-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.27.2.do-0/index.html.md): Deprecated APIs scheduled for removal in 1.27 are no longer served. Make sure to read the Urgent Upgrade Notes and adjust your manifests accordingly. First 1.27.x release Updates to system components: … - [1.24.12-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.24.12.do-0/index.html.md): Note: If your cluster was originally created on 1.24 or older and had not been upgraded since December 2022, it may undergo a control plane migration. Updates to system components: Updated to … - [1.25.8-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.25.8.do-0/index.html.md): Note: If your cluster was originally created on 1.24 or older and had not been upgraded since December 2022, it may undergo a control plane migration. Updates to system components: Updated to … - [1.26.3-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.26.3.do-0/index.html.md): Deprecated APIs scheduled for removal in 1.26 are no longer served. Make sure to read the Urgent Upgrade Notes and adjust your manifests accordingly. First 1.26.x release Updates to system components: … - [1.23.14-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.23.14.do-0/index.html.md): Note: If your cluster was originally created with version 1.20 or older your cluster might undergo a control plane migration. Updates to system components: Updated to Kubernetes v1.23.14 Updated to … - [1.24.8-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.24.8.do-0/index.html.md): Note: If your cluster was originally created on 1.24 or older and had not been upgraded since December 2022, it may undergo a control plane migration. Updates to system components: Updated to … - [1.25.4-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.25.4.do-0/index.html.md): Deprecated APIs scheduled for removal in 1.25 are no longer served. Make sure to read the Urgent Upgrade Notes and adjust your manifests accordingly. Note: If your cluster was originally created on … - [1.22.13-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.22.13.do-0/index.html.md): Updated to Kubernetes v1.22.13 - [1.23.10-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.23.10.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.23.10 - [1.24.4-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.24.4.do-0/index.html.md): First 1.24.x release Updates to system components: Updated to Kubernetes v1.24.4 The feature-gate: LegacyServiceAccountTokenNoAutoGeneration is disabled. This feature was moved to Beta in Kubernetes … - [1.22.12-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.22.12.do-0/index.html.md): Updates to system components: Updated to Kubernetes v1.22.12 Updated to etcd v3.4.19 Updated to DO CSI v3.1.0 Updated to external-provisioner v2.2.2 Updated to external-attacher v3.5.0 Updated to … - [1.23.9-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.23.9.do-0/index.html.md): First 1.23.x release Updates to system components: Updated to Kubernetes v1.23.9 Changes to system components: Updated to DO CSI v4.2.0 Updated to external-provisioner v3.2.1 Updated to … - [1.21.14-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.21.14.do-0/index.html.md): Updates to system components: Updated to kernel to Linux 5.10.120. This is an upgrade from Linux 4.19 on earlier DOKS 1.21 patch versions. This upgrade is necessary to address a limitation in BPF … - [1.22.11-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.22.11.do-0/index.html.md): Updates to system components: Updated kernel to Linux 5.10.120. Updated to Kubernetes v1.22.11 Updated to etcd v3.5.4 Changes to system components: Disabled Cilium’s eBPF-based NodePort handling in … - [1.21.11-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.21.11-do.1/index.html.md): Upgrades to system components: Updated to DO CCM v0.1.37 - [1.22.8-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.22.8.do-1/index.html.md): Upgrades to system components: Updated to DO CCM v0.1.37 Updated to etcd v3.5.3 - [1.21.11-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.21.11-do.0/index.html.md): IMPORTANT Please upgrade as soon as possible as this version contains an important security update for containerd. Upgrades to system components: Updated to containerd v1.4.13. Fixes CVE-2022-23648. … - [1.22.8-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.22.8-do.0/index.html.md): IMPORTANT Please upgrade as soon as possible as this version contains an important security update for containerd. Upgrades to system components: Updated to containerd v1.4.13. Fixes CVE-2022-23648. … - [1.20.15-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.20.15-do.1/index.html.md): Fixes to system components: Reverted back to Linux kernel-image-4.19.0-17-amd64, after unintentional implicit upgrade to Linux kernel-image-4.19.0-18-amd64 which contains eBPF regressions with respect … - [1.21.10-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.21.10-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes v1.21.10 Upgraded Docker to 20.10.12. Reverted back to Linux kernel-image-4.19.0-17-amd64, after unintentional implicit upgrade to Linux … - [1.22.7-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.22.7-do.0/index.html.md): First 1.22.x release Upgrades to system components: Updated to Kubernetes v1.22.7 IMPORTANT The following deprecated upstream beta APIs have been removed in 1.22 in favor of the GA version of those … - [1.20.15-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.20.15-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes v1.20.15 Updated to Cilium 1.9.10 Improved configuration to prevent a number of connectivity issues Added arp-flusher sidecar to the cilium agent … - [1.21.9-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.21.9-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes v1.21.9 Updated to Cilium 1.10.4 Improved configuration to prevent a number of connectivity issues Added arp-flusher sidecar to the cilium agent … - [1.19.15-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.19.15-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes v1.19.15 Updated to DO CCM v0.1.35 Supports specifying the number of nodes to create a Load Balancer with - [1.20.11-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.20.11-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes v1.20.11 Updated to DO CCM v0.1.35 Supports specifying the number of nodes to create a Load Balancer with - [1.21.5-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.21.5-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes v1.21.5 Updated to DO CCM v0.1.35 Supports specifying the number of nodes to create a Load Balancer with - [1.19.13-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.19.13-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes v1.19.13 Updated to DO CCM v0.1.34 Updated to DO CSI v2.1.2 - [1.20.9-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.20.9-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes v1.20.9 Updated to DO CCM v0.1.34 Updated to DO CSI v2.1.2 Updated to containerd v1.4.9 - [1.21.3-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.21.3-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes v1.21.3 Updated to DO CCM v0.1.34 Updated to DO CSI v2.1.2 Updated to containerd v1.4.9 Disabled the Cilium enabled-bpf-masquerade option to … - [1.21.2-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.21.2-do.2/index.html.md): Changes to system components: Disabled the Cilium enable-egress-gateway option to address Cilium startup error on clusters using VXLAN tunneling - [1.21.2-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.21.2-do.1/index.html.md): Changes to system components: Disabled Cilium full kube-proxy replacement and restored partial mode to address failing Istio sidecar injection - [1.19.12-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.19.12-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes v1.19.12 Updated to CoreDNS v1.8.4 Updated CSI driver sidecars: Updated to external-provisioner v2.2.1 Updated to external-attacher v3.2.1 Updated … - [1.20.8-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.20.8-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes v1.20.8 Updated to CoreDNS v1.8.4 Updated CSI driver sidecars: Updated to external-provisioner v2.2.1 Updated to external-attacher v3.2.1 Updated … - [1.21.2-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.21.2-do.0/index.html.md): First 1.21.x release Upgrades to system components: Updated to Cilium 1.10.1 Enabled full kube-proxy replacement Enabled the enable-egress-gateway and enable-bpf-masquerade options to allow use of … - [1.18.19-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.18.19-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.18.19 Fixes CVE-2021-25735 Fixes CVE-2021-3121 Updated to Cilium 1.7.16 Fixes CVE-2021-28682, CVE-2021-28683 and CVE-2021-29258 Updated to Linux … - [1.19.11-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.19.11-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes v1.19.11 Fixes CVE-2021-25735 Fixes CVE-2021-3121 Updated to Cilium v1.9.8 Fixes CVE-2021-29492 Fixes CVE-2021-28682, CVE-2021-28683 and … - [1.20.7-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.20.7-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes v1.20.7 Fixes CVE-2021-25735 Updated to Cilium v1.9.8 Fixes CVE-2021-29492 Fixes CVE-2021-28682, CVE-2021-28683 and CVE-2021-29258 Updated to … - [DigitalOcean Kubernetes Supported Releases](https://docs.digitalocean.com/products/kubernetes/details/supported-releases/index.html.md): Release process and support policy for your Kubernetes clusters. - [1.13.12-do.13](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.12-do.13/index.html.md): Internal build process optimization. - [1.14.10-do.9](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.10-do.9/index.html.md): Internal build process optimization. - [1.15.12-do.6](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.15.12-do.6/index.html.md): Internal build process optimization. - [1.16.15-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.16.15-do.2/index.html.md): Internal build process optimization. - [1.17.16-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.17.16-do.0/index.html.md): Updated to DO CCM v0.1.31 - [1.18.14-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.18.14-do.0/index.html.md): Upgrades to system components: Updated CSI driver sidecars: Updated to external-provisioner v2.1.0 Updated to external-attacher v3.1.0 Updated to external-snapshotter v3.0.3 Updated to … - [1.19.6-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.19.6-do.0/index.html.md): Upgrades to system components: Updated to Cilium 1.9.1 Enabled the remote-node-identity feature of Cilium, to aid in migration away from VXLAN Switched to the cluster-pool IPAM mode from the … - [1.20.2-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.20.2-do.0/index.html.md): Starting with DigitalOcean Kubernetes 1.20, containerd is used as the container runtime. Previous releases used Docker. This change reflects the upstream deprecation of dockershim and deprecation of … - [1.17.13-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.17.13-do.3/index.html.md): Mitigated a potential kernel deadlock by disabling frame buffer mode for the video console. - [1.18.10-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.18.10-do.3/index.html.md): Upgrades to system components: Updated to external-provisioner v2.0.4 Updated to external-attacher v3.0.2 Mitigated CVE-2020-8569 by updating to external-snapshotter v3.0.2 Updated to external-resizer … - [1.19.3-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.19.3-do.3/index.html.md): Upgrades to system components: Updated to external-provisioner v2.0.4 Updated to external-attacher v3.0.2 Mitigated CVE-2020-8569 by updating to external-snapshotter v3.0.2 Updated to external-resizer … - [1.17.13-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.17.13-do.2/index.html.md): Internal build process optimization. - [1.18.10-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.18.10-do.2/index.html.md): Upgrades to system components: Fix resizer misconfiguration on CSI driver v2.1.1 - [1.19.3-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.19.3-do.2/index.html.md): Upgrades to system components: Fix resizer misconfiguration on CSI driver v2.1.1 Upgraded Docker to 19.03 to address upstream metrics-server issue - [1.15.12-do.5](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.15.12-do.5/index.html.md): Internal build process optimization. - [1.16.15-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.16.15-do.1/index.html.md): Internal build process optimization. - [1.17.13-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.17.13-do.1/index.html.md): Upgrades to system components: Updated to Cilium 1.7.11 Updated to DO CCM v0.1.30 Added support for specifying load balancer size (available in closed beta at the time of this release) - [1.18.10-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.18.10-do.1/index.html.md): Upgrades to system components: Updated to CSI driver v2.1.1 Added --default-fstype=ext4 to csi-provisioner fixing fsGroup bug Updated to Cilium 1.7.11 Updated to DO CCM v0.1.30 Added support for … - [1.19.3-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.19.3-do.1/index.html.md): Upgrades to system components: Updated to CSI driver v2.1.1 Added --default-fstype=ext4 to csi-provisioner fixing fsGroup bug Updated to Cilium 1.8.5 Dropped parameters bpf-ct-global-tcp-max and … - [1.11.10-do.18](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.11.10-do.18/index.html.md): Updated Linux kernel to 4.19.0-11 - [1.12.10-do.18](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.12.10-do.18/index.html.md): Updated Linux kernel to 4.19.0-11 - [1.13.12-do.12](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.12-do.12/index.html.md): Updated Linux kernel to 4.19.0-11 - [1.14.10-do.8](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.10-do.8/index.html.md): Updated Linux kernel to 4.19.0-11 - [1.15.12-do.4](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.15.12-do.4/index.html.md): Updated Linux kernel to 4.19.0-11 - [1.16.15-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.16.15-do.0/index.html.md): Upgrades to system components: Updated to DO CCM v0.1.29 - [1.17.13-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.17.13-do.0/index.html.md): Upgrades to system components: Updated to DO CCM v0.1.29 Reduced --terminated-pod-gc-threshold on kube-controller-manager to 100 pods - [1.18.10-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.18.10-do.0/index.html.md): Upgrades to system components: Updated to DO CCM v0.1.29 Updated to CSI driver v2.1.0 Added support for Kubernetes 1.19 Updated to external-provisioner v2.0.2 Updated to external-attacher v3.0.0 … - [1.19.3-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.19.3-do.0/index.html.md): Starting with DigitalOcean Kubernetes 1.19, the NodePort range 30000-32767 is not open by default anymore. Instead, a new controller automatically manages access through the firewall based on the … - [1.11.10-do.14](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.11.10-do.14/index.html.md): Internal build process optimization. - [1.12.10-do.14](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.12.10-do.14/index.html.md): Internal build process optimization. - [1.13.12-do.9](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.12-do.9/index.html.md): Internal build process optimization. - [1.14.10-do.5](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.10-do.5/index.html.md): Internal build process optimization. - [1.15.12-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.15.12-do.1/index.html.md): Internal build process optimization. - [1.16.14-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.16.14-do.1/index.html.md): Upgrades to system components: Updated to Cilium 1.7.9 Updated Linux kernel to 4.19.0-11 Addresses CVE-2020-14386 Fixed issue with kernel module availability that affected StorageOS and other storage … - [1.17.11-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.17.11-do.1/index.html.md): Upgrades to system components: Updated to Cilium 1.7.9 Updated Linux kernel to 4.19.0-11 Addresses CVE-2020-14386 Fixed issue with kernel module availability that affected StorageOS and other storage … - [1.18.8-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.18.8-do.1/index.html.md): Upgrades to system components: Updated to Cilium 1.7.9 Updated Linux kernel to 4.19.0-11 Addresses CVE-2020-14386 Fixed issue with kernel module availability that affected StorageOS and other storage … - [1.16.14-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.16.14-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.16.14 Updated to Cilium v1.7.7 Updated to CoreDNS v1.6.9 Changes to our node images: Updated base operating system to Debian 10. Stopped using … - [1.17.11-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.17.11-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.17.11 Updated to Cilium v1.7.7 Updated to CoreDNS v1.6.9 Changes to our node images: Updated base operating system to Debian 10. Stopped using … - [1.18.8-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.18.8-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.18.8 Updated to Cilium v1.7.7 Updated to CoreDNS v1.6.9 Changes to our node images: Updated base operating system to Debian 10. Stopped using the … - [1.16.13-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.16.13-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.16.13 Fixes CVE-2020-8557 Fixes CVE-2020-8559 - [1.17.9-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.17.9-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.17.9 Fixes CVE-2020-8557 Fixes CVE-2020-8559 - [1.18.6-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.18.6-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.18.6 Fixes CVE-2020-8557 Fixes CVE-2020-8559 - [1.13.12-do.8](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.12-do.8/index.html.md): Fixed Cilium crashes when upgrading Cilium 1.6 to 1.7 Fixed issue with worker nodes occasionally not finishing to provision Moved kubelet-rubber-stamp application from in-cluster to the control plane - [1.14.10-do.4](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.10-do.4/index.html.md): Upgrades to system components: Updated to etcd v3.3.22 Updated to Cilium v1.7.5 Updated to DO CCM v0.1.26 Added support for migrating load balancers across clusters (see the guide for details) Updated … - [1.15.12-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.15.12-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.15.12 Updated to etcd v3.3.22 Updated to Cilium v1.7.5 Updated to DO CCM v0.1.26 Added support for migrating load balancers across clusters (see … - [1.16.10-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.16.10-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.16.10 Updated to etcd v3.3.22 Updated to Cilium v1.7.5 Updated to DO CCM v0.1.26 Added support for migrating load balancers across clusters (see … - [1.17.6-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.17.6-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.17.6 Updated to etcd v3.4.9 Updated to Cilium v1.7.5 Updated to DO CCM v0.1.26 Added support for migrating load balancers across clusters (see … - [1.18.3-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.18.3-do.0/index.html.md): Important Upgrade Notes For Volume Snapshot Users Starting with DigitalOcean Kubernetes 1.18, alpha versions of volume snapshots are no longer supported. If existing volume snapshots meet the upgrade … - [1.11.10-do.13](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.11.10-do.13/index.html.md): Internal build process optimization. - [1.12.10-do.13](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.12.10-do.13/index.html.md): Internal build process optimization. - [1.13.12-do.7](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.12-do.7/index.html.md): Upgrades to system components: Updated to Cilium v1.7.3 - [1.14.10-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.10-do.3/index.html.md): Upgrades to system components: Updated to Cilium v1.7.3 Updated to DO CCM 0.1.24 Updated to DO CSI 1.3.0 Updated to DOKS Cluster Autoscaler 1.16.8-do.0 Addresses bug where we rejected downscaling to … - [1.15.11-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.15.11-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.15.11 Updated to Cilium v1.7.3 Updated to DO CCM 0.1.24 Updated to DO CSI 1.3.0 Updated to DOKS Cluster Autoscaler 1.16.8-do.0 Addresses bug … - [1.16.8-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.16.8-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.16.8 Updated to Cilium v1.7.3 Updated to DO CCM 0.1.24 Updated to DO CSI 1.3.0 Updated to DOKS Cluster Autoscaler 1.16.8-do.0 Addresses bug where … - [1.17.5-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.17.5-do.0/index.html.md): First 1.17.x release Upgrades to system components: Updated to Cilium v1.7.3 Updated to DO CCM 0.1.24 Updated to DO CSI 1.3.0 Updated to DOKS Cluster Autoscaler 1.17.5-do.0 Addresses bug where we … - [1.11.10-do.12](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.11.10-do.12/index.html.md): Downgrades to system components: Downgraded to Cilium v1.6.4 The upgrade to v1.6.5 in the previous release caused cilium-operator to crash loop. - [1.12.10-do.12](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.12.10-do.12/index.html.md): Downgrades to system components: Downgraded to Cilium v1.6.4 The upgrade to v1.6.5 in the previous release caused cilium-operator to crash loop. - [1.13.12-do.6](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.12-do.6/index.html.md): Downgrades to system components: Downgraded to Cilium v1.6.4 The upgrade to v1.6.7 in the previous release caused cilium-operator to crash loop. - [1.14.10-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.10-do.2/index.html.md): Downgrades to system components: Downgraded to Cilium v1.6.4 The upgrade to v1.6.7 in the previous release caused cilium-operator to crash loop. - [1.15.9-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.15.9-do.2/index.html.md): Downgrades to system components: Downgraded to Cilium v1.6.4 The upgrade to v1.6.7 in the previous release caused cilium-operator to crash loop. - [1.16.6-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.16.6-do.2/index.html.md): Downgrades to system components: Downgraded to Cilium v1.6.4 The upgrade to v1.6.7 in the previous release caused cilium-operator to crash loop. - [1.11.10-do.11](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.11.10-do.11/index.html.md): Upgrades to system components: Updated to Cilium v1.6.5 - [1.12.10-do.11](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.12.10-do.11/index.html.md): Upgrades to system components: Updated to Cilium v1.6.5 - [1.13.12-do.5](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.12-do.5/index.html.md): Upgrades to system components: Updated to Cilium v1.6.7 - [1.14.10-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.10-do.1/index.html.md): Upgrades to system components: Updated to Cilium v1.6.7 - [1.15.9-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.15.9-do.1/index.html.md): Upgrades to system components: Updated to Cilium v1.6.7 - [1.16.6-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.16.6-do.1/index.html.md): Upgrades to system components: Updated to Cilium v1.6.7 - [1.12.10-do.10](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.12.10-do.10/index.html.md): Upgrades to system components: Updated to DO CCM v0.1.23 Added service.beta.kubernetes.io/do-loadbalancer-healthcheck-port annotation to customize DO LB health-check port Fixed bug for maintaining … - [1.13.12-do.4](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.12-do.4/index.html.md): Upgrades to system components: Updated to DO CCM v0.1.23 Added service.beta.kubernetes.io/do-loadbalancer-healthcheck-port annotation to customize DO LB health-check port Fixed bug for maintaining … - [1.14.10-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.10-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.14.10 Updated to DO CCM v0.1.23 Added service.beta.kubernetes.io/do-loadbalancer-healthcheck-port annotation to customize DO LB health-check port … - [1.15.9-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.15.9-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.15.9 Updated to DO CCM v0.1.23 Added service.beta.kubernetes.io/do-loadbalancer-healthcheck-port annotation to customize DO LB health-check port … - [1.16.6-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.16.6-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.16.6 Updated to DO CCM v0.1.23 Added service.beta.kubernetes.io/do-loadbalancer-healthcheck-port annotation to customize DO LB health-check port … - [1.12.10-do.9](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.12.10-do.9/index.html.md): Upgrades to system components: Updated to CSI driver v0.4.4 Various improvements and bug fixes Updated to DO CCM v0.1.22 Added PodDisruptionBudgets for managed kube-system applications to avoid … - [1.13.12-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.12-do.3/index.html.md): Upgrades to system components: Updated to CSI driver v1.0.4 Various improvements and bug fixes Updated to DO CCM v0.1.22 Added PodDisruptionBudgets for managed kube-system applications to avoid … - [1.14.8-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.8-do.3/index.html.md): Upgrades to system components: Updated to CSI driver v1.2.0 Added support for raw block volumes Added support for volume statistics Various improvements and bug fixes Updated to external-provisioner … - [1.15.5-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.15.5-do.3/index.html.md): Upgrades to system components: Updated to CSI driver v1.2.0 Added support for raw block volumes Added support for volume statistics Various improvements and bug fixes Updated to external-provisioner … - [1.16.2-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.16.2-do.3/index.html.md): Upgrades to system components: Updated to CSI driver v1.2.0 Added support for volume expansion Added support for raw block volumes Added support for volume statistics Various improvements and bug … - [DigitalOcean Volumes Block Storage Features](https://docs.digitalocean.com/products/kubernetes/details/volume-features/index.html.md): An overview of volume feature support in DOKS. - [1.16.2-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.16.2-do.2/index.html.md): Fix a regression in 1.16.x versions that could result in a worker node initializing with incorrect cluster networking configuration. - [1.11.10-do.10](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.11.10-do.10/index.html.md): Upgrades to system components: Updated to Cilium v1.6.4 - [1.12.10-do.8](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.12.10-do.8/index.html.md): Upgrades to system components: Updated to Cilium v1.6.4 Updated CSI driver sidecars to fix CVE-2019-11255 Updated to external-provisioner v0.4.3 Updated to external-snapshotter v0.4.2 - [1.13.12-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.12-do.2/index.html.md): Retain customer-configured reclaim policy for the do-block-storage StorageClass across upgrades Upgrades to system components: Updated to Cilium v1.6.4 Updated CSI driver sidecars to fix … - [1.14.8-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.8-do.2/index.html.md): Set eviction threshold for imagefs.inodesFree to ensure Kubelet cleans up unused images before inodes are exhausted completely. Retain customer-configured reclaim policy for the do-block-storage … - [1.15.5-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.15.5-do.2/index.html.md): Set eviction threshold for imagefs.inodesFree to ensure Kubelet cleans up unused images before inodes are exhausted completely. Retain customer-configured reclaim policy for the do-block-storage … - [1.16.2-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.16.2-do.1/index.html.md): Set eviction threshold for imagefs.inodesFree to ensure Kubelet cleans up unused images before inodes are exhausted completely. Retain customer-configured reclaim policy for the do-block-storage … - [1.14.8-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.8-do.1/index.html.md): Upgrades to system components: Updated to Cilium v1.6.3 Updated to DO CCM 0.1.21 Disabled Istio sidecar injection for kube-system namespace - [1.15.5-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.15.5-do.1/index.html.md): Upgrades to system components: Updated to Cilium v1.6.3 Updated to DO CCM 0.1.21 Disabled Istio sidecar injection for kube-system namespace - [1.16.2-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.16.2-do.0/index.html.md): First 1.16.x release Upgrades to system components: Updated to Cilium v1.6.3 Updated to DO CCM 0.1.21 Disabled Istio sidecar injection for kube-system namespace - [1.13.12-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.12-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.13.12 Fix for CVE-2019-11253 - [1.14.8-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.8-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.14.8 - [1.15.5-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.15.5-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.15.5 Fix for CVE-2019-11253 - [1.13.11-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.11-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.13.11 Added support to kubelets for OpenEBS via ISCSI - [1.14.7-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.7-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.14.7 Added support to kubelets for OpenEBS via ISCSI - [1.15.4-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.15.4-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.15.4 Added support to kubelets for OpenEBS via ISCSI - [1.11.10-do.8](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.11.10-do.8/index.html.md): Upgrades to system components: Updated to Cilium v1.5.8 Updated to DO CSI 0.4.3 - [1.12.10-do.6](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.12.10-do.6/index.html.md): Upgrades to system components: Updated to Cilium v1.5.8 Updated to DO CSI 0.4.3 - [1.13.10-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.10-do.3/index.html.md): Upgrades to system components: Updated to Cilium v1.5.8 Updated to DO CSI 1.0.3 Added Cluster Autoscaler support to DOKS Enables DOKS clusters to scale worker node pools up or down according to load … - [1.14.6-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.6-do.3/index.html.md): Upgrades to system components: Updated to Cilium v1.5.8 Updated to DO CSI 1.1.2 Added Cluster Autoscaler support to DOKS Enables DOKS clusters to scale worker node pools up or down according to load … - [1.15.3-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.15.3-do.3/index.html.md): Upgrades to system components: Updated to Cilium v1.5.8 Updated to DO CSI 1.1.2 Added Cluster Autoscaler support to DOKS Enables DOKS clusters to scale worker node pools up or down according to load … - [1.11.10-do.7](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.11.10-do.7/index.html.md): Upgrades to system components: Updated to DO CCM 0.1.20 Fix load balancer bug related to handling of DigitalOcean Let’s Encrypt certificates that have been automatically rotated by DigitalOcean’s … - [1.12.10-do.5](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.12.10-do.5/index.html.md): Upgrades to system components: Updated to DO CCM 0.1.20 Fix load balancer bug related to handling of DigitalOcean Let’s Encrypt certificates that have been automatically rotated by DigitalOcean’s … - [1.13.10-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.10-do.2/index.html.md): Upgrades to system components: Updated to DO CCM 0.1.20 Fix load balancer bug related to handling of DigitalOcean Let’s Encrypt certificates that have been automatically rotated by DigitalOcean’s … - [1.14.6-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.6-do.2/index.html.md): Upgrades to system components: Updated to DO CCM 0.1.20 Fix load balancer bug related to handling of DigitalOcean Let’s Encrypt certificates that have been automatically rotated by DigitalOcean’s … - [1.15.3-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.15.3-do.2/index.html.md): Upgrades to system components: Updated to DO CCM 0.1.20 Fix load balancer bug related to handling of DigitalOcean Let’s Encrypt certificates that have been automatically rotated by DigitalOcean’s … - [1.11.10-do.6](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.11.10-do.6/index.html.md): Upgrades to system components: Updated to Cilium 1.5.7 - [1.12.10-do.4](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.12.10-do.4/index.html.md): Upgrades to system components: Updated to Cilium 1.5.7 - [1.13.10-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.10-do.1/index.html.md): Upgrades to system components: Updated to Cilium 1.5.7 - [1.14.6-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.6-do.1/index.html.md): Upgrades to system components: Updated to Cilium 1.5.7 Fix for CVE-2019-11253 - [1.15.3-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.15.3-do.1/index.html.md): Upgrades to system components: Updated to Cilium 1.5.7 - [1.11.10-do.5](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.11.10-do.5/index.html.md): Upgrades to system components: Updated to Cilium 1.5.6 Updated do-agent to use the wildcard toleration. - [1.12.10-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.12.10-do.3/index.html.md): Upgrades to system components: Updated to Cilium 1.5.6 Updated do-agent to use the wildcard toleration. - [1.13.10-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.10-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.13.10 Update golang/x/net dependency to bring in fixes for CVE-2019-9512, CVE-2019-9514 Updated to Cilium 1.5.6 Updated do-agent to use the … - [1.14.6-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.6-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.14.6 Update golang/x/net dependency to bring in fixes for CVE-2019-9512, CVE-2019-9514 Updated to Cilium 1.5.6 Updated do-agent to use the … - [1.15.3-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.15.3-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.15.3 Update golang/x/net dependency to bring in fixes for CVE-2019-9512, CVE-2019-9514 Updated to Cilium 1.5.6 Updated do-agent to use the … - [1.15.2-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.15.2-do.0/index.html.md): First 1.15.x release - [1.12.10-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.12.10-do.2/index.html.md): Upgrades to system components: Updated to DO CCM 0.1.17 - [1.13.9-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.9-do.0/index.html.md): Upgrades to system components: Updated to DO CCM 0.1.17 Updated to Kubernetes 1.13.9 - [1.14.5-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.5-do.0/index.html.md): Upgrades to system components: Updated to DO CCM 0.1.17 Updated to Kubernetes 1.14.5 - [1.12.10-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.12.10-do.1/index.html.md): Fix for Cilium-related upgrade path bug. - [1.13.8-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.8-do.1/index.html.md): Fix for Cilium-related upgrade path bug. - [1.14.4-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.4-do.1/index.html.md): Fix for Cilium-related upgrade path bug. - [1.12.10-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.12.10-do.0/index.html.md): Upgrades to system components: Updated to DO CCM 0.1.16 Updated to Kubernetes 1.12.10 Updated to Cilium 1.5.4 See also: Cilium 1.5 Release Blog/Highlights - [1.13.8-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.8-do.0/index.html.md): Upgrades to system components: Updated to DO CCM 0.1.16 Updated to Kubernetes 1.13.8 Updated to Cilium 1.5.4 See also: Cilium 1.5 Release Blog/Highlights - [1.14.4-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.4-do.0/index.html.md): Upgrades to system components: Updated to DO CCM 0.1.16 Updated to Kubernetes 1.14.4 Updated to Cilium 1.5.4 See also: Cilium 1.5 Release Blog/Highlights Enable hostPort via Cilium CNI portmap config. - [1.12.9-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.12.9-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.12.9 Updated to DO CSI 0.4.2 Updated to DO CCM 0.1.15 Improvements to security of the master node. Updated kernel to address security recent TCP … - [1.13.7-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.7-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.13.7 Updated to DO CSI 1.0.2 Updated to DO CCM 0.1.15 Improvements to security of the master node. Updated kernel to address security recent TCP … - [1.14.3-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.3-do.0/index.html.md): Upgrades to system components: Updated to Kubernetes 1.14.3 Updated to DO CSI 1.1.1 Updated to DO CCM 0.1.15 Improvements to security of the master node. Updated kernel to address security recent TCP … - [1.12.8-do.4](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.12.8-do.4/index.html.md): Improvements to security and reliability of the master node - [1.13.5-do.5](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.5-do.5/index.html.md): Improvements to security and reliability of the master node - [1.14.1-do.4](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.1-do.4/index.html.md): Improvements to security and reliability of the master node - [1.13.5-do.4](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.5-do.4/index.html.md): Downgraded Kubernetes to 1.13.5 to address (CVE-2019-11245) - [1.14.1-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.1-do.3/index.html.md): Downgraded Kubernetes to 1.14.1 to address (CVE-2019-11245) - [1.12.8-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.12.8-do.3/index.html.md): Updated kernel to include mitigations for MDS / Zombie Load (CVE-2018-12130) vulnerability. - [1.13.6-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.6-do.1/index.html.md): Updated kernel to include mitigations for MDS / Zombie Load (CVE-2018-12130) vulnerability. - [1.14.2-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.2-do.1/index.html.md): Updated kernel to include mitigations for MDS / Zombie Load (CVE-2018-12130) vulnerability. - [1.13.6-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.6-do.0/index.html.md): Updated Kubernetes to 1.13.6. - [1.14.2-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.2-do.0/index.html.md): Updated Kubernetes to 1.14.2. - [1.11.9-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.11.9-do.3/index.html.md): Last creatable version. Fixed a Cilium startup race condition that results in node connectivity issues with in cluster networking - [1.12.8-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.12.8-do.1/index.html.md): Fixed a Cilium startup race condition that results in node connectivity issues with in cluster networking - [1.13.5-do.3](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.5-do.3/index.html.md): Fixed a Cilium startup race condition that results in node connectivity issues with in cluster networking - [1.14.1-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.1-do.2/index.html.md): Fixed a Cilium startup race condition that results in node connectivity issues with in cluster networking - [1.14.1-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.14.1-do.1/index.html.md): Should have been named 1.14.1-do.0. First 1.14.x release Updated CSI to support Kubernetes 1.14 Includes all the changes from 1.13.5-do.2 - [1.11.9-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.11.9-do.2/index.html.md): Fixed a race condition with CRD resource initialization Updated to DO CCM 0.1.14 Updated to ciium 1.4.4 - [1.12.8-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.12.8-do.0/index.html.md): First 1.12.x release Fixed a race condition with CRD resource initialization Updated to DO CSI 0.4.1 Updated to DO CCM 0.1.14 Updated to Cilium 1.4.4 - [1.13.5-do.2](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.5-do.2/index.html.md): Fixed a race condition with CRD resource initialization Updated to DO CSI 1.0.1 Updated to DO CCM 0.1.14 Updated to Cilium 1.4.4 - [1.11.9-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.11.9-do.1/index.html.md): Fixed an issue where cluster subnet for a node can conflict - [1.13.5-do.1](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.5-do.1/index.html.md): Fixed an issue where cluster subnet for a node can conflict [Limited Availability] Support for custom VPC - [1.11.9-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.11.9-do.0/index.html.md): First 1.19.x release - [1.13.5-do.0](https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.13.5-do.0/index.html.md): First 1.13.x release ## DigitalOcean Kubernetes Support Technical support articles for DigitalOcean Kubernetes. - [How to Troubleshoot CoreDNS Issues in DOKS Clusters](https://docs.digitalocean.com/support/how-to-troubleshoot-coredns-issues-in-doks-clusters/index.html.md): Gather information to resolve CoreDNS-related DNS problems in DOKS clusters. - [Why can't my VPC-native pods connect to my Droplets?](https://docs.digitalocean.com/support/why-cant-my-vpc-native-pods-connect-to-my-droplets/index.html.md): For Droplets created before 2 October 2024, you must manually add VPC peering routes to interconnect with VPC-native DOKS clusters - [How to Troubleshoot Load Balancer Health Check Issues](https://docs.digitalocean.com/support/how-to-troubleshoot-load-balancer-health-check-issues/index.html.md): Health checks often fail due to firewalls or misconfigured backend server software. - [How can I improve the performance of cluster DNS?](https://docs.digitalocean.com/support/how-can-i-improve-the-performance-of-cluster-dns/index.html.md): Enable DNS caching, use non-shared machine types for the cluster, and scale out or reduce DNS traffic. - [How do I enable PROXY protocol when my load balancer sends requests to the NGINX Ingress Controller?](https://docs.digitalocean.com/support/how-do-i-enable-proxy-protocol-when-my-load-balancer-sends-requests-to-the-nginx-ingress-controller/index.html.md): Edit the ConfigMap which nginx uses to enable PROXY protocol. - [Can I disable unsafe sysctl on DigitalOcean Kubernetes?](https://docs.digitalocean.com/support/can-i-disable-unsafe-sysctl-on-digitalocean-kubernetes/index.html.md): Launch an Init Container or run a DaemonSet. - [Why are CPU and memory usage not displayed on Managed Kubernetes Dashboard?](https://docs.digitalocean.com/support/why-are-cpu-and-memory-usage-not-displayed-on-managed-kubernetes-dashboard/index.html.md): Displaying CPU and memory usage in the Kubernetes Dashboard is not supported at this time. - [Why do kubectl top and DigitalOcean Control Panel show different metrics values for worker nodes?](https://docs.digitalocean.com/support/why-do-kubectl-top-and-digitalocean-control-panel-show-different-metrics-values-for-worker-nodes/index.html.md): The output of the `kubectl top` command does not measure the entire system load in the same way the control panel does. - [Why does my DOKS node show a NotReady status?](https://docs.digitalocean.com/support/why-does-my-doks-node-show-a-notready-status/index.html.md): A node can show as NotReady if it is unhealthy and not accepting pods. - [Why do my DOKS load balancer settings keep reverting?](https://docs.digitalocean.com/support/why-do-my-doks-load-balancer-settings-keep-reverting/index.html.md): You can configure load balancers that are provisioned by DOKS using Kubernetes service annotations. - [Why do my load balancer's Kubernetes node(s) have the No Traffic status?](https://docs.digitalocean.com/support/why-do-my-load-balancers-kubernetes-nodes-have-the-no-traffic-status/index.html.md): Kubernetes service 'externaltrafficpolicy' field controls how nodes respond to health checks. - [Can I resize a DOKS node?](https://docs.digitalocean.com/support/can-i-resize-a-doks-node/index.html.md): You can resize a DOKS node by creating a new node pool of the desired size. - [Clusterlint Error Fixes](https://docs.digitalocean.com/support/clusterlint-error-fixes/index.html.md): Recommended solutions for common errors raised by Clusterlint, a non-invasive best practices checker for DigitalOcean Kubernetes clusters.