Added supervised-init.sh to retry ctl init
This commit is contained in:
@@ -70,7 +70,7 @@ func NewRunner(cfg *monov1alpha1.MonoKSConfig) *Runner {
|
||||
{
|
||||
RegKey: "EngageControlGate",
|
||||
Name: "Engage the control gate",
|
||||
Desc: "Prevents agent polling resources prematurely",
|
||||
Desc: "Prevents agent watching resources prematurely",
|
||||
},
|
||||
{
|
||||
RegKey: "StartCRIO",
|
||||
@@ -165,7 +165,7 @@ func NewRunner(cfg *monov1alpha1.MonoKSConfig) *Runner {
|
||||
{
|
||||
RegKey: "ReleaseControlGate",
|
||||
Name: "Release the control gate",
|
||||
Desc: "Allow agent to start polling resources",
|
||||
Desc: "Allow agent to start watching resources",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user