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
876d77a6
Commit
876d77a6
authored
Jun 25, 2016
by
Mike Spreitzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typos - privileged not priviliged
This fixes a bug introduced in #26596. Fixes #28074
parent
d1407ecd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
util.sh
cluster/ubuntu/util.sh
+2
-2
No files found.
cluster/ubuntu/util.sh
View file @
876d77a6
...
@@ -281,7 +281,7 @@ EOF
...
@@ -281,7 +281,7 @@ EOF
# $3: If non-empty then the DNS server IP to configure in each pod.
# $3: If non-empty then the DNS server IP to configure in each pod.
# $4: If non-empty then added to each pod's domain search list.
# $4: If non-empty then added to each pod's domain search list.
# $5: Pathname of the kubelet config file or directory.
# $5: Pathname of the kubelet config file or directory.
# $6: Whether or not we run kubelet in privil
i
ged mode
# $6: Whether or not we run kubelet in privil
e
ged mode
# $7: If empty then flannel is used otherwise CNI is used.
# $7: If empty then flannel is used otherwise CNI is used.
function
create-kubelet-opts
()
{
function
create-kubelet-opts
()
{
if
[
-n
"
$7
"
]
;
then
if
[
-n
"
$7
"
]
;
then
...
@@ -477,7 +477,7 @@ function provision-master() {
...
@@ -477,7 +477,7 @@ function provision-master() {
'
${
ADMISSION_CONTROL
}
'
\
'
${
ADMISSION_CONTROL
}
'
\
'
${
SERVICE_NODE_PORT_RANGE
}
'
\
'
${
SERVICE_NODE_PORT_RANGE
}
'
\
'
${
MASTER_IP
}
'
\
'
${
MASTER_IP
}
'
\
'
${
ALLOW_PRIVIL
I
GED
}
'
'
${
ALLOW_PRIVIL
E
GED
}
'
create-kube-controller-manager-opts '
${
NODE_IPS
}
'
create-kube-controller-manager-opts '
${
NODE_IPS
}
'
create-kube-scheduler-opts
create-kube-scheduler-opts
create-flanneld-opts '127.0.0.1' '
${
MASTER_IP
}
'
create-flanneld-opts '127.0.0.1' '
${
MASTER_IP
}
'
...
...
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