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
13822bce
Commit
13822bce
authored
Aug 16, 2015
by
Eric Paris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build breakage due to ubuntu invalid flag usage
In PR #12543 / commit
fef1ede2
Flags were used with `_` instead of `-`. This broke the build.
parent
6afbaf6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
node.yaml
cluster/gce/trusty/node.yaml
+6
-6
No files found.
cluster/gce/trusty/node.yaml
View file @
13822bce
...
...
@@ -190,16 +190,16 @@ script
# TODO(andyzheng0831): Add health check functionality.
. /etc/kube-env
/usr/bin/kubelet \
--api
_
servers=https://${KUBERNETES_MASTER_NAME} \
--api
-
servers=https://${KUBERNETES_MASTER_NAME} \
--enable-debugging-handlers=true \
--cloud
_
provider=gce \
--cloud
-
provider=gce \
--config=/etc/kubernetes/manifests \
--allow
_
privileged=false \
--allow
-
privileged=false \
--v=2 \
--cluster
_
dns=10.0.0.10 \
--cluster
_
domain=cluster.local \
--cluster
-
dns=10.0.0.10 \
--cluster
-
domain=cluster.local \
--configure-cbr0=true \
--cgroup
_
root=/ \
--cgroup
-
root=/ \
--system-container=/system
end script
...
...
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