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
3d1b1a77
Commit
3d1b1a77
authored
May 31, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #26440 from mwielgus/remove-debug-touch
Automatic merge from submit-queue Remove debug from GCI cluster autoscaler setup function cc: @piosz @fgrzadkowski
parents
d4ffb031
e7c69f67
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
configure-helper.sh
cluster/gce/gci/configure-helper.sh
+1
-3
No files found.
cluster/gce/gci/configure-helper.sh
View file @
3d1b1a77
...
@@ -625,9 +625,7 @@ function start-kube-scheduler {
...
@@ -625,9 +625,7 @@ function start-kube-scheduler {
# Starts cluster autoscaler.
# Starts cluster autoscaler.
function
start-cluster-autoscaler
{
function
start-cluster-autoscaler
{
if
[
"
${
ENABLE_NODE_AUTOSCALER
:-}
"
=
"true"
]
;
then
if
[
"
${
ENABLE_NODE_AUTOSCALER
:-}
"
=
"true"
]
;
then
touch
/etc/kubernetes/start-cluster-autoscaler-enabled
# Remove salt comments and replace variables with values
# Remove salt comments and replace variables with values
src_file
=
"
${
KUBE_HOME
}
/kube-manifests/kubernetes/gci-trusty/cluster-autoscaler.manifest"
src_file
=
"
${
KUBE_HOME
}
/kube-manifests/kubernetes/gci-trusty/cluster-autoscaler.manifest"
remove-salt-config-comments
"
${
src_file
}
"
remove-salt-config-comments
"
${
src_file
}
"
...
...
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