Can now reconcile
This commit is contained in:
@@ -66,10 +66,12 @@ func DefaultMonoKSConfig() types.MonoKSConfig {
|
||||
},
|
||||
|
||||
NodeLabels: map[string]string{
|
||||
"monok8s.io/label": "label",
|
||||
"monok8s.io/label": "value",
|
||||
},
|
||||
|
||||
NodeAnnotations: map[string]string{},
|
||||
NodeAnnotations: map[string]string{
|
||||
"monok8s.io/annotation": "value",
|
||||
},
|
||||
|
||||
Network: types.NetworkSpec{
|
||||
Hostname: "monok8s-worker-1",
|
||||
|
||||
Reference in New Issue
Block a user