From 8d5091a3f7cd30d6509de6aba2e365b2231627d0 Mon Sep 17 00:00:00 2001 From: Radek Smid <rad.smid@gmail.com> Date: Fri, 16 Feb 2024 10:27:46 +0100 Subject: [PATCH] fix: Kubelet not starting because of non-existent feature gate (#10448) --- docs/openstack.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/openstack.md b/docs/openstack.md index 1184fc40c..6f53da534 100644 --- a/docs/openstack.md +++ b/docs/openstack.md @@ -50,14 +50,6 @@ The cloud provider is configured to have Octavia by default in Kubespray. ``` - If you are using OpenStack loadbalancer(s) replace the `openstack_lbaas_subnet_id` with the new `external_openstack_lbaas_subnet_id`. **Note** The new cloud provider is using Octavia instead of Neutron LBaaS by default! -- Enable 3 feature gates to allow migration of all volumes and storage classes (if you have any feature gates already set just add the 3 listed below): - - ```yaml - kube_feature_gates: - - CSIMigration=true - - CSIMigrationOpenStack=true - - ExpandCSIVolumes=true - ``` - If you are in a case of a multi-nic OpenStack VMs (see [kubernetes/cloud-provider-openstack#407](https://github.com/kubernetes/cloud-provider-openstack/issues/407) and [#6083](https://github.com/kubernetes-sigs/kubespray/issues/6083) for explanation), you should override the default OpenStack networking configuration: -- GitLab