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 cfc5b4f commit cd874cfCopy full SHA for cd874cf
cmd/gateway/commands.go
@@ -168,7 +168,7 @@ func createStaticModeCommand() *cobra.Command {
168
169
podNsName, err := getPodNsName()
170
if err != nil {
171
- return fmt.Errorf("could not get pod nsname: %w", err)
+ return fmt.Errorf("could not get pod namespaced name: %w", err)
172
}
173
174
imageSource := os.Getenv("BUILD_AGENT")
@@ -541,7 +541,7 @@ func createInitializeCommand() *cobra.Command {
541
542
543
544
545
546
547
clusterCfg := ctlr.GetConfigOrDie()
0 commit comments