Removes unprovided kuryr-cni.conf file docs

The kuryr-cni.conf file was removed and is no longer provided in the ConfigMap
(kuryr-config). The only file present in the ConfigMap is the kuryr.conf file.
The Kuryr-Kubernetes documentation for containerized installation and how to
enable ports pool support was updated to reflect this change.

Change-Id: I1afbd1db9e90727b2f3dbed3a1341f99550b3a2b
Closes-Bug: #1900723
This commit is contained in:
Tabitha 2020-10-21 15:12:05 +01:00
parent 192d644df0
commit fd18e34791
2 changed files with 5 additions and 9 deletions

View File

@ -40,11 +40,8 @@ associated ConfigMap. On DevStack deployment this can be done using:
$ kubectl -n kube-system edit cm kuryr-config $ kubectl -n kube-system edit cm kuryr-config
Then the editor will appear that will let you edit the config map. Make sure to Then the editor will appear that will let you edit the ConfigMap. Make sure to
keep correct indentation when doing changes. Also note that there are two files keep correct indentation when doing changes.
present in the ConfigMap: kuryr.conf and kuryr-cni.conf. First one is attached
to kuryr-controller and second to kuryr-cni. Make sure to modify both when
doing changes important for both services.
Restarting services Restarting services

View File

@ -71,10 +71,9 @@ ConfigMap to change the kuryr.conf files with:
$ kubectl -n kube-system edit cm kuryr-config $ kubectl -n kube-system edit cm kuryr-config
Then modify the kuryr.conf (not the kuryr-cni.conf) to modify the controller Then modify the kuryr.conf to modify the controller configuration regarding
configuration regarding the pools. After that, to have the new configuration the pools. After that, to have the new configuration applied you need to
applied you need to restart the kuryr-controller just by killing the existing restart the kuryr-controller just by killing the existing pod:
pod:
.. code-block:: console .. code-block:: console