You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/configuration.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Parameters controlling the Cluster-API management server (capi management server
21
21
|`kind_flavor`|| SCS |`SCS-2V-4`| Flavor to be used for the k8s capi mgmt server |
22
22
|`image`|| SCS |`Ubuntu 22.04`| Image for the capi mgmt server. Use `Ubuntu 22.04` or `Debian 12`. Check also the `ssh_username` parameter |
23
23
|`ssh_username`|| SCS |`ubuntu`| Name of the default user for the `image`|
24
-
|`clusterapi_version`|| SCS |`1.6.3`<!-- renovate: datasource=github-releases depName=kubernetes-sigs/cluster-api -->| Version of the cluster-API incl. `clusterctl`|
24
+
|`clusterapi_version`|| SCS |`1.7.2`<!-- renovate: datasource=github-releases depName=kubernetes-sigs/cluster-api -->| Version of the cluster-API incl. `clusterctl`|
25
25
|`capi_openstack_version`|| SCS |`0.9.0`<!-- renovate: datasource=github-releases depName=kubernetes-sigs/cluster-api-provider-openstack -->| Version of the cluster-api-provider-openstack (needs to fit the CAPI version) |
26
26
|`cilium_binaries`|| SCS |`v0.15.23;v0.13.0`| Versions of the cilium and hubble CLI in the vA.B.C;vX.Y.Z format |
27
27
|`restrict_mgmt_server`|| SCS |`["0.0.0.0/0"]`| Allows restricting access to the management server by the given list of CIDRs. Empty value (default) means public. |
0 commit comments