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
f56207bd
Commit
f56207bd
authored
Mar 12, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #22674 from mml/kube-up-up-and-away
Auto commit by PR queue bot
parents
c99e85c3
8ff06732
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
common.sh
cluster/common.sh
+1
-1
No files found.
cluster/common.sh
View file @
f56207bd
...
@@ -417,7 +417,7 @@ function stage-images() {
...
@@ -417,7 +417,7 @@ function stage-images() {
# "strip out quotes", and we really should be using a YAML library for
# "strip out quotes", and we really should be using a YAML library for
# this, but PyYAML isn't shipped by default, and *rant rant rant ... SIGH*
# this, but PyYAML isn't shipped by default, and *rant rant rant ... SIGH*
function
yaml-quote
{
function
yaml-quote
{
echo
"'
$(
echo
"
${
@
}
"
|
sed
-e
"s/'/''/g"
)
'"
echo
"'
$(
echo
"
${
@
:-
}
"
|
sed
-e
"s/'/''/g"
)
'"
}
}
# Builds the RUNTIME_CONFIG var from other feature enable options (such as
# Builds the RUNTIME_CONFIG var from other feature enable options (such as
...
...
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