Initial upgrade flow for control-plane
This commit is contained in:
@@ -9,15 +9,19 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
Group = "monok8s.io"
|
||||
Version = "v1alpha1"
|
||||
MonoKSConfigCRD = "monoksconfigs.monok8s.io"
|
||||
OSUpgradeCRD = "osupgrades.monok8s.io"
|
||||
APIVersion = "monok8s.io/v1alpha1"
|
||||
Label = "monok8s.io/label"
|
||||
Annotation = "monok8s.io/annotation"
|
||||
ControlAgentKey = "monok8s.io/control-agent"
|
||||
CatalogURL = "https://example.com/monok8s.io/v1alpha1/catalog.yaml"
|
||||
Group = "monok8s.io"
|
||||
Version = "v1alpha1"
|
||||
APIVersion = "monok8s.io/v1alpha1"
|
||||
|
||||
AltPartDeviceLink = "/dev/mksaltpart"
|
||||
Annotation = "monok8s.io/annotation"
|
||||
BootStateFile = "/run/monok8s/boot-state.env"
|
||||
CatalogURL = "https://example.com/monok8s.io/v1alpha1/catalog.yaml"
|
||||
ControlAgentKey = "monok8s.io/control-agent"
|
||||
EnvConfigDir = "/opt/monok8s/config"
|
||||
Label = "monok8s.io/label"
|
||||
MonoKSConfigCRD = "monoksconfigs.monok8s.io"
|
||||
OSUpgradeCRD = "osupgrades.monok8s.io"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user