We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595ecd3 commit d92dc12Copy full SHA for d92dc12
pkg/controller/queuejobdispatch/queuejobagent.go
@@ -68,7 +68,7 @@ func NewJobClusterAgent(config string, agentEventQueue *cache.FIFO) *JobClusterA
68
69
agent_config, err := clientcmd.BuildConfigFromFlags("", "/root/kubernetes/"+configStrings[0])
70
if err != nil {
71
- klog.V(2).Infof("[Dispatcher: Agent] Cannot crate client\n")
+ klog.V(2).Infof("[Dispatcher: Agent] Cannot create client\n")
72
return nil
73
}
74
qa := &JobClusterAgent{
0 commit comments