Skip to content

Commit

Permalink
Remove obsolete statements regarding HA and kine configuration from docs
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Makhov <amakhov@mirantis.com>
  • Loading branch information
makhov committed Nov 15, 2024
1 parent 8289096 commit ede9b94
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/k0smotron.io/v1beta1/k0smotroncluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,9 @@ type ClusterSpec struct {
//+kubebuilder:validation:Optional
Persistence PersistenceSpec `json:"persistence,omitempty"`
// KineDataSourceURL defines the kine datasource URL.
// KineDataSourceURL or KineDataSourceSecretName are required for HA controlplane setup
// and one of them must be set if replicas > 1.
//+kubebuilder:validation:Optional
KineDataSourceURL string `json:"kineDataSourceURL,omitempty"`
// KineDataSourceSecretName defines the name of kine datasource URL secret.
// KineDataSourceURL or KineDataSourceSecretName are required for HA controlplane setup
// and one of them must be set if replicas > 1.
//+kubebuilder:validation:Optional
KineDataSourceSecretName string `json:"kineDataSourceSecretName,omitempty"`
// k0sConfig defines the k0s configuration. Note, that some fields will be overwritten by k0smotron.
Expand Down

0 comments on commit ede9b94

Please sign in to comment.