diff --git a/docs/content/reference/api.md b/docs/content/reference/api.md index 5d67f68..a6403a3 100644 --- a/docs/content/reference/api.md +++ b/docs/content/reference/api.md @@ -147,6 +147,16 @@ Retrieve the list of the allowed ones by issuing "kubectl get datastores.kamaji. DataStoreSchema allows to specify the name of the database (for relational DataStores) or the key prefix (for etcd)
false + + dataStoreUsername + string + + DataStoreUsername allows to specify the username of the database (for relational DataStores). This +value is optional and immutable. Note that Kamaji currently doesn't ensure that DataStoreUsername values are unique. It's up +to the user to avoid clashes between different TenantControlPlanes. If not set upon creation, Kamaji will default the +DataStoreUsername by concatenating the namespace and name of the TenantControlPlane.
+ + false deployment object @@ -316,7 +326,7 @@ Enables the Konnectivity addon in the Tenant Cluster, required if the worker nod

- Default: map[image:registry.k8s.io/kas-network-proxy/proxy-agent version:v0.28.6]
+ Default: map[image:registry.k8s.io/kas-network-proxy/proxy-agent mode:DaemonSet version:v0.28.6]
false @@ -356,6 +366,18 @@ parameters and cause konnectivity components to misbehave in unxpected ways. Only modify if you know what you are doing.
false + + hostNetwork + boolean + + HostNetwork enables the konnectivity agent to use the Host network namespace. +By enabling this mode, the Agent doesn't need to wait for the CNI initialisation, +enabling a sort of out-of-band access to nodes for troubleshooting scenarios, +or when the agent needs direct access to the host network.
+
+ Default: false
+ + false image string @@ -365,6 +387,26 @@ unxpected ways. Only modify if you know what you are doing.
Default: registry.k8s.io/kas-network-proxy/proxy-agent
false + + mode + enum + + Mode allows specifying the Agent deployment mode: Deployment, or DaemonSet (default).
+
+ Enum: DaemonSet, Deployment
+ Default: DaemonSet
+ + false + + replicas + integer + + Replicas defines the number of replicas when Mode is Deployment. +Must be 0 if Mode is DaemonSet.
+
+ Format: int32
+ + false tolerations []object @@ -12594,7 +12636,7 @@ Configure the Kubelet options, such as the preferred address types, or the expec cgroupfs enum - CGroupFS defines the cgroup driver for Kubelet + CGroupFS defines the cgroup driver for Kubelet https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver/

Enum: systemd, cgroupfs
@@ -12605,10 +12647,10 @@ https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/configure-cgroup-dri []enum Ordered list of the preferred NodeAddressTypes to use for kubelet connections. -Default to Hostname, InternalIP, ExternalIP.
+Default to InternalIP, ExternalIP, Hostname.

Enum: Hostname, InternalIP, ExternalIP, InternalDNS, ExternalDNS
- Default: [Hostname InternalIP ExternalIP]
+ Default: [InternalIP ExternalIP Hostname]
false @@ -13363,6 +13405,16 @@ Retrieve the list of the allowed ones by issuing "kubectl get datastores.kamaji. DataStoreSchema allows to specify the name of the database (for relational DataStores) or the key prefix (for etcd)
false + + dataStoreUsername + string + + DataStoreUsername allows to specify the username of the database (for relational DataStores). This +value is optional and immutable. Note that Kamaji currently doesn't ensure that DataStoreUsername values are unique. It's up +to the user to avoid clashes between different TenantControlPlanes. If not set upon creation, Kamaji will default the +DataStoreUsername by concatenating the namespace and name of the TenantControlPlane.
+ + false deployment object @@ -13521,7 +13573,7 @@ Enables the Konnectivity addon in the Tenant Cluster, required if the worker nod

- Default: map[image:registry.k8s.io/kas-network-proxy/proxy-agent version:v0.28.6]
+ Default: map[image:registry.k8s.io/kas-network-proxy/proxy-agent mode:DaemonSet version:v0.28.6]
false @@ -13561,6 +13613,18 @@ parameters and cause konnectivity components to misbehave in unxpected ways. Only modify if you know what you are doing.
false + + hostNetwork + boolean + + HostNetwork enables the konnectivity agent to use the Host network namespace. +By enabling this mode, the Agent doesn't need to wait for the CNI initialisation, +enabling a sort of out-of-band access to nodes for troubleshooting scenarios, +or when the agent needs direct access to the host network.
+
+ Default: false
+ + false image string @@ -13570,6 +13634,26 @@ unxpected ways. Only modify if you know what you are doing.
Default: registry.k8s.io/kas-network-proxy/proxy-agent
false + + mode + enum + + Mode allows specifying the Agent deployment mode: Deployment, or DaemonSet (default).
+
+ Enum: DaemonSet, Deployment
+ Default: DaemonSet
+ + false + + replicas + integer + + Replicas defines the number of replicas when Mode is Deployment. +Must be 0 if Mode is DaemonSet.
+
+ Format: int32
+ + false tolerations []object @@ -25765,7 +25849,7 @@ Configure the Kubelet options, such as the preferred address types, or the expec cgroupfs enum - CGroupFS defines the cgroup driver for Kubelet + CGroupFS defines the cgroup driver for Kubelet https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver/

Enum: systemd, cgroupfs
@@ -25776,10 +25860,10 @@ https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/configure-cgroup-dri []enum Ordered list of the preferred NodeAddressTypes to use for kubelet connections. -Default to Hostname, InternalIP, ExternalIP.
+Default to InternalIP, ExternalIP, Hostname.

Enum: Hostname, InternalIP, ExternalIP, InternalDNS, ExternalDNS
- Default: [Hostname InternalIP ExternalIP]
+ Default: [InternalIP ExternalIP Hostname]
false