Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Kops
Commits
256630f2
Commit
256630f2
authored
8 years ago
by
Justin Santa Barbara
Browse files
Options
Download
Email Patches
Plain Diff
Dial down default protokube logging to 4
parent
2dbda04f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
upup/pkg/fi/nodeup/template_functions.go
+1
-1
upup/pkg/fi/nodeup/template_functions.go
with
1 addition
and
1 deletion
+1
-1
upup/pkg/fi/nodeup/template_functions.go
+
1
-
1
View file @
256630f2
...
...
@@ -276,7 +276,7 @@ func (t *templateFunctions) ProtokubeFlags() *ProtokubeFlags {
f
.
Channels
=
t
.
nodeupConfig
.
Channels
}
f
.
LogLevel
=
fi
.
Int
(
8
)
f
.
LogLevel
=
fi
.
Int
(
4
)
f
.
Containerized
=
fi
.
Bool
(
true
)
zone
:=
t
.
cluster
.
Spec
.
DNSZone
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help