Skip to content

Commit

Permalink
fix: Kubelet not starting because of non-existent feature gate (#10448)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smidra authored Feb 16, 2024
1 parent b60220c commit 8d5091a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/openstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 8d5091a

Please sign in to comment.