Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
a6f50e06
Commit
a6f50e06
authored
Dec 12, 2016
by
Jitendra Bhurat
Committed by
GitHub
Dec 12, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed the issue with log rotation
Fixed the issue where log files where being rotated every 1mb instead of 1gb
parent
3a8ba99d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
kube-startup.ps1
cluster/windows/kube-startup.ps1
+2
-2
No files found.
cluster/windows/kube-startup.ps1
View file @
a6f50e06
...
@@ -57,7 +57,7 @@ nssm set kubelet AppRotateFiles 1
...
@@ -57,7 +57,7 @@ nssm set kubelet AppRotateFiles 1
nssm
set
kubelet AppRotateOnline 1
nssm
set
kubelet AppRotateOnline 1
# Rotate Logs Every 24 hours or 1 gb
# Rotate Logs Every 24 hours or 1 gb
nssm
set
kubelet AppRotateSeconds 86400
nssm
set
kubelet AppRotateSeconds 86400
nssm
set
kubelet AppRotateBytes 10
48576
nssm
set
kubelet AppRotateBytes 10
73741824
nssm
set
kubelet AppEnvironmentExtra
CONTAINER_NETWORK
=
$ContainerNetwork
nssm
set
kubelet AppEnvironmentExtra
CONTAINER_NETWORK
=
$ContainerNetwork
...
@@ -81,7 +81,7 @@ nssm set kube-proxy AppRotateFiles 1
...
@@ -81,7 +81,7 @@ nssm set kube-proxy AppRotateFiles 1
nssm
set
kube-proxy AppRotateOnline 1
nssm
set
kube-proxy AppRotateOnline 1
# Rotate Logs Every 24 hours or 1 gb
# Rotate Logs Every 24 hours or 1 gb
nssm
set
kube-proxy AppRotateSeconds 86400
nssm
set
kube-proxy AppRotateSeconds 86400
nssm
set
kube-proxy AppRotateBytes 10
48576
nssm
set
kube-proxy AppRotateBytes 10
73741824
nssm
set
kube-proxy AppEnvironmentExtra
INTERFACE_TO_ADD_SERVICE_IP
=
$InterfaceForServiceIP
nssm
set
kube-proxy AppEnvironmentExtra
INTERFACE_TO_ADD_SERVICE_IP
=
$InterfaceForServiceIP
# Start kubelet and kube-proxy Services
# Start kubelet and kube-proxy Services
...
...
Write
Preview
Markdown
is supported
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